Visualisation

Course Project for DS 294 - Data Analysis & Visualisation @ IISc (Feb - Jun 2021)

As part of one assignment, I chose to work on visualising GitHub messages of various famous repositories. It involved working with text data for the first time in detail and coming up with good visualisations which helped to infer certain relations. All the code can be seen in my Visualize Github Messages Kaggle Notebook.

As part of the course project, I chose to work on predicting the MBTI personality of a person based on the text written by the person. I chose TPUs as my processing unit as it gave me about 70x improvement in speed. All code is in the following Kaggle notebooks: Predict MBTI Traits, Predict MBTI Type, Visualize MBTI Types.