Run app.py
Download model weights and place them on the same directory
https://drive.google.com/file/d/1c-c0f4zjQfZwykzRpTnc2rA0jnkfckdU/view?usp=sharing
OR
Download the pickle format model and uncomment pickle.load in the script https://drive.google.com/file/d/1FtmtF7hgLsXycCtH-TI6dwSpSTiG9g--/view?usp=sharing
- app.py is for running the model on local system.
- main.py is for GCP server (writen in flask)
- cloab_server.py is server file for running in colab (install flask_ngrok for running flask on colab)