#MADDALI's MOVIES
This project is a movie recommendation system. It uses a FastAPI backend with chromaDB, and HuggingFace embeddings for semantic search and K-Means clustering, paired with a modern Next.js frontend.
##Getting Started
Follow these simple steps to run the website.
uv syncuv run main.pycd frontend
npm run dev