It lets the user enter a song name with its artist's name, and then predicts whether the song is going to be a hit or not.
It used Machine Learning (Logistic Regression) on the dataset fetched from Spotify and Billboard's servers, and then creates a prediction model.
The GUI is made by using a python framework called Django.