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.

mrkarannn03/Algerian_Forest_Fire_Prediction

Domaine:

environment and energy

Type de record:

project
Créateur:
mrk
Hôte:
Forest Fire Predictor Machine Learning Project Explore the Repo » / View Flask app code · Model Building · ## About The Project * Using Data Science and Machine learning, we can build a model that takes in the detected fires dataset learns and detects future fires based on certain Weather report. * Storing the Sourced dataset to MongoDB. * Building a **Flask App** hosted on **Heroku**. * **Sklearn** for pre-processing and Model Building * Pandas, Numpy, Matplotlib for csv reading, Data Processing, Data Cleaning, Visualization etc. ## Deployed app ## Introduction * I used a dataset on **Algerian Forest Fires from UCI**. The dataset contains a culmination of forest fire observations and data in two regions of Algeria: the Bejaia region and the Sidi Bel-Abbes region. * The timeline of this dataset is from June 2012 to September 2012. In this project, we focused on whether certain weather features could predict forest fires in these regions using few Machine Learning algorithms. ## Steps * Installing Python, PyCharm, Monogodb, Git to Computer. * Creating Flask app by importing `Flask` module. * Download the source dataset from UCI Repository. * For Classification algorithm decided to predict the features `Classes` from the dataset which is Binary classification `(fire, not fire)`. * For Regression Problem algorithm decided to predict the feature `FWI` (Fire weather Index) which is 90%+ correlated to Classes Feature. ### Loading CSV and Inserting to DB * The Downloaded CSV file is loaded as pandas Dataframe using Pandas Library. * Pandas Dataframe is converted to Dict . * Mongodb Altas is used as DB here, with `pymongo library` mongodb is connected to python. * Database and collections created via python and the list of dictionaries is uploaded using `collection.insert_many` method. ( back to top ) ### EDA * In this step, we will apply Exploratory Data Analysis (EDA) to extract insights from the data set to know which features have contributed more …

Visit

github.com

Languages

Arabic, Algerian Spoken

Similaires

jahanvigarg238/Algerian_forest_fire_Predictionnikhilmalgar/Algerian_Forest_Fire_PredictionHimanshutyagi4348/algerian_forest_fire_predictionshrutiranipoddar/Algerian_forest_fire_predictionanulsasidharan/Algerian_Forest_fire_predictionahmedAmer8/Algerian_Forest_Fire_prediction

jahanvigarg238/Algerian_forest_fire_Prediction

# 🔥 Algerian Forest Fire — FWI Predictor (Flask App) End-to-end deployment of the Ridge Regression

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