Spaces:
Sleeping
Sleeping
| # Streamlit UI - No schema bugs! | |
| streamlit>=1.28.0 | |
| # Real AI Models - Depth-Anything V2 | |
| torch>=2.0.0 | |
| transformers>=4.30.0 | |
| # For downloading models from HuggingFace - MUST BE < 1.0 for transformers compatibility! | |
| huggingface-hub>=0.26.0,<1.0 | |
| # Core ML and image processing | |
| opencv-python==4.10.0.84 | |
| Pillow>=8.0,<11.0 | |
| numpy==1.26.4 | |
| # Utilities | |
| python-dotenv==1.0.1 | |