Skip to content

Task 4: Streamlit App & Visualizations

srilatha bandari requested to merge task4 into main

Build simple interactive apps and visualize data using Streamlit.

🔧 Step 1: Learn Streamlit

Create a basic streamlit app

Example :  ask the user about name and age , for the age use dropdown

🔧 Step 2: Learn Visualization

Example : Create a sunburst chart  

🔧 Step 3: Geospatial Mapping of People by Villages

Create a simple csv file about the details of volunteers and try to point out them on the map and when we click the state we have to get the point out the volunteers in that state and their details have to be present on it (like name, phone number,and email)

Note: Geocoding each village to get its latitude and longitude (using tools like Google Maps API or OpenStreetMap).

Merge request reports

Loading