HackIllinois 2021 project: using OpenCV to detect visual cues to see if someone is speaking or not, then muting or unmuting their microphone accordingly.
- have python3 installed
- download the github files to a repository
- install dlib for python, there are countless resources for this on the web
- install OpenCV-Python
- extra installations
pip install --upgrade imutils
pip install opencv-contrib-python
pip install pywin32
- in order to launch the app, run RUNME from the directory:
python RUNME.py
- have python3 installed
- download the github files to a repository
- install dlib for python, there are countless resources for this on the web
- install OpenCV-Python
- extra installations
pip3 install imutils
pip install opencv-contrib-python
- in order to launch the app, run RUNME from the directory:
python RUNME.py