Riyan00b commited on
Commit
510cb7c
·
1 Parent(s): 0b5f71f

added model

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -149
requirements.txt CHANGED
@@ -1,149 +1,4 @@
1
- aiofiles==24.1.0
2
- annotated-doc==0.0.3
3
- annotated-types==0.7.0
4
- anyio==4.11.0
5
- argon2-cffi==25.1.0
6
- argon2-cffi-bindings==25.1.0
7
- arrow==1.3.0
8
- asttokens==3.0.0
9
- async-lru==2.0.5
10
- attrs==25.4.0
11
- audioop-lts==0.2.2
12
- babel==2.17.0
13
- beautifulsoup4==4.14.2
14
- bleach==6.2.0
15
- brotli==1.2.0
16
- certifi==2025.10.5
17
- cffi==2.0.0
18
- charset-normalizer==3.4.4
19
- click==8.3.0
20
- comm==0.2.3
21
- contourpy==1.3.3
22
- cycler==0.12.1
23
- debugpy==1.8.17
24
- decorator==5.2.1
25
- defusedxml==0.7.1
26
- executing==2.2.1
27
- fastapi==0.121.1
28
- fastjsonschema==2.21.2
29
- ffmpy==0.6.4
30
- filelock==3.20.0
31
- fonttools==4.60.1
32
- fqdn==1.5.1
33
- fsspec==2025.10.0
34
- gradio==5.49.1
35
- gradio-client==1.13.3
36
- groovy==0.1.2
37
- h11==0.16.0
38
- hf-xet==1.2.0
39
- httpcore==1.0.9
40
- httpx==0.28.1
41
- huggingface-hub==1.1.2
42
- idna==3.11
43
- ipykernel==7.0.1
44
- ipython==9.6.0
45
- ipython-pygments-lexers==1.1.1
46
- ipywidgets==8.1.7
47
- isoduration==20.11.0
48
- jedi==0.19.2
49
- jinja2==3.1.6
50
- joblib==1.5.2
51
- json5==0.12.1
52
- jsonpointer==3.0.0
53
- jsonschema==4.25.1
54
- jsonschema-specifications==2025.9.1
55
- jupyter==1.1.1
56
- jupyter-client==8.6.3
57
- jupyter-console==6.6.3
58
- jupyter-core==5.8.1
59
- jupyter-events==0.12.0
60
- jupyter-lsp==2.3.0
61
- jupyter-server==2.17.0
62
- jupyter-server-terminals==0.5.3
63
- jupyterlab==4.4.9
64
- jupyterlab-pygments==0.3.0
65
- jupyterlab-server==2.27.3
66
- jupyterlab-widgets==3.0.15
67
- kiwisolver==1.4.9
68
- lark==1.3.0
69
- markdown-it-py==4.0.0
70
- markupsafe==3.0.3
71
- matplotlib==3.10.7
72
- matplotlib-inline==0.1.7
73
- mdurl==0.1.2
74
- mistune==3.1.4
75
- nbclient==0.10.2
76
- nbconvert==7.16.6
77
- nbformat==5.10.4
78
- nest-asyncio==1.6.0
79
- notebook==7.4.7
80
- notebook-shim==0.2.4
81
- numpy==2.3.3
82
- orjson==3.11.4
83
- packaging==25.0
84
- pandas==2.3.3
85
- pandocfilters==1.5.1
86
- parso==0.8.5
87
- pexpect==4.9.0
88
- pillow==11.3.0
89
- platformdirs==4.5.0
90
- prometheus-client==0.23.1
91
- prompt-toolkit==3.0.52
92
- psutil==7.1.0
93
- ptyprocess==0.7.0
94
- pure-eval==0.2.3
95
- pycparser==2.23
96
- pydantic==2.11.10
97
- pydantic-core==2.33.2
98
- pydub==0.25.1
99
- pygments==2.19.2
100
- pyparsing==3.2.5
101
- python-dateutil==2.9.0.post0
102
- python-json-logger==4.0.0
103
- python-multipart==0.0.20
104
- pytz==2025.2
105
- pyyaml==6.0.3
106
- pyzmq==27.1.0
107
- referencing==0.37.0
108
- requests==2.32.5
109
- rfc3339-validator==0.1.4
110
- rfc3986-validator==0.1.1
111
- rfc3987-syntax==1.1.0
112
- rich==14.2.0
113
- rpds-py==0.27.1
114
- ruff==0.14.4
115
- safehttpx==0.1.7
116
- scikit-learn==1.7.2
117
- scipy==1.16.2
118
- seaborn==0.13.2
119
- semantic-version==2.10.0
120
- send2trash==1.8.3
121
- setuptools==80.9.0
122
- shellingham==1.5.4
123
- six==1.17.0
124
- sniffio==1.3.1
125
- soupsieve==2.8
126
- stack-data==0.6.3
127
- starlette==0.49.3
128
- terminado==0.18.1
129
- threadpoolctl==3.6.0
130
- tinycss2==1.4.0
131
- tomlkit==0.13.3
132
- tornado==6.5.2
133
- tqdm==4.67.1
134
- traitlets==5.14.3
135
- typer==0.20.0
136
- typer-slim==0.20.0
137
- types-python-dateutil==2.9.0.20251008
138
- typing-extensions==4.15.0
139
- typing-inspection==0.4.2
140
- tzdata==2025.2
141
- uri-template==1.3.0
142
- urllib3==2.5.0
143
- uvicorn==0.38.0
144
- wcwidth==0.2.14
145
- webcolors==24.11.1
146
- webencodings==0.5.1
147
- websocket-client==1.9.0
148
- websockets==15.0.1
149
- widgetsnbextension==4.0.14
 
1
+ joblib
2
+ gradio
3
+ pandas
4
+ scikit-learn