Git Product home page Git Product logo

esp-eye-speaker-verification's Introduction

ESP-EYE Speaker verification

DTW based Text-Dependent Speaker Verification realised for ESP-EYE (can be adapted for ESP32 based boards).

Requirements

ESP-IDF v3.3.1 is needed before building.
ESP-SR is included in components.

Cloning

git clone --recursive https://github.com/kasiim/ESP-EYE-speaker-verification.git

Building and flashing

For building use make.

make flash

or for faster building

make -j(number of cpu cores) flash

Usage

When device is programmed, it starts without any stored speakers.

Program consists of two device modes: Enrollment and verification mode.
When there are no stored speakers, device starts in enrollment mode. Otherwise device is started in verification mode.

ESP-EYE side button is multifunctional button which provides all controll functions needed.
Holding the button for 5 seconds in verification mode will change mode to enrollment mode.
Holding the button for 10 seconds in any mode deletes all stored speakers from system.

System outputs results and information over UART to USB.

Linux users can see output with following command, where in ttyUSBx, x is replaced with device number.

screen /dev/ttyUSBx 2000000

Enrollment mode

To enter enrollment mode from verification ESP-EYE side button must be held for 5 seconds. During enrollment mode, speaker model is created.
To enroll the phrase, multiple passes must be done.

Enrolling is simple. All that speaker needs to do is push and hold the button, speak the phrase and release the button.
This action must be repeated until program returns to verification mode.

Verification mode

During verification mode, device tries to verifiy if phrase that was detected belongs to any enrolled speakers. System detects phrases automatically and only interaction needed is saying the enrolled phrase.

Config

Config file is located at link: config.h
Config is quite self explainatory, audio settings should be left untouched.

Used libraries

esp-eye-speaker-verification's People

Contributors

kasiim avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.