Spaces:
Paused
Paused
# FastAPI and Web Framework | |
fastapi==0.104.1 | |
uvicorn[standard]==0.24.0 | |
python-multipart==0.0.6 | |
aiofiles==23.2.1 | |
# AI and Machine Learning | |
transformers==4.35.2 | |
torch==2.1.1 | |
torchvision==0.16.1 | |
numpy==1.24.3 | |
scikit-learn==1.3.2 | |
# PDF Processing | |
PyMuPDF==1.23.8 | |
pdf2image==1.16.3 | |
Pillow==10.1.0 | |
# OCR and Image Processing | |
opencv-python==4.8.1.78 | |
pytesseract==0.3.10 | |
# Database and Data Handling | |
sqlite3 | |
pydantic==2.5.0 | |
dataclasses-json==0.6.3 | |
# HTTP and Networking | |
requests==2.31.0 | |
aiohttp==3.9.1 | |
httpx==0.25.2 | |
# Utilities | |
python-dotenv==1.0.0 | |
python-jose[cryptography]==3.3.0 | |
passlib[bcrypt]==1.7.4 | |
# Development and Testing | |
pytest==7.4.3 | |
pytest-asyncio==0.21.1 | |
black==23.11.0 | |
flake8==6.1.0 | |
# Hugging Face Integration | |
huggingface-hub==0.19.4 | |
tokenizers==0.15.0 | |
# Gradio for Hugging Face Spaces | |
gradio==4.7.1 | |
# Additional Dependencies | |
websockets==12.0 | |
asyncio-mqtt==0.16.1 |