Application URL ✅ | User 😃 | Password 🧐 |
---|---|---|
https://microsoft-streaming-services.vercel.app/ | shivu2000@gmail.com | Shiv@20 |
Recommender System is a system that seeks to predict or filter preferences according to the user's choices. Recommender systems are utilized in a variety of areas including movies, music, news, books, research articles, search queries, social tags, and products in general
- Content-Based Movie Recommendation Systems
- Collaborative Filtering Movie Recommendation Systems
Get all the movie data in different categories from the TMDB database by making an AJAX call then based on the user history and watched time, find the nearest movie with combination of vote_average and popularity, get the first 20 movies and show in the top row with the Recommendation title.
- Filtering by using calculating euclidean distance to get the nearest matches.
- Content based filtering
- Filtering based on user watched history
- Recommendation based on movies added in watch list
Few Screenshot below to showcase the workflow:
- Browser testing
- Mobile responsiveness checked
- Project deployed
- Screenshot added
- The website is fully responsive on the large, meduim and small screens like Laptop/Desktop, tablets and phones and feature changes as true netflix.
- Better recommendation system using collabrative and hybrid trained model by using ML.
- Locality based recommendation system
- Better code coverage to ensure & maintain the code quality.
- Add support for scalability.
- Nextjs (Reactjs framwork) with Typescript
- Authentication: Firebase Auth
- DB: Firebase database
- Backend API: TMDB Movie
- CI/CD: Vercel
- Testing: React testing liabrary & jest
-
In order to run this application in local you need the following:
-
Clone this repository and intall all the dependencies eg.
npm install or yarn i
-
Get the API key from the TMDB app.
- Create the file
.env.local
at the root level and add theNEXT_PUBLIC_API_KEY=506********************7
- Create the file
-
You will also have create the project in the firebase console then get the configuration and replace in the
firebase.ts
-
Also create the Firestore database and make sure edit the rules to allow read & write.
-
If all set, run
npm run dev
-
Open http://localhost:3000 with your browser to see the result.
-
You can start editing the page by modifying
pages/index.tsx
. The page auto-updates as you edit the file.
First, run the development server:
-
npm run dev
# or
yarn dev
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.