https://drive.google.com/drive/folders/1VyZL9FkwT4XRGG2nZrhkJouBuYHg9QAh?usp=sharing
Using Conda:
conda create -n my-env.
conda activate my-env.
If you want to install from conda-forge --> conda config --env --add channels conda-forge.
The actual install command --> conda install numpy.
Using PiP:
pip install numpy.
Make sure you are using latest version of pip
Option 1 - Main modules package: pip install opencv-python.
Option 2 - Full package (contains both main modules and contrib/extra modules): pip install opencv-contrib-python (check contrib/extra modules listing from OpenCV documentation).
Option 3 - Headless main modules package: pip install opencv-python-headless.
Option 4 - Headless full package (contains both main modules and contrib/extra modules): pip install opencv-contrib-python-headless .
pip install pygame.
'fist': 'Play/Unpause'
'five': 'Pause'
'none': 'Do Nothing'
'okay': 'Increase Volume'
'peace': 'Decrease Volume'
'rad': "Load Song"
'straight': "Stop" "thumbs":"NA"