mohitgargai commited on
Commit
a07a031
·
1 Parent(s): b9e9559
Files changed (1) hide show
  1. requirements.txt +93 -0
requirements.txt ADDED
@@ -0,0 +1,93 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==23.1.0
2
+ aiohttp==3.8.4
3
+ aiosignal==1.3.1
4
+ altair==4.2.2
5
+ anyio==3.6.2
6
+ async-timeout==4.0.2
7
+ attrs==22.2.0
8
+ blis==0.7.9
9
+ catalogue==2.0.8
10
+ certifi==2022.12.7
11
+ charset-normalizer==3.1.0
12
+ click==8.1.3
13
+ confection==0.0.4
14
+ contourpy==1.0.7
15
+ cycler==0.11.0
16
+ cymem==2.0.7
17
+ entrypoints==0.4
18
+ fastai==2.7.12
19
+ fastapi==0.95.0
20
+ fastcore==1.5.29
21
+ fastdownload==0.0.7
22
+ fastprogress==1.0.3
23
+ ffmpy==0.3.0
24
+ filelock==3.11.0
25
+ fonttools==4.39.3
26
+ frozenlist==1.3.3
27
+ fsspec==2023.4.0
28
+ gradio==3.25.0
29
+ gradio_client==0.0.8
30
+ h11==0.14.0
31
+ httpcore==0.16.3
32
+ httpx==0.23.3
33
+ huggingface-hub==0.13.4
34
+ idna==3.4
35
+ Jinja2==3.1.2
36
+ joblib==1.2.0
37
+ jsonschema==4.17.3
38
+ kiwisolver==1.4.4
39
+ langcodes==3.3.0
40
+ linkify-it-py==2.0.0
41
+ markdown-it-py==2.2.0
42
+ MarkupSafe==2.1.2
43
+ matplotlib==3.7.1
44
+ mdit-py-plugins==0.3.3
45
+ mdurl==0.1.2
46
+ mpmath==1.3.0
47
+ multidict==6.0.4
48
+ murmurhash==1.0.9
49
+ networkx==3.1
50
+ numpy==1.24.2
51
+ orjson==3.8.10
52
+ packaging==23.0
53
+ pandas==2.0.0
54
+ pathy==0.10.1
55
+ Pillow==9.5.0
56
+ preshed==3.0.8
57
+ pydantic==1.10.7
58
+ pydub==0.25.1
59
+ pyparsing==3.0.9
60
+ pyrsistent==0.19.3
61
+ python-dateutil==2.8.2
62
+ python-multipart==0.0.6
63
+ pytz==2023.3
64
+ PyYAML==6.0
65
+ requests==2.28.2
66
+ rfc3986==1.5.0
67
+ scikit-learn==1.2.2
68
+ scipy==1.10.1
69
+ semantic-version==2.10.0
70
+ six==1.16.0
71
+ smart-open==6.3.0
72
+ sniffio==1.3.0
73
+ spacy==3.5.1
74
+ spacy-legacy==3.0.12
75
+ spacy-loggers==1.0.4
76
+ srsly==2.4.6
77
+ starlette==0.26.1
78
+ sympy==1.11.1
79
+ thinc==8.1.9
80
+ threadpoolctl==3.1.0
81
+ toolz==0.12.0
82
+ torch==2.0.0
83
+ torchvision==0.15.1
84
+ tqdm==4.65.0
85
+ typer==0.7.0
86
+ typing_extensions==4.5.0
87
+ tzdata==2023.3
88
+ uc-micro-py==1.0.1
89
+ urllib3==1.26.15
90
+ uvicorn==0.21.1
91
+ wasabi==1.1.1
92
+ websockets==11.0.1
93
+ yarl==1.8.2