Logo Lanfrica
  • Accueil
  • Atlas
  • Analyses
  • Documentation
  • Sign in

© 2026 Lanfrica. Tous droits réservés. Tous les droits d'auteur des ressources affichées sur le site Web Lanfrica appartiennent aux détenteurs de droits d'auteur d'origine, sauf indication contraire explicite.

Somrat390/Algerian-Forest-Weather-Index-prediction

Domaine:

environment and energyclimate

Type de record:

project
Créateur:
Som
Hôte:
# 🌲 Algerian Forest Fire Weather Index Prediction This project predicts the **Fire Weather Index (FWI)** for the Algerian Forest dataset using a **Ridge Regression Model**. It is deployed on **Render** as a Flask web application. --- ## 📊 Dataset - **Source:** Kaggle - Algerian Forest Fires Dataset - **Features include:** - 🌡️ Temperature (°C) - 💧 Relative Humidity (%) - 🌬️ Wind Speed (km/h) - 🌧️ Rain (mm) - 🔥 Fire Weather Codes → FFMC, DMC, ISI - 🏷️ Classes (0 = No Fire, 1 = Fire) - 🗺️ Region (Bejaia / Sidi-Bel Abbes) --- ## ⚙️ Tech Stack - **Python 3** - **Flask** (Web Framework) - **Scikit-Learn** (ML Model) - **NumPy, Pandas** (Data Processing) - **Render** (Deployment) --- ## 🚀 Deployment The project is deployed on **Render** and can be accessed here: 🔗 **Live Demo:** algerian-forest-weather-ind… --- ## 🖥️ Local Setup Follow these steps to run the project locally: ### 1️⃣ Clone the Repository ```bash git clone github.com cd Algerian-Forest-Weather-Index-prediction ```` ### 2️⃣ Create Virtual Environment & Install Dependencies ```bash python -m venv venv source venv/bin/activate # For Mac/Linux venv\Scripts\activate # For Windows pip install -r requirements.txt ``` ### 3️⃣ Run the Flask App ```bash python application.py ``` Your app will start at **127.0.0.1 --- ## 📌 Example Prediction **Input Example:** | Feature | Value | | ----------- | ---------- | | Temperature | 25°C | | RH | 40% | | Ws | 15 km/h | | Rain | 0 mm | | FFMC | 85 | | DMC | 120 | | ISI | 10 | | Classes | 1 (Fire) | | Region | 1 (Bejaia) | **Output Example:** 🔥 **Predicted Fire Weather Index:** `42.31` --- ## 📂 Project Structure ``` ├── Model/ │ ├── ridge.pkl │ ├── scaler.pkl ├── templates/ │ ├── index.html │ ├── home.ht …

Visit

github.com

Languages

Arabic, Algerian Spoken

Similaires

dceblano/Algerian-Forest-Fire-Weather-IndexShoaibMuhammad123/Algerian-Fire-Weather-Index-PredictionSaiReddy43/algerian-fire-weather-index-predictionHarshraj112/Forest-Fire-Weather-Index-Predictionmaheshsathe07/Forest-Fire-Weather-Index-Analysis-and-PredictionSurajKumarpandey001/Forest-Fire-Weather-Index

dceblano/Algerian-Forest-Fire-Weather-Index

The aim of this task is to process and clean the dataset, generate visualizations, and derive insigh

ShoaibMuhammad123/Algerian-Fire-Weather-Index-Prediction

This repository presents a machine learning model to predict Algeria's Fire Weather Index (FWI) usin

SaiReddy43/algerian-fire-weather-index-prediction

# 🔥 Forest Fire Weather Index (FWI) Prediction System > A Full-Stack Machine Learning application t

Harshraj112/Forest-Fire-Weather-Index-Prediction

A machine learning web app that predicts the Fire Weather Index (FWI) using Ridge Regression, traine

maheshsathe07/Forest-Fire-Weather-Index-Analysis-and-Prediction

Our project predicts forest fire weather conditions in Algeria using machine learning. It analyzes m

SurajKumarpandey001/Forest-Fire-Weather-Index

A machine learning-powered web application that predicts the Fire Weather Index (FWI) using various