GenAIDevTOProd commited on
Commit
09f28a9
·
verified ·
1 Parent(s): a03beaf

Create requirements.txt

Browse files
Files changed (1) hide show
  1. 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