daniilkrant / GoogleMeetFloodFinder

App to track how much who is talking on Google Meeet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Google Meet Flood Finder

Sometimes it is pretty hard to detect who is talking too much on meetings.

This application uses MSS to take a screenshot of Google Meet every second, OpenCV to find an active speaker and Tesseract to OCR his name.
During meeting and after meeting close it will show you a detailed statistic.

Libs

App uses OCR to get information about current speaker, so you need to install it:
# $ sudo apt install tesseract-ocr

All Python libs can be installed by executing:
pip install -r requirements.txt

About

App to track how much who is talking on Google Meeet


Languages

Language:Python 100.0%