starkblaze01 / Sentiment-Analyzer

Model for Sentiment Analysis using Naive Bayes and CNN, and implementation of Model on Tweets and Web Application using React

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sentiment-Analyzer

How to Run

For Model Training

For running Web Application

Steps:-

  • Navigate to Web Application folder.
  • Run yarn install
  • Open two terminals and run npm start in Web application folder and run python server.py in kanjo-server folder to start front-end and back-end.

Web Application using Naive Bayes Model

Positive:

alt text

Negative:

alt text

Web Application using CNN Model

Positive:

alt text

Negative:

alt text

Alternate Repositories:

Team-Members

About

Model for Sentiment Analysis using Naive Bayes and CNN, and implementation of Model on Tweets and Web Application using React

License:MIT License


Languages

Language:Jupyter Notebook 99.2%Language:TypeScript 0.4%Language:Python 0.2%Language:CSS 0.1%Language:HTML 0.1%