Fargo
Welcome to Week 7 of the AI Club movie recommender project. Last week, we implemented recommendations for individual movies. This time we will create a home page using likes.
A lot of the setup is the same as last week. Revisit that for any reference.
The main startup screen is the / route in app.py. As you can see, we simply grab 15 movies and display them. If you forgot how to read SQL, revist last weeks content. Basically, we want to implement what we did last week.
This is the last part of the project, so you will have to implement it yourself. The good news is that you already learned everything and not too complicated. I will outline it step by step.
1. Select all the movies in your likes. Specifically, the titles.
2. Copy the same code from the movie id page thing to recommend movies.
3. Display those movies in html. Basically set movies in the render template to whatever the recommendations are.
If you have any questions, feel free to message plin0830 on discord. Also, come to the beginner checkpoint to talk to other people participating in the projects and win prizes!