Menu

Live Link and Output Overview

Live Demo: Movie recommendation system

After deployment, the Movie Recommendation System runs as an interactive Gradio application. Users can enter a movie title into the input box and receive a list of recommended movies instantly.

The output is displayed as a table containing movie titles and their average ratings. Each recommendation request triggers the full backend workflow, including title matching, similarity computation using KNN, hybrid score calculation, and result rendering. This confirms that the system works end to end and is ready for demonstrations or evaluations.