Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 391 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 391 Bytes

formalwriter

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