Skip to content

Isuru2701/Lorax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lorax

A wildfire prediction API built in lieu with an IOT system.

Pre-fire prediction endpoint

  • / - GET

landing page. say hi to the lorax

  • /predict - POST
{
  "region": "string",
    "date": "string", 
    "temp": 0.00,
    "humidity": 0.00  

}

Date should be in the format YYYY-MM-DD

instructions

  • create a .env file in the root folder and add WEATHER_API_KEY
  • get a WEATHER_API_KEY from openWeatherAPI
  • run app.py

About

Wildfire prediction API (beta)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages