Movie Recommendation System
Created a graph-based movie recommendation system using entity modeling and relationship-driven similarity matching. Modeled actors, directors, genres, and movies as nodes and used relationship traversal to infer relevant recommendations. Delivered the application via a deployed web interface with CI/CD automation. • Modeled knowledge graph entities in Neo4j using Cypher queries • Used ACTED_IN, DIRECTED, and IN_GENRE relationships for similarity matching • Implemented recommendation logic through graph traversals and filtering • Deployed a Streamlit app with Azure CI/CD for end-user access