Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +14 -12
requirements.txt
CHANGED
@@ -1,12 +1,14 @@
|
|
1 |
-
streamlit
|
2 |
-
fastapi
|
3 |
-
pydantic
|
4 |
-
scipy==1.10.1
|
5 |
-
flair
|
6 |
-
presidio-analyzer
|
7 |
-
presidio-anonymizer
|
8 |
-
openai==0.28.1
|
9 |
-
pytesseract
|
10 |
-
pdf2image
|
11 |
-
PyPDF2
|
12 |
-
python-docx
|
|
|
|
|
|
1 |
+
streamlit
|
2 |
+
fastapi
|
3 |
+
pydantic
|
4 |
+
scipy==1.10.1
|
5 |
+
flair
|
6 |
+
presidio-analyzer
|
7 |
+
presidio-anonymizer
|
8 |
+
openai==0.28.1
|
9 |
+
pytesseract
|
10 |
+
pdf2image
|
11 |
+
PyPDF2
|
12 |
+
python-docx
|
13 |
+
pymongo
|
14 |
+
nltk
|