jiten6555 commited on
Commit
cf93e9a
·
verified ·
1 Parent(s): e486d98

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -25
requirements.txt CHANGED
@@ -1,25 +1,10 @@
1
- # Deep Learning and AI Libraries
2
- torch==2.1.2
3
- torchvision==0.16.2
4
- --extra-index-url https://download.pytorch.org/whl/cpu
5
- # Note: The above line ensures CPU-compatible PyTorch installation
6
-
7
-
8
- # Computer Vision and Image Processing
9
- opencv-python==4.8.1.78
10
- Pillow==10.1.0
11
- numpy==1.26.2
12
-
13
- # 3D Geometry Processing
14
- open3d==0.17.0
15
-
16
- # Web Interface
17
- gradio==4.13.0
18
-
19
- # Utilities
20
- uuid==1.30
21
-
22
- # Additional system utilities
23
- setuptools>=65.5.1
24
- timm
25
- transformers
 
1
+ torch
2
+ transformers
3
+ diffusers
4
+ gradio
5
+ numpy
6
+ trimesh
7
+ opencv-python
8
+ open3d
9
+ huggingface_hub
10
+ accelerate