paridhimodi / Text-sentiment-Analyser-App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Text-sentiment-Analyser-App

This is an End to End Data Science Project In this project I created a web application that predicts the sentiment of the text by analysing text. Sentiment Analysis is the process of determining whether a piece of writing (product/movie review, tweet, etc.) is positive, negative or neutral. It can be used to identify the customer or follower’s attitude towards a brand through the use of variables such as context, tone, emotion, etc.

My application is live at: https://text-sentiment-analyser.herokuapp.com/

Screenshot (111)

Screenshot (110)

Steps taken to build this application:

  1. Collecting data
  2. Preprocess data
  3. Created the custom embeddings with Word2Vec
  4. Build the RNN neural network and trained it
  5. Saved the model and tokenizer file.
  6. Created the Flask framework for the API
  7. Deployed the application on the cloud (Heroku)

Please Do upstar this project if my work helped