Merge 15044da09f into 9e8dd00f10
commit
d811a4c549
@ -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…
|
||||
Loading…
Reference in new issue