# Algerian Forest Fire Prediction
This project predicts the Fire Weather Index (FWI) using Machine Learning.
## Tech Stack
- Python
- Flask
- Scikit-Learn
- Pandas
- NumPy
## Features
- Predicts FWI based on weather conditions.
- Uses Ridge Regression.
- Flask web application with HTML frontend.
## Dataset
Algerian Forest Fires Dataset.
## Installation
```bash
git clone
github.com
cd Algerian-Forest-Fire-Prediction
pip install -r requirements.txt
python application.py
```