bipubipu / twitter-analysis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sentiment Analysis

We are using LSTM model to train sentiment analyser over twitter data. The idea is to extract the tweets first

Execution Flow

  1. Extract data using from NodeJs App (Data Extraction using Twitter API)
  2. Place your data in data folder
  3. Pre-process data using sentiment-analysis/data-pre-processing.py
  4. Train model using sentiment-analysis/sentiment-analysis-LSTM.py

Dependencies

  1. TensorFlow >= 2.0

About


Languages

Language:JavaScript 50.8%Language:Python 49.2%