Spaces:
Running
Running
| # 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 | |