Upload requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
streamlit
|
| 2 |
+
streamlit-webrtc
|
| 3 |
+
opencv-python-headless
|
| 4 |
+
mediapipe
|
| 5 |
+
tensorflow
|
| 6 |
+
protobuf==3.20.*
|
| 7 |
+
numpy
|
| 8 |
+
av
|