neallseth commited on
Commit
f454918
1 Parent(s): 3c5f505

adding requirements.txt and gitignore

Browse files
Files changed (2) hide show
  1. .gitignore +1 -0
  2. requirements.txt +96 -0
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ myenv
requirements.txt ADDED
@@ -0,0 +1,96 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ async-timeout==4.0.3
8
+ attrs==23.1.0
9
+ blis==0.7.10
10
+ catalogue==2.0.9
11
+ certifi==2023.7.22
12
+ charset-normalizer==3.2.0
13
+ click==8.1.7
14
+ confection==0.1.1
15
+ contourpy==1.1.0
16
+ cycler==0.11.0
17
+ cymem==2.0.7
18
+ fastai==2.7.12
19
+ fastapi==0.101.1
20
+ fastcore==1.5.29
21
+ fastdownload==0.0.7
22
+ fastprogress==1.0.3
23
+ ffmpy==0.3.1
24
+ filelock==3.12.2
25
+ fonttools==4.42.0
26
+ frozenlist==1.4.0
27
+ fsspec==2023.6.0
28
+ gradio==3.40.1
29
+ gradio_client==0.4.0
30
+ h11==0.14.0
31
+ httpcore==0.17.3
32
+ httpx==0.24.1
33
+ huggingface-hub==0.16.4
34
+ idna==3.4
35
+ importlib-resources==6.0.1
36
+ Jinja2==3.1.2
37
+ joblib==1.3.2
38
+ jsonschema==4.19.0
39
+ jsonschema-specifications==2023.7.1
40
+ kiwisolver==1.4.4
41
+ langcodes==3.3.0
42
+ linkify-it-py==2.0.2
43
+ markdown-it-py==2.2.0
44
+ MarkupSafe==2.1.3
45
+ matplotlib==3.7.2
46
+ mdit-py-plugins==0.3.3
47
+ mdurl==0.1.2
48
+ mpmath==1.3.0
49
+ multidict==6.0.4
50
+ murmurhash==1.0.9
51
+ networkx==3.1
52
+ numpy==1.25.2
53
+ orjson==3.9.5
54
+ packaging==23.1
55
+ pandas==2.0.3
56
+ pathy==0.10.2
57
+ Pillow==10.0.0
58
+ preshed==3.0.8
59
+ pydantic==2.2.0
60
+ pydantic_core==2.6.0
61
+ pydub==0.25.1
62
+ pyparsing==3.0.9
63
+ python-dateutil==2.8.2
64
+ python-multipart==0.0.6
65
+ pytz==2023.3
66
+ PyYAML==6.0.1
67
+ referencing==0.30.2
68
+ requests==2.31.0
69
+ rpds-py==0.9.2
70
+ scikit-learn==1.3.0
71
+ scipy==1.11.2
72
+ semantic-version==2.10.0
73
+ six==1.16.0
74
+ smart-open==6.3.0
75
+ sniffio==1.3.0
76
+ spacy==3.6.1
77
+ spacy-legacy==3.0.12
78
+ spacy-loggers==1.0.4
79
+ srsly==2.4.7
80
+ starlette==0.27.0
81
+ sympy==1.12
82
+ thinc==8.1.12
83
+ threadpoolctl==3.2.0
84
+ toolz==0.12.0
85
+ torch==2.0.1
86
+ torchvision==0.15.2
87
+ tqdm==4.66.1
88
+ typer==0.9.0
89
+ typing_extensions==4.7.1
90
+ tzdata==2023.3
91
+ uc-micro-py==1.0.2
92
+ urllib3==2.0.4
93
+ uvicorn==0.23.2
94
+ wasabi==1.1.2
95
+ websockets==11.0.3
96
+ yarl==1.9.2