Building an AI Design Review Assistant – Part 2: Script to FastAPI Service
In Part 1, I built a Python script that could review a design document and return a structured JSON response. The natural next step was to to expose this functionality as an API which can be called from other applications. With the initial version, almost everything lived inside a single script. With HTTP API in […]
Read More