ChaitanyaGhadling / TwitterSentimentAnalysis

Created a pipeline for sentiment analysis using Tweepy and PySpark

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Twitter Sentiment Analysis

  • TweetStream.py - Uses Tweepy to pull up tweets
  • Spark_Stream - Gets the tweet into the pipline and stores the fetched tweets data and their classification results in a database.
  • Model_generation - Build a pipeline for a classification model.

About

Created a pipeline for sentiment analysis using Tweepy and PySpark


Languages

Language:Jupyter Notebook 84.9%Language:Python 15.1%