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.
- 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.