commit dea58dc75ab3b4362d5c920d5ee7b1cd7c953557 Author: Ferdinand Date: Tue Apr 7 13:07:11 2026 +0200 chore: project setup diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..a50ced5 --- /dev/null +++ b/.env.example @@ -0,0 +1,2 @@ +# Claude Vision API Key (optional — nur für KI-Analyse benötigt) +ANTHROPIC_API_KEY=sk-ant-... diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..4b238a0 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,9 @@ +fastapi==0.111.0 +uvicorn==0.29.0 +pillow>=11.0.0 +opencv-python-headless>=4.9.0 +imagehash==4.3.1 +python-dotenv==1.0.1 +anthropic==0.25.0 +pytest==8.1.1 +httpx==0.27.0 diff --git a/tests/__init__.py b/tests/__init__.py new file mode 100644 index 0000000..e69de29