Spaces:
Build error
Build error
Anupam251272
commited on
Commit
•
fd72f5c
1
Parent(s):
a80518d
Create requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio
|
2 |
+
torch
|
3 |
+
spacy
|
4 |
+
nltk
|
5 |
+
PyPDF2
|
6 |
+
numpy
|
7 |
+
pandas
|
8 |
+
sentence-transformers
|
9 |
+
scikit-learn
|