Spaces:
Build error
Build error
Create requirements.txt
Browse files- requirements.txt +6 -0
requirements.txt
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
streamlit>=1.32.0
|
| 2 |
+
PyPDF2>=3.0.0
|
| 3 |
+
python-docx>=1.0.0
|
| 4 |
+
transformers>=4.37.0
|
| 5 |
+
torch>=2.2.0
|
| 6 |
+
language-tool-python>=2.7.1
|