- create and activate virtual environment
mkdir venv
cd venv
virtualenv -p python3 venv
source venv/bin/activate
- install requirements
pip3 install -r reuiremnts.txt
- run the application
sudo python app.py
- Python 3.6
- Flask 1.0.2
- Jieba
- PyTorch 1.0
- visjs to show the expression tree
- he to encode and decode HTML entity
- DOT language to describe tree which is drawn by visjs