Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +6 -4
requirements.txt
CHANGED
@@ -1,14 +1,16 @@
|
|
1 |
presidio-analyzer[transformers]
|
2 |
-
#presidio-analyzer[stanza]
|
3 |
presidio-anonymizer
|
4 |
streamlit
|
5 |
streamlit-tags
|
6 |
pandas
|
7 |
python-dotenv
|
8 |
-
|
|
|
9 |
torch
|
10 |
flair
|
11 |
-
|
|
|
|
|
|
|
12 |
#openai
|
13 |
-
spacy # added
|
14 |
#azure-ai-textanalytics
|
|
|
1 |
presidio-analyzer[transformers]
|
|
|
2 |
presidio-anonymizer
|
3 |
streamlit
|
4 |
streamlit-tags
|
5 |
pandas
|
6 |
python-dotenv
|
7 |
+
pypdf2
|
8 |
+
spacy
|
9 |
torch
|
10 |
flair
|
11 |
+
|
12 |
+
|
13 |
+
#presidio-analyzer[stanza]
|
14 |
+
#st-annotated-text
|
15 |
#openai
|
|
|
16 |
#azure-ai-textanalytics
|