Jambulat Soltomuradow commited on
Commit
eff6b2c
·
1 Parent(s): 718a513

added requirements

Browse files
Files changed (3) hide show
  1. .gitattributes +0 -1
  2. .gitignore +6 -0
  3. requirements.txt +106 -0
.gitattributes CHANGED
@@ -33,5 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
- .DS_Store filter=lfs diff=lfs merge=lfs -text
37
  model.pkl filter=lfs diff=lfs merge=lfs -text
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
36
  model.pkl filter=lfs diff=lfs merge=lfs -text
.gitignore ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ __pycache__/
2
+ *.pyc
3
+ venv/
4
+ .DS_Store
5
+ wandb/
6
+ runs/
requirements.txt ADDED
@@ -0,0 +1,106 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==24.1.0
2
+ annotated-doc==0.0.4
3
+ annotated-types==0.7.0
4
+ anyio==4.12.1
5
+ apsw==3.52.0.0
6
+ apswutils==0.1.2
7
+ beartype==0.22.9
8
+ beautifulsoup4==4.14.3
9
+ blis==1.3.3
10
+ brotli==1.2.0
11
+ catalogue==2.0.10
12
+ certifi==2026.2.25
13
+ charset-normalizer==3.4.5
14
+ click==8.3.1
15
+ cloudpathlib==0.23.0
16
+ cloudpickle==3.1.2
17
+ confection==0.1.5
18
+ contourpy==1.3.3
19
+ cycler==0.12.1
20
+ cymem==2.0.13
21
+ fastai==2.8.7
22
+ fastapi==0.135.1
23
+ fastcore==1.12.24
24
+ fastdownload==0.0.7
25
+ fastlite==0.2.4
26
+ fastprogress==1.1.5
27
+ fasttransform==0.0.2
28
+ ffmpy==1.0.0
29
+ filelock==3.25.1
30
+ fonttools==4.62.0
31
+ fsspec==2026.2.0
32
+ gradio==6.9.0
33
+ gradio_client==2.3.0
34
+ groovy==0.1.2
35
+ h11==0.16.0
36
+ hf-xet==1.3.2
37
+ httpcore==1.0.9
38
+ httptools==0.7.1
39
+ httpx==0.28.1
40
+ huggingface_hub==1.6.0
41
+ idna==3.11
42
+ itsdangerous==2.2.0
43
+ Jinja2==3.1.6
44
+ joblib==1.5.3
45
+ kiwisolver==1.5.0
46
+ markdown-it-py==4.0.0
47
+ MarkupSafe==3.0.3
48
+ matplotlib==3.10.8
49
+ mdurl==0.1.2
50
+ mpmath==1.3.0
51
+ murmurhash==1.0.15
52
+ networkx==3.6.1
53
+ numpy==2.4.3
54
+ oauthlib==3.3.1
55
+ orjson==3.11.7
56
+ packaging==26.0
57
+ pandas==3.0.1
58
+ pillow==12.1.1
59
+ plum-dispatch==2.7.1
60
+ preshed==3.0.12
61
+ pydantic==2.12.5
62
+ pydantic_core==2.41.5
63
+ pydub==0.25.1
64
+ Pygments==2.19.2
65
+ pyparsing==3.3.2
66
+ python-dateutil==2.9.0.post0
67
+ python-dotenv==1.2.2
68
+ python-fasthtml==0.12.48
69
+ python-multipart==0.0.22
70
+ pytz==2026.1.post1
71
+ PyYAML==6.0.3
72
+ requests==2.32.5
73
+ rich==14.3.3
74
+ safehttpx==0.1.7
75
+ scikit-learn==1.8.0
76
+ scipy==1.17.1
77
+ semantic-version==2.10.0
78
+ setuptools==82.0.1
79
+ shellingham==1.5.4
80
+ six==1.17.0
81
+ smart_open==7.5.1
82
+ soupsieve==2.8.3
83
+ spacy==3.8.11
84
+ spacy-legacy==3.0.12
85
+ spacy-loggers==1.0.5
86
+ srsly==2.5.2
87
+ starlette==0.52.1
88
+ sympy==1.14.0
89
+ thinc==8.3.10
90
+ threadpoolctl==3.6.0
91
+ tomlkit==0.13.3
92
+ torch==2.10.0
93
+ torchvision==0.25.0
94
+ tqdm==4.67.3
95
+ typer==0.24.1
96
+ typer-slim==0.24.0
97
+ typing-inspection==0.4.2
98
+ typing_extensions==4.15.0
99
+ urllib3==2.6.3
100
+ uvicorn==0.41.0
101
+ uvloop==0.22.1
102
+ wasabi==1.1.3
103
+ watchfiles==1.1.1
104
+ weasel==0.4.3
105
+ websockets==16.0
106
+ wrapt==2.1.2