https://github.com/suhastr/mini-netflix-clone
This is very minimal version of netflix. it got lot of search capability and future enhancements on the way
https://github.com/suhastr/mini-netflix-clone
api css django-rest-framework docker groq-api html5 javascript json kubernetes large-language-models llm openai python rest-api semantic-search tailwindcss tmdb-api
Last synced: 3 months ago
JSON representation
This is very minimal version of netflix. it got lot of search capability and future enhancements on the way
- Host: GitHub
- URL: https://github.com/suhastr/mini-netflix-clone
- Owner: suhastr
- Created: 2025-06-17T17:26:16.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-06-17T18:05:38.000Z (about 1 year ago)
- Last Synced: 2025-06-17T18:40:42.651Z (about 1 year ago)
- Topics: api, css, django-rest-framework, docker, groq-api, html5, javascript, json, kubernetes, large-language-models, llm, openai, python, rest-api, semantic-search, tailwindcss, tmdb-api
- Language: HTML
- Homepage:
- Size: 6.47 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ๐ฌ Mini Netflix Clone
> A full-stack web application replicating core Netflix functionality with semantic search, watch-lists, analytics, and admin tooling.
**Author:** Suhas
---
## ๐ Project Overview
The Mini Netflix Clone is a proof-of-concept platform enabling users to explore a rich media library of movies and TV shows. It features:
- Semantic search across metadata, cast, and genres
- Personalized watch-lists with LLM-based and cast-based recommendations
- Admin CRUD operations with poster uploads
- An interactive visualization dashboard with Chart.js
- Email-based auth (sign-up/login/password change)
## ๐ Future Enhancements
- Plan to refactor the entire codebase using React for the frontend and Node.js with TypeScript for the backend.
- Plan to acheive Scalable, Reliable, fault tolerant system design.
- Plan to build on aws using services like EKS, ECR, API gateway, load balancer, autoscaling, route 53, lambda, dynamodb, kenesis, and so on.
---
## ๐จโ๐ป Team
| Member | Role / Contribution |
|------------------------|--------------------------------------------------|
| Suhas | Sole Developer โ architecture, code, UI/UX, testing |
---
## ๐ง Core Features
- ๐ฏ **Semantic Search:** Full-text + FAISS embedding re-rank across collections
- ๐ **Watch-List:** Save titles, get shared-cast & GPT-4 powered recs
- ๐ **Language & Genre Explorer:** Interactive carousels with TMDB poster fallback
- ๐ **Admin CRUD:** Insert/update/delete movies, TV shows, and cast info
- ๐ **Analytics Dashboard:** 6+ MongoDB aggregations visualized with Chart.js
- ๐ **Authentication:** Email sign-up/login and password management
---
## ๐ ๏ธ Tech Stack
| Layer | Tech Used |
|-------------|-------------------------------------------------|
| Front-end | HTML5, Tailwind CSS, Vanilla JS, Chart.js |
| Back-end | Django 4 |
| Database | MongoDB 7 (with Djongo ORM) |
| ML & Search | Sentence Transformers, FAISS, OpenAI GPT-4,groq |
| APIs | TMDB REST API, API endpoints |
| DevOps | Docker, Git/GitHub |
| Hosting | GCP VM (during development) |
---
## ๐ API Endpoints
### `/search?q=`
- Combines BM25 recall with FAISS semantic re-rank
- Aggregates from movies, TV shows, genres, cast, and watch-list
### `/browsebylanguage?lang=`
- Shows 5 movies, 5 shows, 5 watch-list items for a language
### `/mylist`
- Watch-list dashboard with:
- Shared-cast recommendations
- LLM-based recommendations
- Popularity fallback suggestions
### `/new-and-popular?genre=`
- Genre trends with cast enrichment and personalized highlights
### `/crud`
- Admin page for CRUD operations across collections with image uploads
### `/detail/`
- Full data fetch with TMDB fallback for missing info
### `/visualization?query=`
- 7 chart types available:
- `top_actors`
- `top_directors`
- `avg_runtime`
- `yearly_stats`
- `actor_coappearances`
- `top3_movies`
---
## ๐ Visualization Dashboard
Implemented using MongoDB Aggregations and Python fallbacks. Supports:
- ๐ Top actors by appearance
- ๐ฌ Top directors by revenue
- โฑ๏ธ Average runtime per genre
- ๐ Yearly content statistics
- ๐ค Actor co-appearances
- ๐ Top-3 movies by director
---
## ๐ฅ๏ธ UI Snapshots
- Landing page
- Hero & carousel home screen
- TV Shows, Movies, and New & Popular pages
- My List and Browse by Language views
- Admin CRUD panel
- Login / Sign-up / Change Password screens
- Visualization dashboard
- Semantic search results page
---
## ๐งช Note
> This repo contains only select code snippets and endpoints. The full project spans over 2000+ lines of code with comprehensive queries and components.
---
## ๐ License
This project is for educational/demo purposes and is not affiliated with Netflix Inc.
---