Spaces:
Sleeping
Sleeping
File size: 385 Bytes
5ab6499 815419a 4ffe188 | 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 | altair # Core API clients openai==2.8.0 google-generativeai==0.8.5 google-genai==1.49.0 pymongo==4.15.4 # Google Cloud Platform google-cloud-storage==3.5.0 google-auth==2.38.0 google-api-core==2.28.1 # Image processing Pillow==11.3.0 # HTTP clients httpx==0.28.1 # Retry logic tenacity==9.1.2 # Environment variables python-dotenv==1.2.1 # Streamlit (for UI) streamlit==1.43.0 |