Spaces:
Sleeping
Sleeping
File size: 539 Bytes
60efa5a 7f1cd15 60efa5a 7f1cd15 60efa5a 7f1cd15 60efa5a 5b7ca6d 60efa5a 7f1cd15 60efa5a 7f1cd15 60efa5a 7f1cd15 60efa5a 7f1cd15 |
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 |
# FastAPI and Server fastapi==0.115.5 uvicorn[standard]==0.32.0 python-multipart==0.0.12 pydantic==2.10.2 # Core ML Framework torch==2.5.1 torchvision==0.20.1 transformers==4.46.3 # Computer Vision opencv-python-headless==4.10.0.84 Pillow==11.0.0 # Audio Processing - Modern compatible versions librosa==0.10.1 soundfile==0.12.1 audioread==3.0.1 # LLM Integration langchain==0.3.7 langchain-google-genai==2.0.5 google-generativeai==0.8.3 # Data Processing numpy==1.26.4 scipy==1.14.1 # Utilities requests==2.32.3 python-dotenv==1.0.1 |