File size: 329 Bytes
2039756
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Gradio for web interface
gradio==4.20.0

# Machine Learning and Computer Vision
torch==2.2.1
torchvision==0.17.1
ultralytics
opencv-python-headless==4.9.0.80
numpy==1.26.3
Pillow==10.2.0

# Data handling and utilities
PyYAML==6.0.1

# Additional dependencies for Hugging Face deployment
requests==2.31.0
huggingface-hub==0.20.3