To deploy, first install the dependencies:
Flask
Spacy and English language model with spacy.load('en_core_web_sm')
Stanza
NTLK
Cython
Transformers
and other dependencies reqired in your environment
Then run the server with:
cd acadnomClass
python3 setup.py build_ext --inplace
cd ..
python3 app.py