Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions Projects/2-Intermediate/Movie-recommender.md
Original file line number Diff line number Diff line change
@@ -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…
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down