Skip to content

A web application to predict the occurrence and confidence of wildfires using machine learning

License

Notifications You must be signed in to change notification settings

NVombat/Predictive-Modelling-of-Wildfires

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Forest Care Logo

Forest Care is a web application that uses Machine Learning to predict the confidence & occurrence of wildfires

version 3.0.0 license MIT author NVombat

πŸ’‘ Project Description

Predict the occurrence & confidence of wildfires with email notifications

πŸ“Œ Prerequisites

πŸ’» System requirement :

  1. Any system with basic configuration.
  2. Operating System : Any (Windows / Linux / Mac).

πŸ’Ώ Software requirement :

  1. Updated browser
  2. Python installed (If not download it here).
  3. Any text editor of your choice.

Installation πŸ”§

Clone The Repository :

$ git clone https://github.com/NVombat/Predictive-Modelling-of-Wildfires.git
$ cd server

Install Python Dependencies :

$ pip install -r requirements.txt

.env File Config :

  • Setup the .env file for MongoDB, Django & Email functionality based on the .env.example file

ML Config :

  • The dataset can be accessed from the dataset folder
$ cd ml/datasets
$ fire_archive.csv
  • Open the ml foler and run wildfirepred.py
$ cd ml/models
$ python wildfirepred.py
  • The model model_jlib is created and ready to use

Run Server :

$ bash run_server.sh

Application Runthrough

Home

image image image

About Us

image

FAQs

image

Pricing Plans

image

Contact Us

image

Predicting Wildfires - Data Entry

image

Predicting Wildfires - Result

image

πŸ“œ License

ForestCare is available under the MIT license. See the LICENSE file for more info.

πŸ’₯ Contributors

Contributors

🚨 Forking this repo

Many people have contacted us asking if they can use this code for their own websites. The answer to that question is usually "yes", with attribution. There are some cases, such as using this code for a business or something that is greater than a personal project, that we may be less comfortable saying yes to. If in doubt, please don't hesitate to ask us.

We value keeping this site open source, but as you all know, plagiarism is bad. We spent a non-negligible amount of effort developing, designing, and trying to perfect this iteration of our website, and we are proud of it! All we ask is to not claim this effort as your own.

So, feel free to fork this repo. If you do, please just give proper credit!. Refer to this handy quora post if you're not sure what to do. Thanks!