Spaces:
Running
Running
File size: 655 Bytes
546720a e4f5d4a e5cbb51 e4f5d4a 4fb1c18 546720a |
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 33 34 35 36 37 38 |
# FastAPI and ASGI server fastapi uvicorn # Hugging Face Transformers for LLM inference transformers torch # or tensorflow if preferred # Authentication and security python-jose[cryptography] # JWT support passlib # Password hashing # Rate limiting slowapi # WebSocket support websockets # Logging and middleware loguru # Optional: for better logging # Testing (optional for development) pytest httpx # For async HTTP requests in tests bcrypt openai datasets diskcache sentence_transformers pinecone-client python-multipart sqlalchemy psycopg2-binary python-dotenv ollama # Docker and deployment gunicorn # Optional: for production deployment |