TwitOff
A fun web App for comparing and predicting Tweets
Here I built a simple web app utilising Basilica Embeddings to enable a Logistic Regression model to predict who would be most likely to tweet a given text. To use the app, you simply add some users, then supply some text to see who is more likely to tweet what you’ve typed in!
The site uses Tweepy to pull the most recent (filtered) tweets. Those tweets are then processed through the Basilica API. The users and their tweets’ embeddings are added to an sql SQL database for future use.