The repository will help offer students with ideas for doing their projects. They can start with the available code to understand the concept and build on top of it to further refine the code for a specific need.
This project does three machine learning tasks on a review submitted by the user that are; i) Find label of the user review (the trainining data has two possible labels that are Cooking and Sports) ii) It performs sentiment analysis on the user review using a dictionary based approach with WordNet iii) It performs clustering to find the reviews in training data that are most similar to the user review.