pull/1112/merge
shreeyabbb-cloud 4 weeks ago committed by GitHub
commit d811a4c549
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -0,0 +1,24 @@
# AI Movie Recommender
## Description
Build an application that recommends movies to users based on their preferences, past ratings, or mood using basic NLP or similarity techniques.
## User Stories
- User can input a movie they like
- User gets a list of recommended movies
- User can filter recommendations by genre
- User can view details like rating and overview
## Bonus Features
- Sentiment analysis on user reviews
- Chatbot-style recommendation system
- Integration with movie APIs (TMDB)
- Personalized recommendations using ML
## Useful Links
- https://www.themoviedb.org/documentation/api
- https://developers.google.com/machine-learning/recommendation
## Example Implementation
- Live Demo: https://lovable.dev/projects/0601a9b6-8e70-4a60-ae43-819b51ad619f
A working prototype of this idea has been built using Lovable.dev…

@ -101,6 +101,7 @@ required to complete them.
| [Markdown Table Generator](./Projects/2-Intermediate/Markdown-Table-Generator.md) | Convert a table into Markdown-formatted text | 2-Intermediate |
| [Math Editor](./Projects/2-Intermediate/math-editor.md) | A math editor for students to use | 2-Intermediate |
| [Meme Generator App](./Projects/2-Intermediate/Meme-Generator-App.md) | Create custom memes | 2-Intermediate |
| [AI Movie Recommender](./Projects/2-Intermediate/Movie-recommender.md) | Recommends movies based on user rating | 2-Intermediate |
| [Name Generation using RNNs](./Projects/2-Intermediate/Name-Generator.md) | Generate names using names dataset | 2-Intermediate |
| [Password Generator](./Projects/2-Intermediate/Password-Generator.md) | Generate random passwords | 2-Intermediate |
| [Podcast Directory](./Projects/2-Intermediate/Podcast-Directory-App.md) | Directory of favorite podcasts | 2-Intermediate |

Loading…
Cancel
Save