Spaces:
Running
Running
Create requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit>=1.31.0
|
2 |
+
opencv-python-headless>=4.8.0
|
3 |
+
PyAudio>=0.2.13
|
4 |
+
Pillow>=10.0.0
|
5 |
+
mss>=9.0.1
|
6 |
+
google-generativeai>=0.3.2
|
7 |
+
python-dotenv>=1.0.0
|
8 |
+
google-cloud-aiplatform>=1.38.1
|
9 |
+
streamlit-chat
|
10 |
+
streamlit-webrtc
|