Tweeting For Love: Matching People Using Twitter

Replicated a Tinder-like platform on Android mobile application. Instead of location, the app uses second-degree (followers of followers) Twitter followers to make recommendations. Worked with Twitter 4J (Java Wrapper for Twitter API) to enable Twitter login authentication and extract followers data. Implemented a bidirectional LSTM deep learning model to predict gender data based on the names of users as Twitter API didn't disclose it.