This project focuses on analyzing earthquake data using Python, Streamlit, and Folium. It provides interactive visualizations to explore earthquake occurrences worldwide, by country, and over time.
- Interactive web application built with Streamlit.
- Utilizes Folium for geospatial visualization of earthquake data.
- Allows users to filter earthquake data by country and year.
- Provides heatmap visualizations for global earthquake distribution.
- Python 3.x
- Streamlit
- Pandas
- Folium
- Geopy
- Ensure you have the required libraries installed.
- Run the Streamlit application.
streamlit run app.py
- Access the webpage here after running the above command: http://localhost:8501/