birddevelper / WYNA

WYNA is a tiny bot asking your name and remembers your face and your name on next encounter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WYNA

WYNA is a tiny bot. It asks your name and remembers your face and your name. Next time it sees you, it recognizes you.

It uses Face-net to extract features of people's face, you need to download facenet keras model from here.

Following packages needs to be installed :

pip install tensorflow == 2.1
pip install opencv-python
pip install numpy
pip install dlib
pip install scipy
pip install speech_recognition
pip install pyttsx3
pip install threading

Read More

Read more about WYNA here

Read more about FaceNet here

WYNA

About

WYNA is a tiny bot asking your name and remembers your face and your name on next encounter

License:MIT License


Languages

Language:Python 100.0%