Algerian Forest Fire Prediction This machine learning project predicts whether a forest fire may occur using weather and fire index data.
# Forest fire weather index web app
A simple Streamlit web app that predicts whether a forest fire will occur based on input features.
## Features
* Predicts **Fire / No Fire**
* Built using **Streamlit**
* Uses trained ML model (Ridge Regression)
## Run Locally
```bash
pip install -r requirements.txt
streamlit run app.py
```
## Deployment
* Push code to GitHub
* Go to
fireweatherindex.streamlit.…
* Select repo → `app.py` → Deploy
## Files
* `app.py` – main app
* `ridge_model.pkl` – model
* `scaler.pkl` – scaler
## Author
Abhinav Sinha