ShakingLens is a geospatial analytics project that analyzes and visualizes projected wildfire risks across regions in Los Angeles. The goal is to generate actionable insights to help policymakers, researchers, and the general public better understand evolving regional fire risks and prepare for climate-driven wildfire hazards in the coming decades.
You can access the deployed app (Render) here : https://shakinglens.onrender.com
- 🌐 Interactive geospatial visualizations of wildfire projections
- 📊 Real-time graph rendering for intuitive data exploration
- 🧠 Data-driven insights to support strategic decision-making
To set up the project locally:
-
Clone the repository:
git clone https://github.com/ABCoder1/ShakingLens.git
-
Navigate to the project directory:
cd ShakingLens
-
Create and activate a Python virtual environment:
python -m venv myenv && source myenv/bin/activate
-
Install the dependencies:
pip install -r requirements.txt
Start the Preswald application:
preswald run
Then visit http://localhost:8501 in your browser to explore the wildfire risk dashboard.