read from target dir and look up metadata from csv

This commit is contained in:
2026-07-29 11:08:17 -04:00
parent 0e7f55ed8b
commit b07b36cccf
19 changed files with 690 additions and 739 deletions
+2
View File
@@ -10,6 +10,8 @@ RUN pip install --no-cache-dir -r requirements.txt
COPY . .
WORKDIR /app/src
EXPOSE 8000
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "8000"]