Update requirements.txt
Browse files- requirements.txt +2 -35
requirements.txt
CHANGED
|
@@ -1,35 +1,2 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
# Web interface
|
| 5 |
-
gradio>=4.0.0
|
| 6 |
-
|
| 7 |
-
# Deep learning frameworks
|
| 8 |
-
torch>=2.0.0
|
| 9 |
-
torchvision>=0.15.0
|
| 10 |
-
|
| 11 |
-
# Transformers and models
|
| 12 |
-
transformers>=4.30.0
|
| 13 |
-
|
| 14 |
-
# Computer vision
|
| 15 |
-
opencv-python>=4.8.0
|
| 16 |
-
opencv-contrib-python>=4.8.0
|
| 17 |
-
Pillow>=10.0.0
|
| 18 |
-
|
| 19 |
-
# 3D processing
|
| 20 |
-
open3d>=0.17.0
|
| 21 |
-
|
| 22 |
-
# Scientific computing
|
| 23 |
-
numpy>=1.24.0
|
| 24 |
-
scipy>=1.11.0
|
| 25 |
-
|
| 26 |
-
# Visualization
|
| 27 |
-
plotly>=5.14.0
|
| 28 |
-
matplotlib>=3.7.0
|
| 29 |
-
|
| 30 |
-
# Video processing utilities
|
| 31 |
-
imageio>=2.31.0
|
| 32 |
-
imageio-ffmpeg>=0.4.9
|
| 33 |
-
|
| 34 |
-
# Additional utilities
|
| 35 |
-
tqdm>=4.65.0
|
|
|
|
| 1 |
+
gradio
|
| 2 |
+
pillow
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|