Spaces:
Paused
Paused
| # Core AI/ML dependencies | |
| torch>=2.3.0 | |
| torchvision>=0.18.0 | |
| torchaudio>=2.3.0 | |
| transformers>=4.42.0 | |
| tokenizers==0.21.4 | |
| accelerate>=0.30.0 | |
| safetensors==0.6.2 | |
| huggingface-hub==0.35.3 | |
| # Computer Vision & Image Processing | |
| opencv-python-headless==4.8.1.78 | |
| Pillow==10.1.0 | |
| pdf2image==1.16.3 | |
| pdfminer.six==20221105 | |
| pdfplumber==0.10.3 | |
| PyPDF2==3.0.1 | |
| pypdfium2==4.30.0 | |
| pytesseract==0.3.10 | |
| # Natural Language Processing | |
| spacy==3.7.2 | |
| en-core-web-sm @ https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.7.1/en_core_web_sm-3.7.1-py3-none-any.whl#sha256=86cc141f63942d4b2c5fcee06630fd6f904788d2f0ab005cce45aadb8fb73889 | |
| nltk==3.8.1 | |
| sentence-transformers==5.1.0 | |
| sentencepiece==0.1.99 | |
| # Audio Processing | |
| openai-whisper==20231117 | |
| pydub==0.25.1 | |
| ffmpy==0.6.1 | |
| # Document Processing | |
| python-docx==1.0.1 | |
| python-multipart==0.0.20 | |
| # Web Framework & API | |
| fastapi==0.116.1 | |
| uvicorn==0.35.0 | |
| gunicorn==21.2.0 | |
| Werkzeug==3.0.4 | |
| python-dotenv==1.0.1 | |
| # Data Processing & Scientific Computing | |
| numpy==1.24.3 | |
| pandas==2.1.4 | |
| scikit-learn==1.3.2 | |
| scipy==1.11.4 | |
| joblib==1.5.1 | |
| # Model Optimization & Quantization | |
| optimum>=1.27.0 | |
| optimum-intel>=1.25.2 | |
| onnxruntime==1.16.3 | |
| nncf==2.17.0 | |
| bitsandbytes==0.47.0 | |
| ctransformers==0.2.27 | |
| llama_cpp_python==0.2.72 | |
| # Intel Optimization | |
| openvino>=2024.4.0 | |
| openvino-tokenizers>=2024.4.0 | |
| intel-openmp>=2024.0.0 | |
| mkl>=2024.0.0 | |
| # Utilities & Helpers | |
| aiofiles==23.2.1 | |
| orjson==3.11.2 | |
| pydantic==2.11.7 | |
| PyYAML==6.0.2 | |
| requests==2.32.5 | |
| tqdm==4.67.1 | |
| psutil==7.0.0 | |
| diskcache==5.6.3 | |
| einops==0.7.0 | |
| # Async & Network | |
| aiohttp==3.12.15 | |
| httpx==0.28.1 | |
| websockets==11.0.3 | |
| slowapi>=0.1.9 | |
| # Database & Caching | |
| redis==6.4.0 | |
| asyncpg==0.30.0 | |
| sqlalchemy>=2.0.0 | |
| # Development & Monitoring (minimal) | |
| rich==13.9.4 | |
| typer==0.9.4 | |
| # Additional dependencies for medical AI platform | |
| python-multipart>=0.0.6 | |
| python-jose[cryptography]>=3.3.0 | |
| passlib[bcrypt]>=1.7.4 |