Skip to content

DavidTore/sentiment-analysis-webapp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 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 doing 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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.2%
  • HTML 0.8%