Spaces:
Running
Running
File size: 837 Bytes
0244c89 ae6d09c d9eda34 6f4043b a477e64 33ed405 ac59d5d | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 | # Core framework fastapi==0.104.1 uvicorn[standard]==0.24.0 pydantic==2.5.0 python-multipart==0.0.6 # Database sqlalchemy==2.0.23 psycopg2-binary==2.9.9 alembic==1.13.1 # ML/AI libraries transformers==4.38.2 sentence-transformers==2.2.2 torch==2.1.1 numpy==1.24.4 # Optional NLP gliner==0.2.1 # HTTP client requests==2.31.0 httpx==0.25.2 # Utilities python-dotenv==1.0.0 python-jose[cryptography]==3.3.0 passlib[bcrypt]==1.7.4 # Monitoring prometheus-client==0.19.0 # Production monitoring psutil==5.9.6 # OCR Dependencies - Now enabled with Docker deployment pytesseract==0.3.10 pdf2image==1.16.3 pdfplumber==0.10.3 python-docx==1.1.0 Pillow==10.0.0 opencv-python-headless==4.8.1.78 scikit-image==0.21.0 pymupdf==1.22.5 easyocr==1.7.0 # Layout Analysis unstructured[pdf]>=0.15.0 |