Abdullah-Basar commited on
Commit
0caf38b
·
verified ·
1 Parent(s): ff23c82

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +12 -0
requirements.txt ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Install Gradio
2
+ gradio
3
+
4
+ # Install Groq (if the Groq package is publicly available via pip, otherwise follow the installation instructions from their documentation)
5
+ groq
6
+
7
+ # Install PyTorch
8
+ torch
9
+ torchvision
10
+
11
+ # Install Pillow (for image processing)
12
+ pillow