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