Building a Recommendation System for research papers.
Used LDA model to classify papers into topics and LSTM to predict future Topics. Extracted various features from text Data and used MCDA Technique to recommend best papers.
Scraped Data from Google Scholar to create Database.
Connected MySQL Database to store User Data and their search History.
Made the web application of the Reccomender system using Flask.