EVA is a speaker recognition and voice shortcut system.
- Users can register various functions supported by AI speakers with their own shortcut keys.
- By distinguishing the speaker based on the voice, the same setence pronounced by each user performs different functions.
Please feel free to give us any feedback or feature requests by opening an issue.
If you wish to contribute to our project, please please do not hesitate to contact us.
- Python3 - Python is an interpreted, high-level, general-purpose programming language.
- Flask - Flask provides you with tools, libraries and technologies that allow you to build a web application.
- Pytorch - An open source machine learning framework that accelerates the path from research prototyping to production deployment.
Docker is required if you wish to develop by yourself.
- Clone or download the repo.
docker build -t IMAGE_NAME PATH
docker run -d -p CONTAINER_PORT:HOST_PORT --name CONTAINER_NAME IMAGE_NAME
- Min Woo Kim - ML engineer - JoeyValentine
- Kyu Yeon Lee - ML engineer - Destructions
- Ina Song Server engineer - ina-uzu
- Joohan Lee Server engineer - joohan1030
This project is licensed under the MIT License - see the LICENSE.md file for details