# FastAPI ML Service Dependencies # FastAPI and Server fastapi==0.109.0 uvicorn[standard]==0.27.0 pydantic==2.5.3 pydantic-settings==2.1.0 # Groq API (Primary - for LLaMA inference) groq==0.4.2 # Utilities numpy==1.26.3 scipy==1.12.0 python-multipart==0.0.6 python-dotenv==1.0.0 # Logging and Monitoring loguru==0.7.2 # HTTP Client (for testing) httpx==0.26.0 requests==2.31.0 pandas==2.2.2 tqdm==4.66.1 # Legacy ML/AI Libraries (Optional - only needed for local inference) # torch==2.2.0 # transformers==4.37.2 # peft==0.8.2 # accelerate==0.26.1 # bitsandbytes==0.42.0