Create requirement.txt
Browse files- requirement.txt +9 -0
requirement.txt
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
google-generativeai
|
2 |
+
PyMuPDF
|
3 |
+
streamlit
|
4 |
+
spacy
|
5 |
+
transformers
|
6 |
+
python-docx
|
7 |
+
nltk
|
8 |
+
dateparser
|
9 |
+
en-core-web-sm @ https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.5.0/en_core_web_sm-3.5.0-py3-none-any.whl
|