hardik8588 commited on
Commit
2019543
·
verified ·
1 Parent(s): c9b9479

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +155 -21
requirements.txt CHANGED
@@ -1,21 +1,155 @@
1
- fastapi>=0.95.0
2
- uvicorn>=0.21.1
3
- pydantic>=1.10.7
4
- python-multipart>=0.0.6
5
- python-dotenv>=1.0.0
6
- pdfplumber>=0.9.0
7
- spacy>=3.5.2
8
- torch>=2.0.0
9
- transformers>=4.28.1
10
- sentence-transformers>=2.2.2
11
- moviepy>=1.0.3
12
- matplotlib>=3.7.1
13
- numpy>=1.24.2
14
- passlib>=1.7.4
15
- python-jose[cryptography]>=3.3.0
16
- bcrypt>=4.0.1
17
- requests>=2.28.2
18
- SQLAlchemy>=2.0.9
19
- aiofiles>=23.1.0
20
- huggingface_hub>=0.16.4
21
- en-core-web-sm @ https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.5.0/en_core_web_sm-3.5.0-py3-none-any.whl
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ accelerate==1.6.0
2
+ aiohappyeyeballs==2.6.1
3
+ aiohttp==3.11.16
4
+ aiosignal==1.3.2
5
+ altair==5.5.0
6
+ anyio==4.9.0
7
+ async-timeout==5.0.1
8
+ attrs==25.3.0
9
+ audioread==3.0.1
10
+ bcrypt==4.3.0
11
+ blinker==1.9.0
12
+ blis==1.2.1
13
+ cachetools==5.5.2
14
+ catalogue==2.0.10
15
+ certifi==2025.1.31
16
+ cffi==1.17.1
17
+ charset-normalizer==3.4.1
18
+ click==8.1.8
19
+ cloudpathlib==0.21.0
20
+ colorama==0.4.6
21
+ confection==0.1.5
22
+ contourpy==1.3.1
23
+ cryptography==44.0.2
24
+ cycler==0.12.1
25
+ cymem==2.0.11
26
+ datasets==3.5.0
27
+ decorator==4.4.2
28
+ dill==0.3.8
29
+ distro==1.9.0
30
+ dotenv==0.9.9
31
+ en_core_web_sm @ https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.8.0/en_core_web_sm-3.8.0-py3-none-any.whl#sha256=1932429db727d4bff3deed6b34cfc05df17794f4a52eeb26cf8928f7c1a0fb85
32
+ evaluate==0.4.3
33
+ exceptiongroup==1.2.2
34
+ fastapi==0.115.12
35
+ filelock==3.18.0
36
+ fonttools==4.57.0
37
+ frozenlist==1.5.0
38
+ fsspec==2024.12.0
39
+ gitdb==4.0.12
40
+ GitPython==3.1.44
41
+ h11==0.14.0
42
+ httpcore==1.0.8
43
+ httpx==0.28.1
44
+ huggingface-hub==0.30.1
45
+ idna==3.10
46
+ imageio==2.37.0
47
+ imageio-ffmpeg==0.6.0
48
+ Jinja2==3.1.6
49
+ jiter==0.9.0
50
+ joblib==1.4.2
51
+ jsonschema==4.23.0
52
+ jsonschema-specifications==2024.10.1
53
+ jwt==1.3.1
54
+ kiwisolver==1.4.8
55
+ langcodes==3.5.0
56
+ language_data==1.3.0
57
+ lazy_loader==0.4
58
+ librosa==0.11.0
59
+ llvmlite==0.44.0
60
+ lxml==5.3.1
61
+ marisa-trie==1.2.1
62
+ markdown-it-py==3.0.0
63
+ MarkupSafe==3.0.2
64
+ matplotlib==3.10.1
65
+ mdurl==0.1.2
66
+ more-itertools==10.6.0
67
+ moviepy==1.0.3
68
+ mpmath==1.3.0
69
+ msgpack==1.1.0
70
+ multidict==6.3.2
71
+ multiprocess==0.70.16
72
+ murmurhash==1.0.12
73
+ narwhals==1.33.0
74
+ networkx==3.4.2
75
+ nltk==3.9.1
76
+ numba==0.61.0
77
+ numpy==2.2.4
78
+ openai==1.72.0
79
+ openai-whisper==20240930
80
+ opencv-python==4.11.0.86
81
+ packaging==24.2
82
+ pandas==2.2.3
83
+ passlib==1.7.4
84
+ pdfminer.six==20250327
85
+ pdfplumber==0.11.6
86
+ pillow==11.1.0
87
+ platformdirs==4.3.7
88
+ plotly==6.0.1
89
+ pooch==1.8.2
90
+ preshed==3.0.9
91
+ proglog==0.1.11
92
+ propcache==0.3.1
93
+ protobuf==5.29.4
94
+ psutil==7.0.0
95
+ pyarrow==19.0.1
96
+ pycparser==2.22
97
+ pydantic==1.10.8
98
+ pydeck==0.9.1
99
+ Pygments==2.19.1
100
+ PyJWT==2.10.1
101
+ pyngrok==7.2.3
102
+ pyparsing==3.2.3
103
+ PyPDF2==3.0.1
104
+ pypdfium2==4.30.1
105
+ pytesseract==0.3.13
106
+ python-dateutil==2.9.0.post0
107
+ python-docx==1.1.2
108
+ python-dotenv==1.1.0
109
+ python-multipart==0.0.20
110
+ pytz==2025.2
111
+ PyYAML==6.0.2
112
+ referencing==0.36.2
113
+ regex==2024.11.6
114
+ requests==2.32.3
115
+ rich==14.0.0
116
+ rpds-py==0.24.0
117
+ safetensors==0.5.3
118
+ scikit-learn==1.6.1
119
+ scipy==1.15.2
120
+ sentence-transformers==4.0.2
121
+ shellingham==1.5.4
122
+ six==1.17.0
123
+ smart-open==7.1.0
124
+ smmap==5.0.2
125
+ sniffio==1.3.1
126
+ soundfile==0.13.1
127
+ soxr==0.5.0.post1
128
+ spacy==3.8.5
129
+ spacy-legacy==3.0.12
130
+ spacy-loggers==1.0.5
131
+ srsly==2.5.1
132
+ starlette==0.46.1
133
+ streamlit==1.44.1
134
+ sympy==1.13.1
135
+ tenacity==9.1.2
136
+ thinc==8.3.4
137
+ threadpoolctl==3.6.0
138
+ tiktoken==0.9.0
139
+ tokenizers==0.21.1
140
+ toml==0.10.2
141
+ torch==2.6.0
142
+ tornado==6.4.2
143
+ tqdm==4.67.1
144
+ transformers==4.50.3
145
+ typer==0.15.2
146
+ typing_extensions==4.13.1
147
+ tzdata==2025.2
148
+ urllib3==2.3.0
149
+ uvicorn==0.34.0
150
+ wasabi==1.1.3
151
+ watchdog==6.0.0
152
+ weasel==0.4.1
153
+ wrapt==1.17.2
154
+ xxhash==3.5.0
155
+ yarl==1.18.3