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