adr commited on
Commit
3e359fd
1 Parent(s): 49cbecf

Add requirement file

Browse files
Files changed (1) hide show
  1. requirements.txt +86 -0
requirements.txt ADDED
@@ -0,0 +1,86 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiohttp==3.8.1
2
+ aiosignal==1.2.0
3
+ analytics-python==1.4.0
4
+ anyio==3.6.1
5
+ async-timeout==4.0.2
6
+ attrs==22.1.0
7
+ backoff==1.10.0
8
+ bcrypt==3.2.2
9
+ blis==0.7.8
10
+ catalogue==2.0.8
11
+ certifi==2022.6.15
12
+ cffi==1.15.1
13
+ charset-normalizer==2.1.0
14
+ click==8.1.3
15
+ cryptography==37.0.4
16
+ cycler==0.11.0
17
+ cymem==2.0.6
18
+ fastai==2.7.9
19
+ fastapi==0.79.0
20
+ fastcore==1.5.16
21
+ fastdownload==0.0.7
22
+ fastprogress==1.0.3
23
+ ffmpy==0.3.0
24
+ fonttools==4.34.4
25
+ frozenlist==1.3.1
26
+ fsspec==2022.7.1
27
+ gradio==3.1.4
28
+ h11==0.12.0
29
+ httpcore==0.15.0
30
+ httpx==0.23.0
31
+ idna==3.3
32
+ Jinja2==3.1.2
33
+ joblib==1.1.0
34
+ kiwisolver==1.4.4
35
+ langcodes==3.3.0
36
+ linkify-it-py==1.0.3
37
+ markdown-it-py==2.1.0
38
+ MarkupSafe==2.1.1
39
+ matplotlib==3.5.2
40
+ mdit-py-plugins==0.3.0
41
+ mdurl==0.1.1
42
+ monotonic==1.6
43
+ multidict==6.0.2
44
+ murmurhash==1.0.7
45
+ numpy==1.23.1
46
+ orjson==3.7.11
47
+ packaging==21.3
48
+ pandas==1.4.3
49
+ paramiko==2.11.0
50
+ pathy==0.6.2
51
+ Pillow==9.2.0
52
+ preshed==3.0.6
53
+ pycparser==2.21
54
+ pycryptodome==3.15.0
55
+ pydantic==1.9.1
56
+ pydub==0.25.1
57
+ PyNaCl==1.5.0
58
+ pyparsing==3.0.9
59
+ python-dateutil==2.8.2
60
+ python-multipart==0.0.5
61
+ pytz==2022.1
62
+ PyYAML==6.0
63
+ requests==2.28.1
64
+ rfc3986==1.5.0
65
+ scikit-learn==1.1.2
66
+ scipy==1.9.0
67
+ six==1.16.0
68
+ smart-open==5.2.1
69
+ sniffio==1.2.0
70
+ spacy==3.4.1
71
+ spacy-legacy==3.0.9
72
+ spacy-loggers==1.0.3
73
+ srsly==2.4.4
74
+ starlette==0.19.1
75
+ thinc==8.1.0
76
+ threadpoolctl==3.1.0
77
+ torch==1.12.1
78
+ torchvision==0.13.1
79
+ tqdm==4.64.0
80
+ typer==0.4.2
81
+ typing_extensions==4.3.0
82
+ uc-micro-py==1.0.1
83
+ urllib3==1.26.11
84
+ uvicorn==0.18.2
85
+ wasabi==0.10.1
86
+ yarl==1.8.1