Skip to content

aishwarya-29/tweetanalyser

Repository files navigation

tweetanalyser

Performs sentiment analysis over a tweet to predict positive/negative sentiments.
Uses a NLP Naive-Bayes Algorithm to classify tweets as positive or negative.
This algorithm is integrated to the web app to classify input tweets.

Running on localhost:

  • Step 1: Fork repository and clone it to your desktop.
  • Step 2: cd into that cloned folder.
  • Step 3: execute the command: npm install
  • Step 4: Deploy locally by running this: node app.js
  • Step 5: Go to localhost:3000 where the application will be running locally.

About

sentiment analysis of tweets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published