Spaces:
Building
Building
Upload requirements.txt
Browse files- requirements.txt +5 -1
requirements.txt
CHANGED
@@ -1,7 +1,11 @@
|
|
1 |
opencv-contrib-python==4.10.0.84
|
2 |
opencv-python==4.10.0.84
|
3 |
-
numpy==
|
4 |
pandas==2.2.2
|
5 |
Flask==3.0.3
|
6 |
gunicorn==21.2.0
|
7 |
spacy==3.7.5
|
|
|
|
|
|
|
|
|
|
1 |
opencv-contrib-python==4.10.0.84
|
2 |
opencv-python==4.10.0.84
|
3 |
+
numpy==1.26.4
|
4 |
pandas==2.2.2
|
5 |
Flask==3.0.3
|
6 |
gunicorn==21.2.0
|
7 |
spacy==3.7.5
|
8 |
+
nltk==3.8.1
|
9 |
+
scikit-learn==1.5.0
|
10 |
+
https://github.com/explosion/spacy-models/releases/download/en_core_web_md-3.7.1/en_core_web_md-3.7.1-py3-none-any.whl
|
11 |
+
|