2010b9 commited on
Commit
8328ab8
1 Parent(s): 018cdb9

Add requirements

Browse files
Files changed (1) hide show
  1. requirements.txt +94 -0
requirements.txt ADDED
@@ -0,0 +1,94 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==23.2.1
2
+ altair==5.2.0
3
+ annotated-types==0.6.0
4
+ anyio==4.3.0
5
+ attrs==23.2.0
6
+ blis==0.7.11
7
+ catalogue==2.0.10
8
+ certifi==2024.2.2
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.2.0
15
+ cycler==0.12.1
16
+ cymem==2.0.8
17
+ fastai==2.7.14
18
+ fastapi==0.110.0
19
+ fastcore==1.5.29
20
+ fastdownload==0.0.7
21
+ fastprogress==1.0.3
22
+ ffmpy==0.3.2
23
+ filelock==3.13.3
24
+ fonttools==4.50.0
25
+ fsspec==2024.3.1
26
+ gradio==4.24.0
27
+ gradio_client==0.14.0
28
+ h11==0.14.0
29
+ httpcore==1.0.5
30
+ httpx==0.27.0
31
+ huggingface-hub==0.22.1
32
+ idna==3.6
33
+ importlib_resources==6.4.0
34
+ Jinja2==3.1.3
35
+ joblib==1.3.2
36
+ jsonschema==4.21.1
37
+ jsonschema-specifications==2023.12.1
38
+ kiwisolver==1.4.5
39
+ langcodes==3.3.0
40
+ markdown-it-py==3.0.0
41
+ MarkupSafe==2.1.5
42
+ matplotlib==3.8.3
43
+ mdurl==0.1.2
44
+ mpmath==1.3.0
45
+ murmurhash==1.0.10
46
+ networkx==3.2.1
47
+ numpy==1.26.4
48
+ orjson==3.10.0
49
+ packaging==24.0
50
+ pandas==2.2.1
51
+ pillow==10.2.0
52
+ preshed==3.0.9
53
+ pydantic==2.6.4
54
+ pydantic_core==2.16.3
55
+ pydub==0.25.1
56
+ Pygments==2.17.2
57
+ pyparsing==3.1.2
58
+ python-dateutil==2.9.0.post0
59
+ python-multipart==0.0.9
60
+ pytz==2024.1
61
+ PyYAML==6.0.1
62
+ referencing==0.34.0
63
+ requests==2.31.0
64
+ rich==13.7.1
65
+ rpds-py==0.18.0
66
+ ruff==0.3.4
67
+ scikit-learn==1.4.1.post1
68
+ scipy==1.12.0
69
+ semantic-version==2.10.0
70
+ shellingham==1.5.4
71
+ six==1.16.0
72
+ smart-open==6.4.0
73
+ sniffio==1.3.1
74
+ spacy==3.7.4
75
+ spacy-legacy==3.0.12
76
+ spacy-loggers==1.0.5
77
+ srsly==2.4.8
78
+ starlette==0.36.3
79
+ sympy==1.12
80
+ thinc==8.2.3
81
+ threadpoolctl==3.4.0
82
+ tomlkit==0.12.0
83
+ toolz==0.12.1
84
+ torch==2.2.2
85
+ torchvision==0.17.2
86
+ tqdm==4.66.2
87
+ typer==0.9.4
88
+ typing_extensions==4.10.0
89
+ tzdata==2024.1
90
+ urllib3==2.2.1
91
+ uvicorn==0.29.0
92
+ wasabi==1.1.2
93
+ weasel==0.3.4
94
+ websockets==11.0.3