Spaces:
Sleeping
Sleeping
gseetha04
commited on
Commit
·
96d9143
1
Parent(s):
5fcdc9c
requiremen
Browse files- .DS_Store +0 -0
- requirements.txt +15 -0
.DS_Store
ADDED
|
Binary file (6.15 kB). View file
|
|
|
requirements.txt
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
numpy==1.20.1
|
| 2 |
+
cython
|
| 3 |
+
pandas
|
| 4 |
+
scikit_learn==1.2.0
|
| 5 |
+
streamlit==1.14.0
|
| 6 |
+
torch==1.7.1
|
| 7 |
+
transformers==4.23.1
|
| 8 |
+
huggingface-hub==0.11.0
|
| 9 |
+
wget==3.2
|
| 10 |
+
zipfile36
|
| 11 |
+
pdfplumber
|
| 12 |
+
nltk
|
| 13 |
+
PyPdf2
|
| 14 |
+
gitpython
|
| 15 |
+
xlsxwriter
|