Skip to content

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

License

Notifications You must be signed in to change notification settings

birddevelper/WYNA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 

Repository files navigation

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