Project for Hackquad 3.0: A Forest Fire Predictor
This is a machine learning project, that can predict the probability of occurance of forest fire events by analysing weather data and Oxygen Concentration in the atmosphere in a specific area.
Activate the virutal environment:
Scripts\activate.bat
on windows and
source bin/activate
on Linux and other Unix derivatives.
pip install -r requirements.txt
python app.py
The server will host the app (available on http://127.0.0.1:5000/ )