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.

priyanshu94230-dot/algerian-forest-fire-fwi-prediction

Domain:

environment and energy

Record type:

software
Creator:
pri
Host:
Machine learning web application for predicting Forest Fire Weather Index (FWI) using Algerian forest fire data and a Ridge Regression model. šŸ”„ Algerian Forest Fire FWI Prediction A Machine Learning web application that predicts the *Fire Weather Index (FWI)* using meteorological and fire-weather data from the Algerian Forest Fires dataset. The project uses *Ridge Regression* for prediction and *StandardScaler* for feature preprocessing. A *Flask* web application provides a simple interface where users can enter the required values and get an FWI prediction. ## šŸš€ Features - Machine Learning based FWI prediction - Ridge Regression model - Feature scaling using StandardScaler - Flask web application - Simple HTML user interface - Real-time prediction through a web form - Trained model saved using Pickle ## šŸ› ļø Technologies Used - Python - Flask - NumPy - Pandas - Scikit-learn - HTML/CSS - Pickle ## šŸ“Š Dataset This project is based on the *Algerian Forest Fires Dataset*. The model uses the following features: - Temperature - Relative Humidity (RH) - Wind Speed (Ws) - Rain - Fine Fuel Moisture Code (FFMC) - Duff Moisture Code (DMC) - Drought Code (DC) - Initial Spread Index (ISI) - Buildup Index (BUI) - Classes - Region The target variable is: *FWI (Fire Weather Index)* ## šŸ¤– Machine Learning Model The project uses *Ridge Regression* to predict the Fire Weather Index. Before prediction, the input features are transformed using *StandardScaler*, using the same preprocessing approach used during model training. The trained files are: - ridge.pkl — trained Ridge Regression model - scaler.pkl — trained StandardScaler ## šŸ“ Project Structure ```text algerian-forest-fire-fwi-prediction/ │ ā”œā”€ā”€ templates/ │ └── index.html │ ā”œā”€ā”€ app.py ā”œā”€ā”€ ridge.pkl ā”œā”€ā”€ scaler.pkl ā”œā”€ā”€ requirements.txt └── README.md

Visit

github.com

Languages

Arabic, Algerian Spoken

Similar

SohamKanji/Algerian-Forest-Fire-FWI-Predictionishivansmishra/algerian-forest-fire-fwi-predictionkkb1110/Algerian-Forest-Fire-FWI-prediction-BetterCallEkangsh/Algerian-Forest-Fire-FWI-Predictionlavk7766/Algerian-Forest-Fire-FWI-PredictionMpss1701/Algerian-Forest-Fire-FWI-Prediction

SohamKanji/Algerian-Forest-Fire-FWI-Prediction

For more info on the data set : https://www.kaggle.com/datasets/nitinchoudhary012/algerian-forest-fi

ishivansmishra/algerian-forest-fire-fwi-prediction

forest-fire-fwi-prediction-ml fwi-prediction-flask-app algerian-forest-fire-ml-project forest-fire-w

kkb1110/Algerian-Forest-Fire-FWI-prediction-

Algerian forest fire (FWI) prediction using ridge regression. Ridge regression shows better accuracy

BetterCallEkangsh/Algerian-Forest-Fire-FWI-Prediction

This project analyzes the Algerian Forest Fires dataset — 244 weather observations from two regions

lavk7766/Algerian-Forest-Fire-FWI-Prediction

Mpss1701/Algerian-Forest-Fire-FWI-Prediction

End-to-end Machine Learning project on the Algerian Forest Fires dataset using Linear Regression, Ri