Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +19 -0
requirements.txt
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio
|
2 |
+
torch
|
3 |
+
torchvision
|
4 |
+
transformers
|
5 |
+
langchain
|
6 |
+
langchain-community
|
7 |
+
langchain-huggingface
|
8 |
+
sentence-transformers
|
9 |
+
faiss-cpu
|
10 |
+
python-docx
|
11 |
+
docx2txt
|
12 |
+
opencv-python
|
13 |
+
timm
|
14 |
+
numpy
|
15 |
+
pandas
|
16 |
+
scikit-learn
|
17 |
+
matplotlib
|
18 |
+
Pillow
|
19 |
+
rank_bm25
|