mikaelJ46 commited on
Commit
ad0b0b5
·
verified ·
1 Parent(s): b82befa

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +16 -0
requirements.txt CHANGED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Core Framework
2
+ gradio
3
+
4
+ # AI Services
5
+ google-generativeai
6
+ cohere
7
+ huggingface-hub
8
+
9
+ # Image Processing
10
+ Pillow
11
+
12
+ # Utilities
13
+ python-dotenv
14
+
15
+ # Optional but recommended
16
+ requests