Spaces:
Sleeping
Sleeping
| # Core dependencies | |
| gradio>=3.50.2 | |
| torch>=2.0.0 | |
| transformers>=4.30.0 | |
| langchain>=0.3.18 | |
| langchain-core>=0.3.35 | |
| langchain-community>=0.3.17 | |
| langchain-huggingface | |
| # Image processing | |
| Pillow>=10.0.0 | |
| numpy>=1.24.0 | |
| # Resource management | |
| psutil>=5.9.0 | |
| # Web and API | |
| requests>=2.31.0 | |
| httpx>=0.24.1 | |
| # Utilities | |
| python-dotenv>=1.0.0 | |
| tqdm>=4.65.0 | |
| pandas>=2.0.0 | |
| # Text processing | |
| nltk>=3.8.1 | |
| beautifulsoup4>=4.12.0 | |
| # Wikipedia access | |
| wikipedia-api>=0.6.0 | |
| wikipedia>=1.4.0 | |
| # Logging and monitoring | |
| #logging |