Creating a Movie Recommendation Backend using Codex and FastAPI
Software Engineering
3 courses
45 practices
6 hours
Build a movie recommendation backend with Codex by cleaning and preparing real-world datasets, designing a robust database and API, and implementing a test-driven recommendation system that delivers reliable, data-driven results.
Understanding and cleaning the movie dataset using Codex
4 lessons
16 practices
The learner will be given a csv with data about movies.
They will set up the environment, understand, clean and fill missing values using Codex and Python
Building the Movie Recommendation Base Backend using Codex
4 lessons
Course 3
Creating a Recommendation System using Codex
3 lessons
Turn screen time into skills time
Practice anytime, anywhere with our mobile app.
Join the 1M+ learners on CodeSignal
Be a part of our community of 1M+ users who develop and demonstrate their skills on CodeSignal
From our community
Hear what our customers have to say about CodeSignal Learn
I'm impressed by the quality and can't stop recommending it. It's also a lot of fun!
Francisco Aguilar Meléndez
Data Scientist
+11
I love that it's personalized. When I'm stuck, I don't have to hope my Google searches come out successful. The AI mentor Cosmo knows exactly what I need.
Faith Yim
Software Engineer
+14
It's an amazing product and exceeded my expectations, helping me prepare for my job interviews. Hands-on learning requires you to actually know what you are doing.
Alex Bush
Full Stack Engineer
+9
I'm really impressed by the AI tutor Cosmo's feedback about my code. It's honestly kind of insane to me that it's so targeted and specific.
Abbey Helterbran
Tech consultant
+8
I tried Leetcode but it was too disorganized. CodeSignal covers all the topics I'm interested in and is way more structured.
Jonathan Miller
Senior Machine Learning Engineer
+12
I'm impressed by the quality and can't stop recommending it. It's also a lot of fun!
Francisco Aguilar Meléndez
Data Scientist
+11
16 practices
The learner will build the base backend by planning the database model, implementing Postgres tables and migrations, creating scripts to load and verify dataset imports, developing repository and endpoint layers, and adding tests/smoke checks to ensure reliable queries and stable behavior over time.
The learner will learn how a recommendation system works, and create useful endpoints with the implementation using a test-driven approach.
At the end of this course, the learner will get a fully working backend.