Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +5 -1
requirements.txt
CHANGED
@@ -1,7 +1,11 @@
|
|
1 |
-
streamlit
|
2 |
pandas
|
3 |
numpy
|
|
|
|
|
4 |
pdfminer.six
|
|
|
|
|
5 |
tensorflow
|
6 |
scikit-learn
|
|
|
7 |
nltk
|
|
|
|
|
1 |
pandas
|
2 |
numpy
|
3 |
+
re
|
4 |
+
pickle
|
5 |
pdfminer.six
|
6 |
+
pytesseract
|
7 |
+
pdf2image
|
8 |
tensorflow
|
9 |
scikit-learn
|
10 |
+
opencv-python-headless
|
11 |
nltk
|