arcan3 commited on
Commit
fe1efd7
1 Parent(s): 90eb48b

requirement file not lfs-ed

Browse files
Files changed (1) hide show
  1. requirements.txt +111 -3
requirements.txt CHANGED
@@ -1,3 +1,111 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:ba281fe65a5b1db7b15fc3ce7e84b198e8a998f136552a34ca8d52eb8b3fadf7
3
- size 1915
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==23.2.1
2
+ aiohttp==3.8.5
3
+ aiosignal==1.3.1
4
+ altair==5.0.1
5
+ annotated-types==0.5.0
6
+ anyio==3.7.1
7
+ asttokens==2.2.1
8
+ async-timeout==4.0.3
9
+ attrs==23.1.0
10
+ audioread==3.0.0
11
+ av==10.0.0
12
+ certifi==2022.12.7
13
+ cffi==1.15.1
14
+ charset-normalizer==2.1.1
15
+ click==8.1.6
16
+ colorama==0.4.6
17
+ coloredlogs==15.0.1
18
+ contourpy==1.1.0
19
+ ctranslate2==3.18.0
20
+ cycler==0.11.0
21
+ Cython==3.0.0
22
+ decorator==5.1.1
23
+ executing==1.2.0
24
+ fastapi==0.101.1
25
+ faster-whisper==0.7.1
26
+ ffmpy==0.3.1
27
+ filelock==3.9.0
28
+ flatbuffers==23.5.26
29
+ fonttools==4.42.0
30
+ frozenlist==1.4.0
31
+ fsspec==2023.6.0
32
+ gradio==3.40.1
33
+ gradio_client==0.4.0
34
+ h11==0.14.0
35
+ httpcore==0.17.3
36
+ httpx==0.24.1
37
+ huggingface-hub==0.16.4
38
+ humanfriendly==10.0
39
+ icecream==2.1.3
40
+ idna==3.4
41
+ importlib-resources==6.0.1
42
+ Jinja2==3.1.2
43
+ joblib==1.3.2
44
+ jsonschema==4.19.0
45
+ jsonschema-specifications==2023.7.1
46
+ kiwisolver==1.4.4
47
+ lazy_loader==0.3
48
+ librosa==0.10.1
49
+ linkify-it-py==2.0.2
50
+ llvmlite==0.40.1
51
+ loguru==0.7.0
52
+ markdown-it-py==2.2.0
53
+ MarkupSafe==2.1.2
54
+ matplotlib==3.7.2
55
+ mdit-py-plugins==0.3.3
56
+ mdurl==0.1.2
57
+ mpmath==1.2.1
58
+ msgpack==1.0.5
59
+ multidict==6.0.4
60
+ networkx==3.0
61
+ nltk==3.8.1
62
+ numba==0.57.1
63
+ numpy==1.24.4
64
+ onnxruntime==1.15.1
65
+ orjson==3.9.5
66
+ packaging==23.1
67
+ pandas==2.0.3
68
+ Pillow==9.3.0
69
+ platformdirs==3.10.0
70
+ pooch==1.7.0
71
+ protobuf==4.24.0
72
+ pycparser==2.21
73
+ pydantic==2.1.1
74
+ pydantic_core==2.4.0
75
+ pydub==0.25.1
76
+ Pygments==2.16.1
77
+ pyparsing==3.0.9
78
+ python-dateutil==2.8.2
79
+ python-multipart==0.0.6
80
+ pytz==2023.3
81
+ PyYAML==6.0.1
82
+ referencing==0.30.2
83
+ regex==2023.8.8
84
+ requests==2.28.1
85
+ rpds-py==0.9.2
86
+ safetensors==0.3.2
87
+ scikit-learn==1.3.0
88
+ scipy==1.11.1
89
+ semantic-version==2.10.0
90
+ six==1.16.0
91
+ sniffio==1.3.0
92
+ soundfile==0.12.1
93
+ soxr==0.3.6
94
+ starlette==0.27.0
95
+ sympy==1.11.1
96
+ threadpoolctl==3.2.0
97
+ tokenizers==0.13.3
98
+ toolz==0.12.0
99
+ torch==2.0.1+cpu
100
+ torchaudio==2.0.2+cpu
101
+ torchvision==0.15.2+cpu
102
+ tqdm==4.66.1
103
+ transformers==4.31.0
104
+ typing_extensions==4.7.1
105
+ tzdata==2023.3
106
+ uc-micro-py==1.0.2
107
+ urllib3==1.26.13
108
+ uvicorn==0.23.2
109
+ webrtcvad==2.0.10
110
+ websockets==11.0.3
111
+ yarl==1.9.2