Skip to content

Latest commit

 

History

History
14 lines (14 loc) · 766 Bytes

README.md

File metadata and controls

14 lines (14 loc) · 766 Bytes

reddit_flair_detector_

It is a website solely made with django.
click here

What it does ?

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.

Accuracy ?

85% with Support Vector Machine as dataset was small (approx 100 post per flair) so I have used this, very simple to implement.

Technology Stack ?

Django
Python3
html css
Supervised Machine learning algorithms

Future Scope ?

It can be extended to instagram or any other platform to predict user using some attributes, it makes things easier.