Logo Lanfrica

Deepdavara03/Algerian_forest_ml

Domain:

environment and energyclimate

Record type:

model
Creator:
Dee
Host:
# ๐ŸŒฒ Algerian Forest Fire Prediction (ML Project) This project predicts the **burned area of forest fires** in Algeria using **Machine Learning (Ridge Regression)** based on meteorological and fire weather index (FWI) features. The model is deployed using **Flask** with a simple web interface. --- ## ๐Ÿ“Œ Project Overview Forest fires cause severe environmental and economic damage. This project uses historical weather and fire index data from **Algerian forests** to predict the **area burned (in hectares)**. --- ## ๐Ÿง  Machine Learning Concepts Used - Linear Regression - Ridge Regression (L2 Regularization) - Feature Scaling (StandardScaler) - Model Serialization (Pickle) - Flask Web Application --- ## ๐Ÿ“Š Dataset Information **Dataset:** Algerian Forest Fires Dataset **Features:** - Temperature - RH (Relative Humidity) - Ws (Wind Speed) - Rain - FFMC - DMC - DC - ISI - Classes - Region **Target:** Area burned (in hectares) --- ## ๐Ÿ—๏ธ Project Structure ML_Algerian_forest/ โ”‚ โ”œโ”€โ”€ application.py โ”œโ”€โ”€ requirements.txt โ”œโ”€โ”€ README.md โ”‚ โ”œโ”€โ”€ model/ โ”‚ โ”œโ”€โ”€ ridreg.pkl โ”‚ โ””โ”€โ”€ scaler.pkl โ”‚ โ”œโ”€โ”€ templates/ โ”‚ โ”œโ”€โ”€ home.html โ”‚ โ””โ”€โ”€ index.html --- ## ๐Ÿš€ How to Run the Project ```bash git clone github.com cd ML_Algerian_forest pip install -r requirements.txt python application.py ``` Open browser: 127.0.0.1 --- ## ๐Ÿ“ฆ Libraries Used - Python - NumPy - Pandas - Scikit-learn - Flask --- ## ๐Ÿ”ฎ Future Improvements - Better UI (Bootstrap) - Deployment on cloud - Advanced ML models ---