Tweet Space is a machine learning app that portrays Twitter accounts as custom 3D spaces. It uses Natural Language Processing (NLP) to analyze the tweets.
The app is my internship project for MAD. I have documented the whole journey on MAD’s Engineering Blog.
Some values that affect the room are the tone and subjectivity of the account, the number of interactions with other users and the number of unique words. You can read more about the connection between the data and the visuals on the latest project post.
Tweet Space is a Flask app that uses Tweepy to handle tweets, TextBlob for NLP and Three.js for 3D graphics.