An open API service indexing awesome lists of open source software.

https://github.com/birddevelper/wyna

WYNA is a tiny bot asking your name and remembers your face and your name on next encounter
https://github.com/birddevelper/wyna

bot detection face face-detection face-recognition facenet facenet-model facenet-trained-models image-processing python tensorflow voice-recognition

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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](https://www.mediafire.com/file/2gtjcz6ig9jsjyn/facenet_keras.h5/file).

Following packages needs to be installed :

```shell
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](https://mshaeri.com/blog/wyna-wants-to-know-you/)

[Read more about FaceNet here](https://mshaeri.com/blog/how-facenet-works-how-to-work-with-facenet/)

![WYNA](https://mshaeri.com/blog/wp-content/uploads/2021/05/Robot_with_FaceNet3-825x510.jpg)