pip install flask
pip install tensorflow
pip install gdown
specify which model you are going to use in import_from_gdrive.py and run it using -python import_from_gdrive.py
it will automatically download the model in the dir
add the model.h5 relative path to the app.py and run it
run using python app.py