forked from git-ankit/MovieRecommender
-
Notifications
You must be signed in to change notification settings - Fork 4
Backend
rishi2019194 edited this page Oct 18, 2023
·
6 revisions
Renders to the landing page of the web-app
Render to the search page of the web-app
Returns movie recommendations on the basis of user-input movies
Returns top-10 movie searches for an input string in the search box
Handles user feedback submission
Handles user feedback submission and mails the results
Renders to the success page
Utility function to create colored tags for different movie genres
Input: Movie genres; Output: Colored tags for those genres
Utility function for creating a dictionary for movie-genres mapping
Input: data frame of movies.csv; Output: Dictionary of movies-genres mapping