Skip to content

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

License

Notifications You must be signed in to change notification settings

bighuang624/sentiment-analysis-webapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sentiment-analysis-webapp

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

Python MIT license

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

example.png

Installation

Clone the repo

$ git clone git@github.com: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. 😃

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published