Skip to content

Developed a sentiment analysis tool with the Twitter API. This tool scrapes twitter for recent tweets containing any chosen keyword, and applies the best pre-trained ML model to classify the sentiment of each tweet.

ekloberdanz/TwitterSentimentAnalysis

Repository files navigation

TwitterSentimentAnalysis

This project explores sentiment analysis using Twitter data. It uses various text vectorization techniques (e.g.: one hot, TF-IDF) to represent tweets and several models to predict the sentiment of tweets (i.e.: positive or negative). The best performing model is a stacked LSTM architecture.Text pre-processing is multi-threaded to increase speed.

About

Developed a sentiment analysis tool with the Twitter API. This tool scrapes twitter for recent tweets containing any chosen keyword, and applies the best pre-trained ML model to classify the sentiment of each tweet.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published