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.

Sumit-Avasthi/Algerian-forest-fires-FWI-Prediction-Model

Domain:

environment and energy

Record type:

software
Creator:
Sum
Host:
# πŸ”₯ Algerian Forest Fire Prediction A Machine Learning web application built with **Flask** that predicts the **Fire Weather Index (FWI)** using meteorological and environmental parameters from the Algerian Forest Fires dataset. ## πŸš€ Features * Predicts Fire Weather Index using a trained Ridge Regression model * Interactive web interface built with Flask * Responsive input form for user data * Real-time predictions * Deployed on AWS Elastic Beanstalk ## πŸ› οΈ Tech Stack * Python * Flask * Scikit-Learn * NumPy * Pandas * HTML/CSS * AWS Elastic Beanstalk ## πŸ“Š Input Features The model uses the following features: | Feature | Description | | ----------- | ---------------------------- | | Temperature | Temperature in Β°C | | RH | Relative Humidity | | Ws | Wind Speed | | Rain | Rainfall | | FFMC | Fine Fuel Moisture Code | | DMC | Duff Moisture Code | | ISI | Initial Spread Index | | Classes | Fire/Not Fire Classification | | Region | Geographic Region | ## πŸ“‚ Project Structure ```text . β”œβ”€β”€ application.py β”œβ”€β”€ requirements.txt β”œβ”€β”€ models β”‚ β”œβ”€β”€ ridge.pkl β”‚ └── scaler.pkl β”œβ”€β”€ templates β”‚ β”œβ”€β”€ index.html β”‚ └── home.html β”œβ”€β”€ static β”‚ └── style.css └── README.md ``` ## βš™οΈ Installation ### Clone the Repository ```bash git clone github.com cd algerian-forest-fire-prediction ``` ### Create Virtual Environment ```bash python -m venv venv ``` Activate the environment: **Windows** ```bash venv\Scripts\activate ``` **Linux/Mac** ```bash source venv/bin/activate ``` ### Install Dependencies ```bash pip install -r requirements.txt ``` ## ▢️ Run Locally ```bash python application.py ``` Visit: ```text 127.0.0.1 ``` ## 🌐 Deployment This project is deployed using AWS Elastic Beanstalk. Deploy updates using: ```bash …

Visit

github.com

Languages

Arabic, Algerian Spoken