It is a website solely made with django.
click here
It takes a reddit post URL as input from the user(this is the parameter that is given to the trained model) and display it's predicted flair and could also be used to present stats about the post like # of Comments, upvotes, likes etc.
85% with Support Vector Machine as dataset was small (approx 100 post per flair) so I have used this, very simple to implement.
Django
Python3
html css
Supervised Machine learning algorithms
It can be extended to instagram or any other platform to predict user using some attributes, it makes things easier.