Logo Lanfrica

Ayhampt/End-To-End-ML-Project-Implementation

Domain:

environment and energy

Record type:

software
Creator:
Ayh
Host:
A Machine Learning web application that predicts the Fire Weather Index (FWI) using environmental and weather parameters from the Algerian Forest Fire dataset. # Algerian Forest Fire Prediction πŸ”₯ A Machine Learning web application that predicts the **Fire Weather Index (FWI)** using environmental and weather parameters from the Algerian Forest Fire dataset. --- ## πŸš€ Project Overview This project uses a trained **Ridge Regression** machine learning model to predict forest fire risk based on environmental and weather conditions. The application is built using: - Python - Flask - Scikit-Learn - Pandas - NumPy - HTML/CSS --- ## πŸ“· Features - Modern responsive UI - Real-time fire risk prediction - ML model integration with Flask - Feature scaling using StandardScaler - User-friendly web interface --- ## πŸ“Š Input Features The model predicts the Fire Weather Index (FWI) using: - Temperature - Relative Humidity (RH) - Wind Speed (Ws) - Rain - FFMC - DMC - ISI - Classes - Region --- ## 🧠 Machine Learning Workflow 1. Data Collection 2. Data Cleaning 3. Exploratory Data Analysis (EDA) 4. Feature Engineering 5. Model Training 6. Model Evaluation 7. Flask Deployment --- ## πŸ› οΈ Tech Stack | Technology | Usage | |---|---| | Python | Backend | | Flask | Web Framework | | Scikit-Learn | Machine Learning | | Pandas | Data Processing | | NumPy | Numerical Operations | | HTML/CSS | Frontend | --- ## πŸ“‚ Project Structure ```bash Algerian-Forest-Fire/ β”‚ β”œβ”€β”€ models/ β”‚ β”œβ”€β”€ ridge.pkl β”‚ └── scalar.pkl β”‚ β”œβ”€β”€ templates/ β”‚ β”œβ”€β”€ index.html β”‚ └── home.html β”‚ β”œβ”€β”€ application.py β”œβ”€β”€ requirements.txt └── README.md