Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
|
|
| 1 |
PyPDF2==3.0.1
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
spacy
|
| 5 |
pyspellchecker
|
|
|
|
|
|
| 1 |
+
streamlit
|
| 2 |
PyPDF2==3.0.1
|
| 3 |
+
nltk==3.9.1
|
| 4 |
+
spacy==3.8.2
|
|
|
|
| 5 |
pyspellchecker
|
| 6 |
+
en-core-web-sm @ https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.8.0/en_core_web_sm-3.8.0-py3-none-any.whl
|