Logo Lanfrica
  • Home
  • Atlas
  • Insights
  • Docs
  • Sign in

Β© 2026 Lanfrica. All rights reserved. All copyrights of the resources shown on the Lanfrica website belong to the original copyright holders, unless explicitly stated otherwise.

shreyas927/Algerian-forest-fire-prediction-model

Domain:

environment and energy

Record type:

model
Creator:
shr
Host:
# πŸ”₯ Algerian Forest Fires Prediction Model A machine learning application that predicts forest fire probability in Algeria using Ridge Regression. This project includes a web interface built with Flask for easy predictions. ## πŸ“‹ Table of Contents - Features - Project Structure - Dataset - Installation - Usage - Model Details - Technologies - Contributing --- ## ✨ Features - **Machine Learning Model**: Ridge Regression for accurate fire probability prediction - **Web Interface**: User-friendly Flask web application with HTML forms - **Data Preprocessing**: StandardScaler for feature normalization - **Model Serialization**: Pre-trained models saved as pickle files for quick deployment - **RESTful API**: POST endpoint for predictions - **Responsive UI**: HTML templates for intuitive user interaction --- ## πŸ“ Project Structure ``` s-by-s-ml-project/ β”œβ”€β”€ application.py # Main Flask application β”œβ”€β”€ model_training.ipynb # Model training notebook β”œβ”€β”€ EDA_FE.ipynb # Exploratory Data Analysis & Feature Engineering β”œβ”€β”€ Algerian_forest_fires_cleaned_dataset.csv β”œβ”€β”€ Algerian_forest_fires_dataset_UPDATE.csv β”œβ”€β”€ ridge.pkl # Trained Ridge Regression model β”œβ”€β”€ scaler.pkl # StandardScaler for feature normalization β”œβ”€β”€ templates/ β”‚ β”œβ”€β”€ index.html # Home page β”‚ └── home.html # Prediction form & results page └── README.md ``` --- ## πŸ“Š Dataset The project uses the Algerian Forest Fires dataset containing: - **Features**: Temperature, Relative Humidity (RH), Wind Speed (Ws), Rainfall, FFMC, DMC, ISI, Classes, Region - **Target**: Forest fire probability/severity - **Preprocessing**: Data cleaning, feature scaling, and outlier handling - **Files**: - `Algerian_forest_fires_cleaned_dataset.csv` - Cleaned version - `Algerian_forest_fires_dataset_UPDATE.csv` - Updated raw data --- ## πŸš€ Installation …

Visit

github.com

Languages

Arabic, Algerian Spoken