Skip to content

arnav-agg/UnmuteMe

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages