forest-fire-api-flask Installation Delete any previously cloned repo. (If any) Clone the repository. git clone https://github.com/FlashTech-dev/forest-fire-api-flask Change directory cd forest-fire-api-flask Install virtual environment. pip install virtualenv Create virtual environment. virtualenv env Activate the environment. .\\env\Scripts\activate.bat Install flask (for the first time when you are cloning this repo) pip install flask To run the app just type python app.py Add files to the Folder Make new folder pickle Add 3 Pickle files SampleModel_0.pkl SampleModel_1.pkl SampleModel_2.pkl