Spaces:
Sleeping
Sleeping
| # requirements.txt | |
| # Core ML & Frameworks | |
| transformers>=4.0.0 | |
| accelerate | |
| torch>=2.0.0 --index-url https://download.pytorch.org/whl/cu121 | |
| torchvision>=0.15.0 --index-url https://download.pytorch.org/whl/cu121 | |
| torchaudio>=2.0.0 --index-url https://download.pytorch.org/whl/cu121 | |
| # Image Processing | |
| opencv-python-headless | |
| Pillow | |
| numpy | |
| # Web Interface | |
| streamlit |