Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 616 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 616 Bytes

Hacksquad-3.0

Project for Hackquad 3.0: A Forest Fire Predictor

Description

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.

Building

Activate the virutal environment:

Scripts\activate.bat on windows and source bin/activate on Linux and other Unix derivatives.

Install the dependencies:

pip install -r requirements.txt

Run the Flask server:

python app.py

The server will host the app (available on http://127.0.0.1:5000/ )