Paulie-Aditya commited on
Commit
a3926aa
·
1 Parent(s): 896d0ef

added requirements

Browse files
Files changed (1) hide show
  1. requirements.txt +63 -0
requirements.txt ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==23.2.1
2
+ annotated-types==0.7.0
3
+ anyio==4.7.0
4
+ certifi==2024.12.14
5
+ charset-normalizer==3.4.1
6
+ click==8.1.8
7
+ colorama==0.4.6
8
+ fastapi==0.115.6
9
+ ffmpy==0.5.0
10
+ filelock==3.16.1
11
+ fsspec==2024.12.0
12
+ gradio==5.9.1
13
+ gradio_client==1.5.2
14
+ h11==0.14.0
15
+ httpcore==1.0.7
16
+ httpx==0.28.1
17
+ huggingface-hub==0.27.0
18
+ idna==3.10
19
+ Jinja2==3.1.5
20
+ joblib==1.4.2
21
+ markdown-it-py==3.0.0
22
+ MarkupSafe==2.1.5
23
+ mdurl==0.1.2
24
+ mpmath==1.3.0
25
+ networkx==3.4.2
26
+ nltk==3.9.1
27
+ numpy==2.2.1
28
+ orjson==3.10.12
29
+ packaging==24.2
30
+ pandas==2.2.3
31
+ pillow==11.0.0
32
+ pydantic==2.10.4
33
+ pydantic_core==2.27.2
34
+ pydub==0.25.1
35
+ Pygments==2.18.0
36
+ python-dateutil==2.9.0.post0
37
+ python-multipart==0.0.20
38
+ pytz==2024.2
39
+ PyYAML==6.0.2
40
+ regex==2024.11.6
41
+ requests==2.32.3
42
+ rich==13.9.4
43
+ ruff==0.8.4
44
+ safehttpx==0.1.6
45
+ safetensors==0.4.5
46
+ semantic-version==2.10.0
47
+ sentencepiece==0.2.0
48
+ shellingham==1.5.4
49
+ six==1.17.0
50
+ sniffio==1.3.1
51
+ starlette==0.41.3
52
+ sympy==1.13.1
53
+ tokenizers==0.21.0
54
+ tomlkit==0.13.2
55
+ torch==2.5.1
56
+ tqdm==4.67.1
57
+ transformers==4.47.1
58
+ typer==0.15.1
59
+ typing_extensions==4.12.2
60
+ tzdata==2024.2
61
+ urllib3==2.3.0
62
+ uvicorn==0.34.0
63
+ websockets==14.1