Create requirements.txt
Browse files- requirements.txt +18 -0
requirements.txt
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
# Core
|
3 |
+
datasets
|
4 |
+
pyspark
|
5 |
+
tqdm
|
6 |
+
gensim
|
7 |
+
numpy
|
8 |
+
scikit-learn
|
9 |
+
|
10 |
+
# Vector indexing
|
11 |
+
faiss-cpu
|
12 |
+
|
13 |
+
# UI
|
14 |
+
gradio
|
15 |
+
|
16 |
+
# Optional: For image display/future reranking
|
17 |
+
Pillow
|
18 |
+
openai
|