Niansuh commited on
Commit
592776e
·
verified ·
1 Parent(s): da99b57

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +96 -0
requirements.txt ADDED
@@ -0,0 +1,96 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==23.2.1
2
+ altair==5.2.0
3
+ annotated-types==0.6.0
4
+ anyio==4.2.0
5
+ attrs==23.2.0
6
+ blis==0.7.11
7
+ catalogue==2.0.10
8
+ certifi==2023.11.17
9
+ charset-normalizer==3.3.2
10
+ click==8.1.7
11
+ cloudpathlib==0.16.0
12
+ colorama==0.4.6
13
+ confection==0.1.4
14
+ contourpy==1.1.1
15
+ cycler==0.12.1
16
+ cymem==2.0.8
17
+ en-core-web-sm @ https://huggingface.co/spacy/en_core_web_sm/resolve/main/en_core_web_sm-any-py3-none-any.whl
18
+ exceptiongroup==1.2.0
19
+ fastapi==0.109.0
20
+ ffmpy==0.3.1
21
+ filelock==3.13.1
22
+ fonttools==4.47.2
23
+ fsspec==2023.12.2
24
+ gradio==4.14.0
25
+ gradio-client==0.8.0
26
+ h11==0.14.0
27
+ httpcore==1.0.2
28
+ httpx==0.26.0
29
+ huggingface-hub==0.20.2
30
+ idna==3.6
31
+ importlib-resources==6.1.1
32
+ Jinja2==3.1.3
33
+ joblib==1.3.2
34
+ jsonschema==4.20.0
35
+ jsonschema-specifications==2023.12.1
36
+ kiwisolver==1.4.5
37
+ langcodes==3.3.0
38
+ markdown-it-py==3.0.0
39
+ MarkupSafe==2.1.3
40
+ matplotlib==3.7.4
41
+ mdurl==0.1.2
42
+ mpmath==1.3.0
43
+ murmurhash==1.0.10
44
+ networkx==3.1
45
+ nltk==3.8.1
46
+ numpy==1.24.4
47
+ orjson==3.9.10
48
+ packaging==23.2
49
+ pandas==2.0.3
50
+ pillow==10.2.0
51
+ pkgutil-resolve-name==1.3.10
52
+ preshed==3.0.9
53
+ pydantic==2.5.3
54
+ pydantic-core==2.14.6
55
+ pydub==0.25.1
56
+ pygments==2.17.2
57
+ pyparsing==3.1.1
58
+ python-dateutil==2.8.2
59
+ python-multipart==0.0.6
60
+ pytz==2023.3.post1
61
+ PyYAML==6.0.1
62
+ referencing==0.32.1
63
+ regex==2023.12.25
64
+ requests==2.31.0
65
+ rich==13.7.0
66
+ rpds-py==0.16.2
67
+ sacremoses==0.1.1
68
+ safetensors==0.4.1
69
+ semantic-version==2.10.0
70
+ sentencepiece==0.1.96
71
+ shellingham==1.5.4
72
+ six==1.16.0
73
+ smart-open==6.4.0
74
+ sniffio==1.3.0
75
+ spacy==3.7.2
76
+ spacy-legacy==3.0.12
77
+ spacy-loggers==1.0.5
78
+ srsly==2.4.8
79
+ starlette==0.35.0
80
+ sympy==1.12
81
+ thinc==8.2.2
82
+ tokenizers==0.15.0
83
+ tomlkit==0.12.0
84
+ toolz==0.12.0
85
+ torch==2.1.2
86
+ tqdm==4.66.1
87
+ transformers==4.36.2
88
+ typer==0.9.0
89
+ typing-extensions==4.9.0
90
+ tzdata==2023.4
91
+ urllib3==2.1.0
92
+ uvicorn==0.25.0
93
+ wasabi==1.1.2
94
+ weasel==0.3.4
95
+ websockets==11.0.3
96
+ zipp==3.17.0