Copy & paste your tweet to figure out its sentiment:
A few notes about this project:
Model that's determining the sentiment is an LSTM network
Dataset that the model was trained on can be found here:
http://help.sentiment140.com/for-students
When we query twitter, query is scoped to my twitter account/creds.
In the future I might build an actual oauth page and allow everyone to
connect their twitter account.
It takes a bit of time to query twitter, parse all of that through a
model and a generate a graph
Twitter's API has rate limits so if it errors out it's likely because of that