This model aims to detect the flair of a Reddit post from ‘/india’ subreddit. The model classifies the flair of a post given its content, into Coronavirus, Nonpolitical, Political and others. The model can also be hosted as a web service (done using Flask). The data was scrapped using Reddit’s API PRAW Accuracy was compared taking the input data as Only Title or Title and Content. Various Embeddings and Model architectures were also compared.