Create requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
google-genai==1.5.0
|
2 |
+
google-generativeai==0.3.1
|
3 |
+
gradio
|
4 |
+
pydantic==2.10.6
|
5 |
+
pillow==10.2.0
|
6 |
+
python-dotenv
|
7 |
+
numpy==1.26.4
|
8 |
+
transformers
|
9 |
+
mediapipe
|
10 |
+
opencv-python
|