Spaces:
Build error
Build error
| # Prerad Project Root Requirements | |
| # Main dependencies for the project (CPU-only PyTorch) | |
| # Updated for Python 3.13 compatibility | |
| # Web Framework | |
| streamlit>=1.28.0 | |
| # Machine Learning & Computer Vision | |
| transformers>=4.36.0 | |
| pillow>=10.0.0 | |
| regex>=2023.0.0 | |
| # PyTorch CPU version (latest stable) | |
| # Install with: pip install torch --index-url https://download.pytorch.org/whl/cpu | |
| torch>=2.0.0 | |
| # Data Processing | |
| pandas>=2.0.0 | |
| jsonlines>=4.0.0 | |
| # Jupyter & Notebooks | |
| jupyter>=1.0.0 | |
| ipykernel>=6.25.0 | |
| # Additional utilities | |
| numpy>=1.24.0 | |