All Projects → bighuang624 → sentiment-analysis-webapp

bighuang624 / sentiment-analysis-webapp

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

Programming Languages

python
139335 projects - #7 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to sentiment-analysis-webapp

applytics
Perform Sentiment Analysis on reviews of your apps
Stars: ✭ 21 (-36.36%)
Mutual labels:  sentiment-analysis
SentimentVisionDemo
🌅 iOS11 demo application for visual sentiment prediction.
Stars: ✭ 34 (+3.03%)
Mutual labels:  sentiment-analysis
german-sentiment
A data set and model for german sentiment classification.
Stars: ✭ 37 (+12.12%)
Mutual labels:  sentiment-analysis
analyzing-reddit-sentiment-with-aws
Learn how to use Kinesis Firehose, AWS Glue, S3, and Amazon Athena by streaming and analyzing reddit comments in realtime. 100-200 level tutorial.
Stars: ✭ 40 (+21.21%)
Mutual labels:  sentiment-analysis
brand-sentiment-analysis
Scripts utilizing Heartex platform to build brand sentiment analysis from the news
Stars: ✭ 21 (-36.36%)
Mutual labels:  sentiment-analysis
COVID19-FeedbackApplication
A simple application is developed to get feedback from a user and analyzing the text to predict the sentiment.
Stars: ✭ 13 (-60.61%)
Mutual labels:  sentiment-analysis
sentometrics
An integrated framework in R for textual sentiment time series aggregation and prediction
Stars: ✭ 77 (+133.33%)
Mutual labels:  sentiment-analysis
sentiment.datalogue
Sentiment analysis challenge for Datalogue recruiting
Stars: ✭ 14 (-57.58%)
Mutual labels:  sentiment-analysis
Multi-Hop-Knowledge-Paths-Human-Needs
Ranking and Selecting Multi-Hop Knowledge Paths to Better Predict Human Needs
Stars: ✭ 17 (-48.48%)
Mutual labels:  sentiment-analysis
ar-embeddings
Sentiment Analysis for Arabic Text (tweets, reviews, and standard Arabic) using word2vec
Stars: ✭ 83 (+151.52%)
Mutual labels:  sentiment-analysis
AI-Sentiment-Analysis-on-IMDB-Dataset
Sentiment Analysis using Stochastic Gradient Descent on 50,000 Movie Reviews Compiled from the IMDB Dataset
Stars: ✭ 55 (+66.67%)
Mutual labels:  sentiment-analysis
opinionMining
Opinion Mining/Sentiment Analysis Classifier using Genetic Programming
Stars: ✭ 13 (-60.61%)
Mutual labels:  sentiment-analysis
german-sentiment-lib
An easy to use python package for deep learning-based german sentiment classification.
Stars: ✭ 33 (+0%)
Mutual labels:  sentiment-analysis
sentiment analysis dict
sentiment analysis、情感分析、文本分类、基于字典、python、classification
Stars: ✭ 111 (+236.36%)
Mutual labels:  sentiment-analysis
LSTM-sentiment-analysis
LSTM sentiment analysis. Please look at my another repo for SVM and Naive algorithem
Stars: ✭ 19 (-42.42%)
Mutual labels:  sentiment-analysis
sentibol
⚽ Notebook feito para analisar o case do Sentibol
Stars: ✭ 18 (-45.45%)
Mutual labels:  sentiment-analysis
Twitter-Sentiment-Analysis
A Django App to perform Sentiment Analysis of Twitter Hashtags
Stars: ✭ 20 (-39.39%)
Mutual labels:  sentiment-analysis
sentiment-analysis2
Sentiment ananlysis in keras and mxnet
Stars: ✭ 37 (+12.12%)
Mutual labels:  sentiment-analysis
pysentimiento
A Python multilingual toolkit for Sentiment Analysis and Social NLP tasks
Stars: ✭ 274 (+730.3%)
Mutual labels:  sentiment-analysis
semantria-sdk
Semantria SDK
Stars: ✭ 38 (+15.15%)
Mutual labels:  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. 😃

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].