sentiment-analysis-webapp icon indicating copy to clipboard operation
sentiment-analysis-webapp copied to clipboard

[不再更新]中文短文本情感分析 web 应用 | A web app about Chinese sentences sentiment analysis

sentiment-analysis-webapp

此项目不再更新。网页展示的服务器也已关闭。

Python MIT license

中文短文本情感分析 web 应用 | A web app about Chinese sentences sentiment analysis

example.png

Installation

Clone the repo

$ git clone [email protected]:bighuang624/sentiment-analysis-webapp.git

Enter the directory

$ cd sentiment-analysis-webapp

Install requirements

$ pip install -r requirements.txt

Run with Python

Only support Python 3.5+ temporarily.

$ python app.py

Play

Open index.html and have fun. :smiley:

Structure

.
├── 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

Frontend

The source code of the frontend can be found in sentiment-analysis-webapp-frontend, which is powered by Vue.js.

Test

We also open source a web automative test framework to support this project.

Contributors

This work is done by Siteng Huang, Muzhe Zhou, Ziyi Wu, Zhongchao Cai, Xu Zheng and Suyang Hu.

Thanks

Inspired by mtobeiyf / keras-flask-deploy-webapp.

License

Licensed under the MIT License.