Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ggirishg
/
phaseDetection
like
0
Sleeping
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
ggirishg
commited on
Jun 16, 2024
Commit
218ef70
·
verified
·
1 Parent(s):
d924929
Create setup.sh
Browse files
Files changed (1)
hide
show
setup.sh
+4
-0
setup.sh
ADDED
Viewed
@@ -0,0 +1,4 @@
1
+
pip install opencv-python
2
+
pip install streamlit
3
+
pip install mediapipe
4
+
pip install numpy