ML Flask App for Fire Prediction
# Algerian Forest Fire Prediction
This is an end-to-end Machine Learning web application that predicts the Fire Weather Index (FWI) using environmental data.
## Features
- Input weather conditions
- Predict fire risk using trained ML model
- Flask-based web interface
## Tech Stack
- Python
- Flask
- Scikit-learn
- HTML/CSS
## Model
- Regression model trained on Algerian Forest Fire dataset
- Feature scaling using StandardScaler
## Run Locally
```bash
pip install -r requirements.txt
python webApp.py