# FastAPI web framework fastapi # ASGI server for running FastAPI uvicorn[standard] # Supabase Python client supabase # For loading environment variables from .env python-dotenv # Data validation and settings management pydantic # For loading and running LLMs from Hugging Face transformers==4.40.2 # For model hub integration huggingface_hub==0.23.1 # For GPU inference (update if needed for CUDA compatibility) torch==2.2.2