huzaifanasirrr commited on
Commit
91da1d9
·
verified ·
1 Parent(s): b1d6c47

Upload requirements.txt with huggingface_hub

Browse files
Files changed (1) hide show
  1. requirements.txt +57 -0
requirements.txt ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Deep Learning Frameworks
2
+ torch>=2.0.0
3
+ torchvision>=0.15.0
4
+ torchaudio>=2.0.0
5
+ diffusers>=0.25.0
6
+ transformers>=4.35.0
7
+ accelerate>=0.25.0
8
+
9
+ # Computer Vision
10
+ opencv-python>=4.8.0
11
+ pillow>=10.0.0
12
+ scikit-image>=0.21.0
13
+ albumentations>=1.3.0
14
+ mediapipe>=0.10.0
15
+
16
+ # Numerical Computing
17
+ numpy>=1.24.0
18
+ scipy>=1.11.0
19
+ pandas>=2.0.0
20
+
21
+ # Visualization
22
+ matplotlib>=3.7.0
23
+ seaborn>=0.12.0
24
+ plotly>=5.17.0
25
+
26
+ # Web Frameworks
27
+ gradio>=4.0.0
28
+ streamlit>=1.28.0
29
+ fastapi>=0.104.0
30
+ uvicorn>=0.24.0
31
+ python-multipart>=0.0.6
32
+
33
+ # Image Processing
34
+ imageio>=2.31.0
35
+ imageio-ffmpeg>=0.4.9
36
+
37
+ # Model Evaluation
38
+ lpips>=0.1.4
39
+ pytorch-fid>=0.3.0
40
+ scikit-learn>=1.3.0
41
+
42
+ # Utilities
43
+ tqdm>=4.66.0
44
+ pyyaml>=6.0
45
+ python-dotenv>=1.0.0
46
+ requests>=2.31.0
47
+
48
+ # Jupyter
49
+ jupyter>=1.0.0
50
+ ipykernel>=6.25.0
51
+ ipywidgets>=8.1.0
52
+ notebook>=7.0.0
53
+
54
+ # Optional: For deployment
55
+ # docker>=6.1.0
56
+ # boto3>=1.28.0 # AWS SDK
57
+ # tensorrt>=8.6.0 # For optimization