| Server IP : 202.61.199.114 / Your IP : 216.73.217.139 Web Server : nginx/1.22.1 System : Linux de.arni-solutions.de 6.1.0-49-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.174-1 (2026-05-26) x86_64 User : web20 ( 1018) PHP Version : 8.4.23 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/clients/client2/web31/web/plate-ai-api/ |
Upload File : |
# ---------------------------------------------------------------------------- # plate-ai-api — Kern-Abhängigkeiten (App läuft hiermit im "deterministic mode": # API, Auth, Rate-Limit, DB, Kennzeichen-Normalisierung, DE-Regionen, EU-Land, # Bildvalidierung, Farb-Erkennung). Die schweren ML-Modelle (Detection/OCR) # stehen in requirements-ml.txt und werden lazy geladen, wenn vorhanden. # ---------------------------------------------------------------------------- # --- Web / API --- fastapi==0.115.6 uvicorn[standard]==0.34.0 gunicorn==23.0.0 python-multipart==0.0.20 pydantic==2.10.4 pydantic-settings==2.7.1 # --- HTTP-Client (recognize-url, SSRF-geschützt) --- httpx==0.28.1 # --- Datenbank --- SQLAlchemy==2.0.36 psycopg[binary]==3.2.3 # PostgreSQL (empfohlen) PyMySQL==1.1.1 # Alternative: MariaDB/MySQL # --- Cache / Rate-Limit / Queue (optional, In-Memory-Fallback vorhanden) --- redis==5.2.1 # --- Bildverarbeitung (leichtgewichtig, CPU) --- Pillow==11.1.0 numpy==2.2.1 opencv-python-headless==4.10.0.84 # --- Security --- argon2-cffi==23.1.0