As a data engineer deeply passionate about how data and AI can come together to create real-world impact, Iām excited to share my project for the Databricks Free Edition Hackathon 2025 ā Future of Movie Discovery (FMD). Built entirely on Databricks Free Edition, this project represents my belief that great innovation doesnāt always need massive infrastructure ā it just needs the right platform and curiosity to explore possibilities.
Future of Movie Discovery (FMD) is an AI-powered recommendation agent that helps users find movies based on their mood and natural-language input. Instead of endless scrolling, users can simply say, āI want something thrilling,ā or āGive me a relaxing comedy,ā and the system instantly finds relevant titles from the Netflix Movies dataset. Behind the scenes, itās powered by PySpark transformations, SentenceTransformer embeddings, and Delta Tables ā all orchestrated seamlessly within the Databricks Lakehouse environment.
The project follows a complete end-to-end flow: data ingestion, cleaning, embedding generation, semantic similarity matching, and recommendation delivery through an interactive UI. I designed it to mirror a production-ready architecture, but with the agility and simplicity of Databricks Free Edition. The embeddings were generated using the all-MiniLM-L6-v2 model to capture the essence of each movie description and store them in Delta Tables for vector-based querying. When a user enters a prompt, the system dynamically encodes it, finds the closest matching embeddings, and returns movie recommendations that align with both genre and emotion.
To make the experience more engaging, I added a Mood Selector that lets users choose between Happy, Relaxed, Thoughtful, and Intense modes ā and a Conversational Memory feature that remembers past searches for a more personal, agent-like experience. Itās not just a recommender; itās a glimpse into how intelligent systems can adapt to human emotions through data.
What makes this special for me is not just the outcome, but the process. Working entirely within Databricks Free Edition, I was able to go from idea to a working AI agent without needing complex infrastructure or costly compute. It showed me once again how Databricks empowers data engineers like us to experiment, build, and innovate faster ā uniting data engineering, AI, and creativity in one workspace.
The live version of this project is available here: https://fmd-ai.teamdataworks.com.
You can also watch my 5-minute demo here: YouTube ā Future of Movie Discovery: AI + Data in Action
This project marks the beginning of many more Data + AI experiments under my brand Team Data Works ā where I aim to keep building solutions that merge data discipline with human intuition. My goal is to inspire more engineers to dream big, start small, and prove that with the right tools, even a single notebook can spark something meaningful.