Get the pickle file from this:
finalmodel.pkl
Put this file in the deploy directory.
git clone git@github.com:nandbyte/abridge-backend.git
cd abridge-backend/deployment
pip3 -r install requirements.txt
flask run
The api will be running on localhost:5000/predict
Tested on Ubuntu 20.04 LTS.