Overview
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.
Syllabus
- Course 1: Understanding and cleaning the movie dataset using Codex
- Course 2: Building the Movie Recommendation Base Backend using Codex
- Course 3: Creating a Recommendation System using Codex
Courses
-
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
-
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.