Classify Reddit posts for Front End Frameworks
Created a Reddit Posts Classifier for Front End Frameworks like Angular, React and Vue. Data was obtained by scrapping reddit to get approximately 1000 posts for each front end framework subreddits
Data was cleaned to remove mentions, html tags etc. Text Classification was done using Logistic Regression, LSTM using Tensorflow 2.0 and BERT using Pytorch and Transformers library.