PrashanthB461 commited on
Commit
a44047a
·
verified ·
1 Parent(s): a63810e

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +49 -0
requirements.txt ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Core Gradio and web framework
2
+ gradio>=4.0.0
3
+ fastapi>=0.104.0
4
+ uvicorn>=0.24.0
5
+
6
+ # Image processing and computer vision
7
+ Pillow>=10.0.0
8
+ opencv-python>=4.8.0
9
+ numpy>=1.24.0
10
+ scikit-image>=0.21.0
11
+
12
+ # HTTP requests and API integration
13
+ requests>=2.31.0
14
+ httpx>=0.25.0
15
+ aiohttp>=3.9.0
16
+
17
+ # Salesforce integration
18
+ simple-salesforce>=1.12.0
19
+ salesforce-bulk>=2.2.0
20
+
21
+ # AI/ML frameworks for virtual try-on
22
+ torch>=2.0.0
23
+ torchvision>=0.15.0
24
+ transformers>=4.35.0
25
+ diffusers>=0.24.0
26
+
27
+ # Image manipulation and enhancement
28
+ imageio>=2.31.0
29
+ imageio-ffmpeg>=0.4.9
30
+
31
+ # Data handling and utilities
32
+ pandas>=2.0.0
33
+ python-dotenv>=1.0.0
34
+ pydantic>=2.4.0
35
+
36
+ # Logging and monitoring
37
+ loguru>=0.7.0
38
+
39
+ # File handling and storage
40
+ boto3>=1.29.0
41
+ cloudinary>=1.36.0
42
+
43
+ # Authentication and security
44
+ cryptography>=41.0.0
45
+ python-jose>=3.3.0
46
+
47
+ # Additional utilities
48
+ python-multipart>=0.0.6
49
+ jinja2>=3.1.0