This is an app that predicts whether there will be a forest fire or not, and uses Logistic regression to do so. It accepts data from a Web Page made using Flask framework and serialises the data for the trained model using pickle.
To use this app, run the following commands:
1. pip install Flask 2. pip install numpy 3. pip install pandas 4. pip install sklearn It's better advised to use a virtual environment, then install these packages