loader
banner

Work Implemented

Clients approach DNJ Indiego to solve some of their most pressing problems. With our insight and expertise, we were able to solve these problems for our clients in the most efficient way. Each case study touches upon the challenges we faced, the custom solutions we built, their results, and the approach we chose to achieve them.    

  • Client : Bitext
  • Category : AI & ML NLP
  • Website : www.bitext.com
  • Date : 27/02/2020

Requirements: The client approached DNJ Indiego to analyze the sentiments from tweets. The requirement was to understand peoples emotions.

Solution: We trained and developed a Twitter Sentiment Analysis supervised learning model using python, TensorFlow and NLP libraries. Key implementation steps included:

  • Extraction – Fetch tweets using Twitter API keys.
  • Preparation – Prepare dataframe for preprocessing the tweets to remove non-contextual words
  • Parsing – The tweet messages were processed and we generated the training dataset.
  • Feature Extraction – Using pre trained embedding’s using Golve.
  • Training – Using LSTM network to train the data.
  • Prediction – Trained models was used to analyze the sentiment of new tweets