Spaces:
Sleeping
Sleeping
| # FastAPI & Server | |
| fastapi==0.115.0 | |
| uvicorn[standard]==0.30.0 | |
| python-multipart==0.0.9 | |
| # LangGraph & LLM | |
| langgraph==0.2.60 | |
| langchain-core==0.3.29 | |
| google-genai>=1.0.0 | |
| # Whisper & Audio | |
| transformers==4.44.0 | |
| torch==2.1.0 | |
| numpy<2 | |
| soundfile==0.12.1 | |
| accelerate==0.27.0 | |
| # Utilities | |
| pydantic==2.9.0 | |
| pydantic-settings==2.5.0 | |
| python-dotenv==1.0.0 | |
| aiofiles==24.1.0 | |