Skip to content

Open-code-source/Google-Meet-Mute-Gesture

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google Meet Gesture Mute - Chrome Extension

This project is a chrome extension that allows you to mute the audio/video on Google Meet based on a gesture.

demo

Building the project

yarn
yarn build

To install the unpacked extension in chrome, follow the instructions here. Briefly, navigate to chrome://extensions, make sure that the Developer mode switch is turned on in the upper right, and click Load Unpacked. Then select the appropriate directory (the dist directory containing manifest.json);

Also, if you'd like to use your own training model from google teachable machine (the model has training images of only my face at this point), do replace the URL in src/constants.js and make sure to have the gesture classes match the values(MUTE_MIC and MUTE_VIDEO constants in src/constants.js).

Using the extension

Once the extension is installed, a popup will appear to grant access to the camera. After which you can use the extension however you like.

TODO

  • Configurable model URL from popup/setup page

Removing the extension

To remove the extension, click Remove on the extension page, or use the Remove from Chrome... menu option when right clicking the icon.

About

A chrome extension to mute the audio/video based on custom gestures

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.1%
  • HTML 2.9%