# Forest Fire Prediction (Algeria) (ML project)
A Flask-based web app predicting Forest Fire Weather Index (FWI) using regression. Built with Python.
## Features
- Flask app with HTML form for user inputs
- Predicts FWI based on temperature, humidity, wind speed, etc.
- Cleaned data, model, and EDA notebook included
## Usage
1. Clone the repo
2. Install dependencies from `requirements.txt`
3. Run `python application.py`
4. Visit `
127.0.0.1`
## Project Structure
- `application.py` – Flask server
- `models/` – contains trained model and scaler
- `templates/` – HTML templates
- `EDA and FE...` – Notebook for analysis