DaniJorCa commited on
Commit
c152f28
1 Parent(s): 97f838e

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +79 -0
requirements.txt ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==23.2.1
2
+ annotated-types==0.7.0
3
+ anyio==4.6.2.post1
4
+ blinker==1.8.2
5
+ certifi==2024.8.30
6
+ cffi==1.17.1
7
+ charset-normalizer==3.4.0
8
+ click==8.1.7
9
+ colorama==0.4.6
10
+ fastapi==0.115.3
11
+ ffmpeg==1.4
12
+ ffmpy==0.4.0
13
+ filelock==3.16.1
14
+ Flask==3.0.3
15
+ Flask-Sockets==0.2.1
16
+ fsspec==2024.10.0
17
+ gevent==24.10.3
18
+ gevent-websocket==0.10.1
19
+ gradio==5.3.0
20
+ gradio_client==1.4.2
21
+ greenlet==3.1.1
22
+ h11==0.14.0
23
+ httpcore==1.0.6
24
+ httpx==0.27.2
25
+ huggingface-hub==0.26.1
26
+ idna==3.10
27
+ itsdangerous==2.2.0
28
+ Jinja2==3.1.4
29
+ llvmlite==0.43.0
30
+ markdown-it-py==3.0.0
31
+ MarkupSafe==2.1.5
32
+ mdurl==0.1.2
33
+ more-itertools==10.5.0
34
+ mpmath==1.3.0
35
+ networkx==3.4.2
36
+ numba==0.60.0
37
+ numpy==2.0.2
38
+ openai-whisper==20240930
39
+ orjson==3.10.10
40
+ packaging==24.1
41
+ pandas==2.2.3
42
+ pillow==10.4.0
43
+ pycparser==2.22
44
+ pydantic==2.9.2
45
+ pydantic_core==2.23.4
46
+ pydub==0.25.1
47
+ Pygments==2.18.0
48
+ python-dateutil==2.9.0.post0
49
+ python-multipart==0.0.12
50
+ pytz==2024.2
51
+ PyYAML==6.0.2
52
+ regex==2024.9.11
53
+ requests==2.32.3
54
+ rich==13.9.3
55
+ ruff==0.7.1
56
+ safetensors==0.4.5
57
+ semantic-version==2.10.0
58
+ sentencepiece==0.2.0
59
+ shellingham==1.5.4
60
+ six==1.16.0
61
+ sniffio==1.3.1
62
+ starlette==0.41.0
63
+ sympy==1.13.1
64
+ tiktoken==0.8.0
65
+ tokenizers==0.20.1
66
+ tomlkit==0.12.0
67
+ torch==2.5.0
68
+ torchaudio==2.5.0
69
+ tqdm==4.66.5
70
+ transformers==4.46.0
71
+ typer==0.12.5
72
+ typing_extensions==4.12.2
73
+ tzdata==2024.2
74
+ urllib3==2.2.3
75
+ uvicorn==0.32.0
76
+ websockets==12.0
77
+ Werkzeug==3.0.5
78
+ zope.event==5.0
79
+ zope.interface==7.1.1