Spaces:
Sleeping
Sleeping
| # Core ML and Vision Dependencies | |
| torch>=2.0.0,<3.0.0 | |
| torchvision>=0.15.0 | |
| transformers>=4.37.0 | |
| accelerate>=0.21.0 | |
| # Hugging Face Hub | |
| huggingface-hub>=0.17.0 | |
| # Image Processing | |
| Pillow>=9.0.0 | |
| opencv-python>=4.5.0 | |
| # Data Processing and Analysis | |
| pandas>=1.3.0 | |
| numpy>=1.21.0 | |
| # Web Interface | |
| gradio>=4.0.0 | |
| # Utility Libraries | |
| tabulate>=0.9.0 | |
| tqdm>=4.64.0 | |
| # File Handling | |
| openpyxl>=3.0.0 | |
| xlrd>=2.0.0 | |
| # System and Memory Management | |
| psutil>=5.8.0 | |
| # Optional: CUDA support (uncomment if needed) | |
| # torch-audio>=2.0.0 | |
| # nvidia-ml-py>=12.0.0 | |
| # Development and Testing (optional) | |
| # pytest>=7.0.0 | |
| # black>=22.0.0 | |
| # flake8>=5.0.0 | |
| # Additional utilities | |
| requests>=2.25.0 | |
| packaging>=21.0 |