Spaces:
Configuration error
Configuration error
| # Full requirements for CU1-X UI Element Detector | |
| # Use this file for deployment to Hugging Face Spaces or production | |
| # Core dependencies | |
| gradio[oauth]==4.44.1 | |
| # Deep Learning frameworks | |
| torch==2.4.1 | |
| torchvision==0.19.1 | |
| # Computer Vision & Image Processing | |
| opencv-python-headless==4.10.0.84 | |
| pillow==10.4.0 | |
| numpy==1.26.4 | |
| supervision==0.23.0 | |
| # OCR & Text Recognition | |
| easyocr==1.7.1 | |
| # Transformers & AI Models | |
| transformers==4.44.2 | |
| # RF-DETR Detection Model | |
| rfdetr==1.0.4 | |
| # API Framework | |
| fastapi==0.115.0 | |
| uvicorn[standard]==0.30.6 | |
| # HTTP Clients | |
| requests==2.32.3 | |
| aiohttp==3.10.5 | |
| # Testing | |
| pytest==8.3.3 | |
| # Utilities | |
| python-multipart==0.0.9 # For FastAPI file uploads | |
| python-dotenv==1.0.1 # For environment variables | |