Skip to content

dariush-saberi/formalwriter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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