Live Project: Movie Recommendation System
This movie recommendation system uses advanced similarity search and machine learning techniques to recommend movies based on user preferences. The recommendation system deployed on live site uses Collaborative Filtering to recommend movies. But I have also implemented Content Based recommendation system. All code related to building this system is in notebooks directory.
- Frontend: HTML, CSS (Tailwind for styling)
- Backend: Flask
- Database: SQLite
- Recommendation Engine: FAISS, KNN
- Deployment: Docker, Render