Jay-Rajput commited on
Commit
8cd6bf6
·
1 Parent(s): 7dec80a

universal humanizer

Browse files
Files changed (1) hide show
  1. requirements.txt +99 -20
requirements.txt CHANGED
@@ -1,20 +1,99 @@
1
- # Core ML frameworks
2
- torch>=2.1.0
3
- transformers==4.35.0
4
- sentence-transformers==2.2.2
5
- huggingface_hub==0.17.3
6
- accelerate==0.24.1
7
-
8
- # NLP and processing libraries
9
- nltk==3.8.1
10
- scikit-learn==1.3.2
11
- numpy==1.25.2
12
- pandas==2.1.3
13
-
14
- # Web interface
15
- gradio==4.7.1
16
-
17
- # Build and utility libraries
18
- setuptools
19
- wheel
20
- packaging
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==24.1.0
2
+ annotated-types==0.7.0
3
+ anyio==4.10.0
4
+ blis==1.3.0
5
+ Brotli==1.1.0
6
+ catalogue==2.0.10
7
+ certifi==2025.8.3
8
+ charset-normalizer==3.4.3
9
+ click==8.2.1
10
+ cloudpathlib==0.22.0
11
+ colorama==0.4.6
12
+ confection==0.1.5
13
+ contourpy==1.3.2
14
+ cycler==0.12.1
15
+ cymem==2.0.11
16
+ exceptiongroup==1.3.0
17
+ fastapi==0.116.1
18
+ ffmpy==0.6.1
19
+ filelock==3.19.1
20
+ fonttools==4.59.2
21
+ fsspec==2025.9.0
22
+ gradio==5.45.0
23
+ gradio_client==1.13.0
24
+ groovy==0.1.2
25
+ h11==0.16.0
26
+ httpcore==1.0.9
27
+ httptools==0.6.4
28
+ httpx==0.28.1
29
+ huggingface-hub==0.34.4
30
+ idna==3.10
31
+ Jinja2==3.1.6
32
+ joblib==1.5.2
33
+ kiwisolver==1.4.9
34
+ langcodes==3.5.0
35
+ language_data==1.3.0
36
+ marisa-trie==1.3.1
37
+ markdown-it-py==4.0.0
38
+ MarkupSafe==3.0.2
39
+ matplotlib==3.10.6
40
+ mdurl==0.1.2
41
+ mpmath==1.3.0
42
+ murmurhash==1.0.13
43
+ networkx==3.4.2
44
+ nltk==3.9.1
45
+ numpy==2.2.6
46
+ orjson==3.11.3
47
+ packaging==25.0
48
+ pandas==2.3.2
49
+ pillow==11.3.0
50
+ preshed==3.0.10
51
+ pydantic==2.11.7
52
+ pydantic_core==2.33.2
53
+ pydub==0.25.1
54
+ Pygments==2.19.2
55
+ pyparsing==3.2.3
56
+ python-dateutil==2.9.0.post0
57
+ python-dotenv==1.1.1
58
+ python-multipart==0.0.20
59
+ pytz==2025.2
60
+ PyYAML==6.0.2
61
+ regex==2025.9.1
62
+ requests==2.32.5
63
+ rich==14.1.0
64
+ ruff==0.13.0
65
+ safehttpx==0.1.6
66
+ safetensors==0.6.2
67
+ scikit-learn==1.7.2
68
+ scipy==1.15.3
69
+ seaborn==0.13.2
70
+ semantic-version==2.10.0
71
+ sentence-transformers==5.1.0
72
+ shellingham==1.5.4
73
+ six==1.17.0
74
+ smart_open==7.3.1
75
+ sniffio==1.3.1
76
+ spacy==3.8.7
77
+ spacy-legacy==3.0.12
78
+ spacy-loggers==1.0.5
79
+ srsly==2.5.1
80
+ starlette==0.47.3
81
+ sympy==1.14.0
82
+ thinc==8.3.6
83
+ threadpoolctl==3.6.0
84
+ tokenizers==0.22.0
85
+ tomlkit==0.13.3
86
+ torch==2.8.0
87
+ tqdm==4.67.1
88
+ transformers==4.56.1
89
+ typer==0.17.4
90
+ typing-inspection==0.4.1
91
+ typing_extensions==4.15.0
92
+ tzdata==2025.2
93
+ urllib3==2.5.0
94
+ uvicorn==0.35.0
95
+ wasabi==1.1.3
96
+ watchfiles==1.1.0
97
+ weasel==0.4.1
98
+ websockets==15.0.1
99
+ wrapt==1.17.3