Spaces:
Sleeping
Sleeping
Commit
·
b17c1d7
1
Parent(s):
0eb636f
Added a requirements file
Browse files- requirements.txt +13 -0
requirements.txt
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
bertopic
|
2 |
+
faiss_cpu
|
3 |
+
gradio
|
4 |
+
numpy
|
5 |
+
pandas
|
6 |
+
pdf2image
|
7 |
+
pdfplumber
|
8 |
+
plotly
|
9 |
+
pytesseract
|
10 |
+
scikit_learn
|
11 |
+
sentence_transformers
|
12 |
+
transformers
|
13 |
+
umap_learn
|