Create requirements.txt
Browse files- requirements.txt +6 -0
requirements.txt
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
streamlit
|
| 2 |
+
openvino
|
| 3 |
+
numpy==1.26.4
|
| 4 |
+
moviepy==1.0.3
|
| 5 |
+
opencv-python-headless==4.10.0.84
|
| 6 |
+
streamlit-camera-input-live==0.2.0
|