Ryan2219 commited on
Commit
27df7ef
·
verified ·
1 Parent(s): 838b84c

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +18 -0
requirements.txt ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ gradio>=4.44.0
2
+
3
+ # --- LLM APIs ---
4
+ openai>=1.12.0
5
+ google
6
+ google-genai>=0.3.0
7
+
8
+ # --- Vector Database ---
9
+ chromadb>=0.5.0
10
+ sentence-transformers>=2.2.2
11
+
12
+ # --- Imaging ---
13
+ pillow>=10.0.0
14
+ matplotlib>=3.7.0
15
+
16
+ # --- Utilities ---
17
+ numpy>=1.24.0
18
+ requests>=2.31.0