RecommendMe - A Movie Recommendation System
This is a movie recommendation that uses Content based filtering to recommend movies to the users on the basis of movies they selected or searched for.
backend folder --> this includes app.py , a python file that does the work of Flask Application to power the system as a backend.
frontend folder --> this includes a react app which provides frontend for the recommendation system.