- You need Python < 3.11 (We used 3.10.13. Guide to build older versions of Python - https://github.com/python/cpython/tree/3.10?tab=readme-ov-file#build-instructions)
- Clone the repo
git clone
- Download model from google drive (https://drive.google.com/file/d/18wPncxK6AGnDd-YFVlv_lrPQTSdi6vwp/view?usp=sharing) name it model.pkl and put it the root of the project
- Install libraries for the project from requirements.txt
pip install -r requirements.txt
- Run Flask server
python app.py
- Finish!