This project is based on streaming the twitter data using Spark and performing Sentimental Analysis with Logistic Regression.
Outline of the project:
- Fetching the Twitter data from Twitter API
- Streaming Twitter data using Spark
- Preprocessing the data
- Sentimental Analysis on the data
- Developing the model using Logistic Regression
- Saving the result to the MySQL Database.