Skip to content

HackIllinois 2021 project: using OpenCV to detect visual ques to see if someone is speaking or not, then muting or unmuting their microphone accordingly.

Notifications You must be signed in to change notification settings

awandke/OpenCVUnmuteMe

Repository files navigation

OpenCVUnmuteMe

HackIllinois 2021 project: using OpenCV to detect visual cues to see if someone is speaking or not, then muting or unmuting their microphone accordingly.

How to run this project

windows

  • 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

mac

  • 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

About

HackIllinois 2021 project: using OpenCV to detect visual ques to see if someone is speaking or not, then muting or unmuting their microphone accordingly.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages