Skip to content

hansleykowlessur/sentiment_analysis

Repository files navigation

Sentiment analysis

This project returns the sentiment of the sentence using NLP.

Technologies

Front-end:

  • React
  • Material-UI

Back-end:

  • Python
  • VaderSentiment
  • Flask

Screenshots

App Screenshot

Run Locally

Clone the project

  git clone https://github.com/hansleykowlessur/sentiment_analysis.git

Go to the project directory

  cd sentiment_analysis

Install dependencies

  npm install

Start the server

  npm run start