src/ ├── app/ │ ├── __init__.py │ ├── main.py # FastAPI app initialization, middleware, routes setup │ ├── core ...
How AI was used to build this Used an AI coding assistant (Claude) to scaffold the FastAPI project structure, generate the synthetic dataset, and implement/debug the matching engine and templates ...