Update requirements.txt
Browse files- requirements.txt +16 -18
requirements.txt
CHANGED
@@ -1,27 +1,25 @@
|
|
1 |
flask
|
2 |
flask-cors
|
|
|
|
|
|
|
3 |
numpy
|
4 |
-
pandas
|
5 |
-
scikit-learn
|
6 |
-
tensorflow
|
7 |
-
torch
|
8 |
transformers
|
9 |
-
|
10 |
-
opencv-python
|
11 |
-
nltk
|
12 |
spacy
|
13 |
-
beautifulsoup4
|
14 |
-
requests
|
15 |
python-dotenv
|
16 |
-
|
17 |
-
|
18 |
-
folium
|
19 |
-
selenium
|
20 |
-
webdriver-manager
|
21 |
pdf2image
|
22 |
pytesseract
|
23 |
-
|
24 |
-
|
25 |
-
|
|
|
|
|
|
|
26 |
tqdm
|
27 |
-
|
|
|
|
|
|
|
|
1 |
flask
|
2 |
flask-cors
|
3 |
+
gunicorn
|
4 |
+
geopy
|
5 |
+
Pillow
|
6 |
numpy
|
|
|
|
|
|
|
|
|
7 |
transformers
|
8 |
+
torch
|
|
|
|
|
9 |
spacy
|
|
|
|
|
10 |
python-dotenv
|
11 |
+
requests
|
12 |
+
python-magic
|
|
|
|
|
|
|
13 |
pdf2image
|
14 |
pytesseract
|
15 |
+
scikit-learn
|
16 |
+
pandas
|
17 |
+
nltk
|
18 |
+
beautifulsoup4
|
19 |
+
lxml
|
20 |
+
python-dateutil
|
21 |
tqdm
|
22 |
+
joblib
|
23 |
+
huggingface-hub
|
24 |
+
sentence-transformers
|
25 |
+
PyMuPDF==1.23.8
|