此项目不再更新。网页展示的服务器也已关闭。
中文短文本情感分析 web 应用 | A web app about Chinese sentences sentiment analysis
$ git clone git@github.com:bighuang624/sentiment-analysis-webapp.git
$ cd sentiment-analysis-webapp
$ pip install -r requirements.txt
Only support Python 3.5+ temporarily.
$ python app.py
Open index.html and have fun. 😃
.
├── LICENSE
├── README.md
├── app.py
├── index.html
├── models
│ ├── douban_comment.pkl
│ └── restaurant_comment.pkl
├── requirements.txt
├── static
└── training
├── douban-comment.csv
├── douban_comment_trainning.py
├── restaurant-comment.csv
└── restaurant_comment_trainning.py
The source code of the frontend can be found in sentiment-analysis-webapp-frontend, which is powered by Vue.js.
We also open source a web automative test framework to support this project.
This work is done by Siteng Huang, Muzhe Zhou, Ziyi Wu, Zhongchao Cai, Xu Zheng and Suyang Hu.
Inspired by mtobeiyf / keras-flask-deploy-webapp.
Licensed under the MIT License.