stevee00 commited on
Commit
aa7d2cf
·
verified ·
1 Parent(s): 198ac3a

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +28 -0
requirements.txt ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # InteriorGen3D Dependencies
2
+
3
+ # Core ML
4
+ torch>=2.1.0
5
+ torchvision>=0.16.0
6
+ numpy>=1.24.0
7
+ scipy>=1.10.0
8
+
9
+ # 3D Processing
10
+ trimesh>=4.0.0
11
+
12
+ # HuggingFace
13
+ transformers>=4.40.0
14
+ diffusers>=0.28.0
15
+ accelerate>=0.28.0
16
+ huggingface-hub>=0.22.0
17
+
18
+ # Monitoring
19
+ trackio>=0.3.0
20
+
21
+ # Image processing
22
+ Pillow>=10.0.0
23
+
24
+ # API
25
+ fastapi>=0.110.0
26
+ uvicorn>=0.27.0
27
+ python-multipart>=0.0.9
28
+ gradio>=4.20.0