-
Notifications
You must be signed in to change notification settings - Fork 0
Technical Documentation
Toby Benjamin Clark edited this page Jul 19, 2023
·
9 revisions
MeMa3 Facial Recognition uses the cv2 and face_recognition library. The code is based on this example, and has been consolidated into the facial_recognition class in codebank/mema_facial_recognition.py.
MeMa3 Speech Recognition uses the SpeechRecognition library, to use this call the listen(callback: function command in mema_speech_recognition.py and provide a function to callback to. Currently issues regarding muting ALSA output in terminal.