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.

jahanvigarg238/Algerian_forest_fire_Prediction

Domain:

environment and energy

Record type:

software
Creator:
jah
Host:
# πŸ”₯ Algerian Forest Fire β€” FWI Predictor (Flask App) End-to-end deployment of the Ridge Regression model trained on the Algerian Forest Fires dataset. ## Project Structure ``` flask_regression_app/ β”œβ”€β”€ app.py # Flask application (routes + API) β”œβ”€β”€ requirements.txt β”œβ”€β”€ models/ β”‚ β”œβ”€β”€ ridge.pkl # Trained Ridge Regression model β”‚ β”œβ”€β”€ scaler.pkl # Fitted StandardScaler β”‚ └── dataset.csv # Original dataset (for EDA charts) └── templates/ └── index.html # Full interactive frontend ``` ## Setup & Run ```bash # 1. Create virtual environment python -m venv venv source venv/bin/activate # Windows: venv\Scripts\activate # 2. Install dependencies pip install -r requirements.txt # 3. Run the app python app.py ``` Open localhost in your browser. ## Features | Section | Description | |---------|-------------| | **Predict** | Enter 9 weather/FWI inputs, get FWI prediction + risk label | | **EDA** | 4 interactive charts: histogram, monthly trend, scatter, class dist | | **Model** | Ridge coefficients, feature importances, model metadata | ## Input Features | Feature | Description | Range | |---------|-------------|-------| | Temperature | Max temperature at noon (Β°C) | 22–42 | | RH | Relative Humidity (%) | 21–90 | | Ws | Wind Speed (km/h) | 6–29 | | Rain | Total rain (mm) | 0–16.8 | | FFMC | Fine Fuel Moisture Code | 28.6–92.5 | | DMC | Duff Moisture Code | 1.1–65.9 | | ISI | Initial Spread Index | 0–18.5 | | Classes | Fire or Not Fire | 0 / 1 | | Region | Bejaia or Sidi-Bel Abbes | 0 / 1 | ## API Endpoints ``` GET / β†’ Main UI POST /predict β†’ JSON prediction { fwi, risk_label, risk_color } GET /api/eda β†’ EDA chart data GET /api/model_info β†’ Coefficients + model metadata ``` ## FWI Risk Scale | FWI Range | Risk Level | |-----------|------------| | 0–5 | Very Low | | 5–10 | Low | | 10–17 | Moderate | | 17–24 | Hig …

Visit

github.com

Languages

Arabic, Algerian Spoken

Similar

Adarsh282504/Algerian_Forest_Fire_Predictionnikhilmalgar/Algerian_Forest_Fire_PredictionHimanshutyagi4348/algerian_forest_fire_predictionshrutiranipoddar/Algerian_forest_fire_predictionanulsasidharan/Algerian_Forest_fire_predictionahmedAmer8/Algerian_Forest_Fire_prediction

Adarsh282504/Algerian_Forest_Fire_Prediction

Machine Learning Web Application for Fire Weather Index Prediction using Ridge Regression # πŸ”₯ Alger

nikhilmalgar/Algerian_Forest_Fire_Prediction

# πŸ”₯ FWI Prediction Web App A **Flask-based Machine Learning Web Application** that predicts the **F

Himanshutyagi4348/algerian_forest_fire_prediction

πŸ”₯ Algerian Forest Fire Prediction This project analyzes the Algerian Forest Fire dataset with a com

shrutiranipoddar/Algerian_forest_fire_prediction

# πŸ”₯ Algerian Forest Fire - Temperature Prediction using Ridge Regression This project uses **Ridge

anulsasidharan/Algerian_Forest_fire_prediction

# πŸ”₯ Algerian Forest Fire Prediction System This project is a machine learning-based web application

ahmedAmer8/Algerian_Forest_Fire_prediction

# πŸ”₯ Algerian Forest Fire Prediction App This project is a machine learning-based web application fo