1

Set up the project structure

Create a new project folder with this layout so the Dockerfile and compose file have a clean, minimal build context.

Project structure
model-api/
├── app.py
├── requirements.txt
├── Dockerfile
└── docker-compose.yml