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.

hv7275/Algerian-Forest-Fire

Domain:

environment and energy

Record type:

software
Creator:
hv7
Host:
# Forest Fire Weather Index Prediction This project is a Flask web app that predicts the Forest Fire Weather Index using a trained Ridge Regression model and a saved StandardScaler. ## Project Structure ```text . |-- application.py |-- requirements.txt |-- Models/ | |-- ridge.pickle | `-- scaler.pickle |-- templates/ | |-- index.html | `-- home.html `-- notebook/ |-- Algerian_forest_clean_data.csv `-- model_training.ipynb ``` ## Requirements - Python 3.10 or newer - Flask - numpy - pandas - scikit-learn Install the dependencies with: ```bash pip install -r requirements.txt ``` ## Run the App Start the Flask app with: ```bash python application.py ``` Then open: ```text 127.0.0.1 ``` ## Input Features The prediction form uses these values: - Temperature - RH - Ws - Rain - FFMC - DMC - ISI - Classes - Region The app scales the input data with `Models/scaler.pickle` and predicts the Fire Weather Index with `Models/ridge.pickle`.

Visit

github.com

Languages

Arabic, Algerian Spoken

Similar

Algerian forest fire datasetShaikhArshad11/Algerian-Forest-fire-Rahul1498/Algerian-Forest-Firehemin001/Algerian-Forest-Fireishityadav/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

hemin001/Algerian-Forest-Fire

# 🔥 Algerian Forest Fires Analysis & Prediction 🌲 ### 📘 **Project Overview** This project explores

ishityadav/Algerian-forest-fire

# 🔥 Algerian Forest Fire — FWI Prediction A Flask web application that predicts the **Fire Weather

DDli26/Algerian-Forest-Fire

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