Logo Lanfrica

DeyApurba/____Algerian_Forest_Fires_Prediction_Using_Regression__

Domain:

environment and energy

Record type:

software
Creator:
Dey
Host:
# 🌲 Algerian Forest Fire Prediction – ML Powered Flask App This ML project predicts the likelihood of forest fires in Algeria using weather-related data. This project includes full-cycle ML development: data preprocessing, exploratory data analysis (EDA), feature engineering, model training, evaluation, and deployment via Flask. --- ## πŸ“Œ Key Highlights - βœ… End-to-End ML Pipeline (EDA β†’ FE β†’ Model β†’ Deployment) - πŸ”₯ Predicts fire occurrence in two Algerian regions - πŸ§ͺ Trained using Random Forest Classifier (or your actual model) - 🧠 Model serialized using `pickle` - 🌐 Flask Web Interface for real-time predictions --- ### πŸ“Š Evaluation Metrics The models were evaluated using: - **Mean Absolute Error (MAE)** - **RΒ² Score** ---- # App Screenshot (1st Input, 2nd Result) --- ## 🧠 Technologies Used - Python 3.x - Pandas, NumPy - Seaborn, Matplotlib - Scikit-learn - Flask --- ## πŸ“ Project Structure ```plaintext πŸ“¦ Algerian Forest Fire Prediction β”œβ”€β”€ static/ # Static files (CSS, images) β”œβ”€β”€ templates/ # HTML templates β”‚ └── index.html # Main UI β”œβ”€β”€ model.pkl # Trained ML model β”œβ”€β”€ app.py # Flask app β”œβ”€β”€ requirements.txt # Required packages β”œβ”€β”€ Cleaned And Algerian Forest Fires Update dataset.ipynb # EDA & Feature Engineering β”œβ”€β”€ Model Training.ipynb # Model training └── README.md --- ## πŸ“Š Dataset The dataset is based on Algerian forest fire records and includes weather-related features. Source: UCI Machine Learning Repository ---