Skip to content

WEB based sentiment analyzer which predicts positive, neutral and negative emotion sentence and creates a MySQL database to store the result using FLASK, PYTHON, VADER, JAVASCRIPT, BOOTSTRAP, JAVASCRIPT.

Notifications You must be signed in to change notification settings

sinha-debojyoti/WEB-BASED-VADER-SENTIMENT-ANALYZER

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WEB-VADER-SENTIMENT-ANALYZER

WEB based sentiment analyzer which predicts positive, neutral and negative emotion sentence and creates a MySQL database to store the result using FLASK, PYTHON, VADER, JAVASCRIPT, BOOTSTRAP, JAVASCRIPT.

MySQL Command to create user_score table

CREATE TABLE user_score(
	name varchar(50),
	score varchar(50)
);

Login Page of the webapp image

Neutral sentences
image

Positive sentences
image

Negative sentences
image

Display Score image

About

WEB based sentiment analyzer which predicts positive, neutral and negative emotion sentence and creates a MySQL database to store the result using FLASK, PYTHON, VADER, JAVASCRIPT, BOOTSTRAP, JAVASCRIPT.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published