ayush200399391001 commited on
Commit
c18386e
·
verified ·
1 Parent(s): edfaf91

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +14 -124
requirements.txt CHANGED
@@ -1,124 +1,14 @@
1
- absl-py==2.1.0
2
- altair==5.5.0
3
- astunparse==1.6.3
4
- attrs==25.1.0
5
- audioread==3.0.1
6
- blinker==1.9.0
7
- cachetools==5.5.1
8
- certifi==2024.12.14
9
- cffi==1.17.1
10
- charset-normalizer==3.4.1
11
- click==8.1.8
12
- colorama==0.4.6
13
- coloredlogs==15.0.1
14
- contourpy==1.3.1
15
- cycler==0.12.1
16
- dash==2.18.2
17
- dash-core-components==2.0.0
18
- dash-html-components==2.0.0
19
- dash-table==5.0.0
20
- decorator==5.1.1
21
- ffmpeg==1.4
22
- ffmpeg-python==0.2.0
23
- filelock==3.17.0
24
- Flask==3.0.3
25
- flatbuffers==25.1.24
26
- fonttools==4.55.7
27
- fsspec==2024.12.0
28
- future==1.0.0
29
- gast==0.6.0
30
- gitdb==4.0.12
31
- GitPython==3.1.44
32
- google-pasta==0.2.0
33
- grpcio==1.70.0
34
- h5py==3.12.1
35
- huggingface-hub==0.28.0
36
- humanfriendly==10.0
37
- idna==3.10
38
- importlib_metadata==8.6.1
39
- itsdangerous==2.2.0
40
- Jinja2==3.1.5
41
- joblib==1.4.2
42
- jsonschema==4.23.0
43
- jsonschema-specifications==2024.10.1
44
- keras==3.8.0
45
- kiwisolver==1.4.8
46
- lazy_loader==0.4
47
- libclang==18.1.1
48
- librosa==0.10.2.post1
49
- llvmlite==0.44.0
50
- Markdown==3.7
51
- markdown-it-py==3.0.0
52
- MarkupSafe==3.0.2
53
- matplotlib==3.10.0
54
- mdurl==0.1.2
55
- ml-dtypes==0.4.1
56
- mpmath==1.3.0
57
- msgpack==1.1.0
58
- namex==0.0.8
59
- narwhals==1.24.1
60
- nest-asyncio==1.6.0
61
- networkx==3.4.2
62
- numba==0.61.0
63
- numpy==2.0.2
64
- onnxruntime==1.20.1
65
- opencv-python==4.11.0.86
66
- opt_einsum==3.4.0
67
- optree==0.14.0
68
- packaging==24.2
69
- pandas==2.2.3
70
- pillow==11.1.0
71
- platformdirs==4.3.6
72
- plotly==6.0.0
73
- pooch==1.8.2
74
- protobuf==5.29.3
75
- pyarrow==19.0.0
76
- pycparser==2.22
77
- pydeck==0.9.1
78
- pydub==0.25.1
79
- Pygments==2.19.1
80
- pyparsing==3.2.1
81
- pyreadline3==3.5.4
82
- python-dateutil==2.9.0.post0
83
- pytz==2024.2
84
- PyYAML==6.0.2
85
- referencing==0.36.2
86
- regex==2024.11.6
87
- requests==2.32.3
88
- retrying==1.3.4
89
- rich==13.9.4
90
- rpds-py==0.22.3
91
- safetensors==0.5.2
92
- scikit-learn==1.6.1
93
- scipy==1.15.1
94
- setuptools==75.8.0
95
- six==1.17.0
96
- smmap==5.0.2
97
- soundfile==0.13.1
98
- soxr==0.5.0.post1
99
- streamlit==1.41.1
100
- sympy==1.13.1
101
- tenacity==9.0.0
102
- tensorboard==2.18.0
103
- tensorboard-data-server==0.7.2
104
- tensorflow==2.18.0
105
- tensorflow_intel==2.18.0
106
- termcolor==2.5.0
107
- tf_keras==2.18.0
108
- threadpoolctl==3.5.0
109
- timm==1.0.14
110
- tokenizers==0.21.0
111
- toml==0.10.2
112
- torch==2.5.1
113
- torchvision==0.20.1
114
- tornado==6.4.2
115
- tqdm==4.67.1
116
- transformers==4.48.1
117
- typing_extensions==4.12.2
118
- tzdata==2025.1
119
- urllib3==2.3.0
120
- watchdog==6.0.0
121
- Werkzeug==3.0.6
122
- wheel==0.45.1
123
- wrapt==1.17.2
124
- zipp==3.21.0
 
1
+ # General Python dependencies
2
+ streamlit==1.22.0
3
+ torch==2.1.0
4
+ transformers==4.29.0
5
+ opencv-python==4.7.0.72
6
+ Pillow==9.5.0
7
+ tqdm==4.65.0
8
+ numpy==1.24.2
9
+ matplotlib==3.7.1
10
+ imageio[ffmpeg]==2.19.3 # Python wrapper for FFmpeg
11
+ exiftool==0.3.0 # Python wrapper for ExifTool
12
+
13
+ # Optional dependencies for Streamlit UI styling
14
+ streamlit-drawer==0.0.4