Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 427 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 427 Bytes

Sentiment Analysis

A simple sentiment analysis application made using following packages:

  • Tensorflow Keras
  • Natural Language Toolkit (NLTK)
  • TfidfVectorizer

The model was trained using tweets from Sentiment140 dataset with 1.6 million tweets.

The app has has been deployed using Flask and Heroku. The app can be found here.