The key to all your writing problems.
Just input a paragraph into our app, and we guarantee it will segment it into sentences. Unless your paragraph is too large, that is. Then you better clear.
Requirements on your part:
- Ananconda
- NPM
Save the models (see https://github.com/treeai/writingAnalysis for more details) into a models_gitignored
directory in server
.
cd ./server
pip install -r requirements.txt
python app.py
cd ./client
npm i
npm run serve