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.

sarbkk28/Algerian-Forest-Fire

Domain:

environment and energy

Record type:

software
Creator:
sar
Host:
πŸ”₯ Algerian Forest Fire FWI Prediction Web App This project is a Flask-based web application that predicts the Fire Weather Index (FWI) using a Machine Learning model trained on the Algerian Forest Fires Dataset. Users can input environmental parameters (temperature, humidity, wind speed, etc.) through a web form and get a predicted FWI value instantly. πŸ“Œ Features Web interface built with Flask Machine Learning model (Ridge Regression) Input multiple weather and fire-related parameters Predicts Fire Weather Index (FWI) Simple and clean UI Easy to run locally 🧠 Machine Learning Model Algorithm: Ridge Regression Dataset: Algerian Forest Fires Dataset Preprocessing: Standard Scaling Features used: Temperature RH (Relative Humidity) Ws (Wind Speed) Rain FFMC DMC ISI Classes Region Algerian Forest fire/ β”‚ β”œβ”€β”€ models/ β”‚ β”œβ”€β”€ application.py β”‚ β”œβ”€β”€ ridge.pkl β”‚ β”œβ”€β”€ scaler.pkl β”‚ β”œβ”€β”€ templates/ β”‚ β”‚ └── index.html β”‚ β”œβ”€β”€ requirement.txt β”‚ β”œβ”€β”€ model train.ipynb β”‚ └── eda fe algerian forest fire.ipynb β”‚ └── README.md βš™οΈ Installation & Setup 1️⃣ Clone the repository git clone github.com cd algerian-forest-fire-flask-app 2️⃣ Create virtual environment (optional but recommended) python -m venv venv venv\Scripts\activate 3️⃣ Install dependencies pip install -r requirement.txt 4️⃣ Run the Flask app cd models python application.py 5️⃣ Open in browser 127.0.0.1 πŸ›  Technologies Used Python Flask NumPy Pandas Scikit-learn HTML Git & GitHub πŸš€ Future Improvements Add better UI styling (CSS / Bootstrap) Deploy on Heroku / Render Add input validation Add graphs and visualization Convert into REST API

Visit

github.com

Languages

Arabic, Algerian Spoken

Similar

Algerian forest fire datasetShaikhArshad11/Algerian-Forest-fire-Rahul1498/Algerian-Forest-FireHaarit2966/Algerian-Forest-Firechamathsavindya/algerian-forest-fireDDli26/Algerian-Forest-Fire

Algerian forest fire dataset

ShaikhArshad11/Algerian-Forest-fire-

Machine Learning Classification Problem. # Algerian-Forest-fire- EDA and Machine Learning Classific

Rahul1498/Algerian-Forest-Fire

Prediction of Algerian forest fire - > Fire Weather Index

Haarit2966/Algerian-Forest-Fire

This is a machine learning project for predicting forest fire risks in Algeria using Python. It anal

chamathsavindya/algerian-forest-fire

# algerian-forest-fire - This small project demostrates develop web aplication predicting Fire Weat

DDli26/Algerian-Forest-Fire

Flask app that used ridge regression to predict FWI for Algerian Forest Fire data