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.

SurajKumarpandey001/Forest-Fire-Weather-Index

Domaine:

environment and energy

Type de record:

softwaremodel
Créateur:
Sur
Hôte:
A machine learning-powered web application that predicts the Fire Weather Index (FWI) using various environmental parameters such as temperature, humidity, wind speed, and more. This project leverages the Algerian Forest Fires Dataset and applies regression models to provide accurate predictions. # **🔥Fire Weather Index Prediction** A machine learning-powered web application that predicts the Fire Weather Index (FWI) using various environmental parameters such as temperature, humidity, wind speed, and more. This project leverages the Algerian Forest Fires Dataset and applies regression models to provide accurate predictions. **📌 Features** 🌡 Predicts Fire Weather Index based on user inputs. 📊 Uses Ridge Regression for model predictions. 📈 Preprocessing with Scaler for normalized inputs. 🌐 Flask web interface with a glassmorphism design and background video. 📁 Organized project structure for easy understanding and maintenance. **📂 Project Structure** . 1. ├── Dataset └── Forest_updated.csv # Dataset used for training 2. ├── Jupyter Notebook └── End to End Algerian Forest Fires Dataset...ipynb # Data preprocessing, training & evaluation 3. ├── models ├── ridge.pkl # Trained Ridge Regression model └── scaler.pkl # Scaler for input normalization 4. ├── templates ├── home.html # Web UI template └── index.html # Alternate HTML template 5. ├── application.py # Flask application 6. ├── README.md # Project documentation **🚀 How It Works** Data Preprocessing – The dataset is cleaned and scaled. Model Training – Ridge Regression is trained to predict the FWI. Web Application – A Flask app collects user inputs, processes them, and displays predictions. **🛠 Installation & Setup** 1️⃣ Clone the Repository git clone github.com cd fire-weather-index-prediction 2️⃣ Create a Virtual Environment & Activate python -m venv venv venv\Scripts\activate # On Windows source venv/bin/activate # On Mac/Linux 3️⃣ Install Dependencies pip install -r requirements.txt 4️⃣ Run the Application python applicati …

Visit

github.com

Languages

Arabic, Algerian Spoken

Similaires

Harshraj112/Forest-Fire-Weather-Index-Predictiondceblano/Algerian-Forest-Fire-Weather-Indexmaheshsathe07/Forest-Fire-Weather-Index-Analysis-and-Predictionmimakhdumi/Fire-Weather-Index-Predictorharsh2kum/Fire-Weather-Index-Prediction-MLShoaibMuhammad123/Algerian-Fire-Weather-Index-Prediction

Harshraj112/Forest-Fire-Weather-Index-Prediction

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

dceblano/Algerian-Forest-Fire-Weather-Index

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

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

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

mimakhdumi/Fire-Weather-Index-Predictor

A Flask-based Machine Learning web application that predicts the Fire Weather Index (FWI) using mete

harsh2kum/Fire-Weather-Index-Prediction-ML

End-to-end machine learning project on the Algerian Forest Fires dataset, including EDA, feature eng

ShoaibMuhammad123/Algerian-Fire-Weather-Index-Prediction

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