k-code commited on
Commit
99caa54
·
1 Parent(s): 143b31d

add requirements

Browse files
Files changed (2) hide show
  1. .gitignore +1 -0
  2. requirements.txt +90 -0
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ venv
requirements.txt ADDED
@@ -0,0 +1,90 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==23.2.1
2
+ annotated-types==0.7.0
3
+ anyio==4.8.0
4
+ blis==1.2.0
5
+ catalogue==2.0.10
6
+ certifi==2025.1.31
7
+ charset-normalizer==3.4.1
8
+ click==8.1.8
9
+ cloudpathlib==0.20.0
10
+ confection==0.1.5
11
+ contourpy==1.3.1
12
+ cycler==0.12.1
13
+ cymem==2.0.11
14
+ fastai==2.7.18
15
+ fastapi==0.115.8
16
+ fastcore==1.7.29
17
+ fastdownload==0.0.7
18
+ fastprogress==1.0.3
19
+ ffmpy==0.5.0
20
+ filelock==3.17.0
21
+ fonttools==4.55.8
22
+ fsspec==2025.2.0
23
+ gradio==5.14.0
24
+ gradio_client==1.7.0
25
+ h11==0.14.0
26
+ httpcore==1.0.7
27
+ httpx==0.28.1
28
+ huggingface-hub==0.28.1
29
+ idna==3.10
30
+ Jinja2==3.1.5
31
+ joblib==1.4.2
32
+ kiwisolver==1.4.8
33
+ langcodes==3.5.0
34
+ language_data==1.3.0
35
+ marisa-trie==1.2.1
36
+ markdown-it-py==3.0.0
37
+ MarkupSafe==2.1.5
38
+ matplotlib==3.10.0
39
+ mdurl==0.1.2
40
+ mpmath==1.3.0
41
+ murmurhash==1.0.12
42
+ networkx==3.4.2
43
+ numpy==2.2.2
44
+ orjson==3.10.15
45
+ packaging==24.2
46
+ pandas==2.2.3
47
+ pillow==11.1.0
48
+ preshed==3.0.9
49
+ pydantic==2.10.6
50
+ pydantic_core==2.27.2
51
+ pydub==0.25.1
52
+ Pygments==2.19.1
53
+ pyparsing==3.2.1
54
+ python-dateutil==2.9.0.post0
55
+ python-multipart==0.0.20
56
+ pytz==2025.1
57
+ PyYAML==6.0.2
58
+ requests==2.32.3
59
+ rich==13.9.4
60
+ ruff==0.9.4
61
+ safehttpx==0.1.6
62
+ scikit-learn==1.6.1
63
+ scipy==1.15.1
64
+ semantic-version==2.10.0
65
+ setuptools==75.8.0
66
+ shellingham==1.5.4
67
+ six==1.17.0
68
+ smart-open==7.1.0
69
+ sniffio==1.3.1
70
+ spacy==3.8.4
71
+ spacy-legacy==3.0.12
72
+ spacy-loggers==1.0.5
73
+ srsly==2.5.1
74
+ starlette==0.45.3
75
+ sympy==1.13.1
76
+ thinc==8.3.4
77
+ threadpoolctl==3.5.0
78
+ tomlkit==0.13.2
79
+ torch==2.5.1
80
+ torchvision==0.20.1
81
+ tqdm==4.67.1
82
+ typer==0.15.1
83
+ typing_extensions==4.12.2
84
+ tzdata==2025.1
85
+ urllib3==2.3.0
86
+ uvicorn==0.34.0
87
+ wasabi==1.1.3
88
+ weasel==0.4.1
89
+ websockets==14.2
90
+ wrapt==1.17.2