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
- Host: GitHub
- URL: https://github.com/birddevelper/wyna
- Owner: birddevelper
- License: mit
- Created: 2021-05-08T09:50:21.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-02-14T19:25:41.000Z (over 3 years ago)
- Last Synced: 2025-06-12T21:51:03.404Z (about 1 year ago)
- Topics: bot, detection, face, face-detection, face-recognition, facenet, facenet-model, facenet-trained-models, image-processing, python, tensorflow, voice-recognition
- Language: Python
- Homepage:
- Size: 47.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)
