- 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
- Make new folder
pickle - Add 3 Pickle files
SampleModel_0.pklSampleModel_1.pklSampleModel_2.pkl