simple_sintement.ipynb is dedicated to train dataset creation and model training
Folder data contains raw train dataset in .json
Folder demo contains PyCharm project, in brief, it's interactive demonstration of classifier, where user can put his example of feedback and see, how classifier reacts to it. it was created on Flask
Install necessary libs:
$ pip install flask
Run demo in console:
$ python run.py
Open webpage in browser:
http://127.0.0.1:5000/ (or one, which program proposes in console output)
Also, you can launch it from PyCharm