Skip to content

Face recognition and speech wake up for esp-eye

Pre-release
Pre-release
Compare
Choose a tag to compare
@XiaochaoGONG XiaochaoGONG released this 03 Jan 13:23
· 281 commits to master since this release

This is a pre-release for esp-eye.

New Functionalities

  • Face recognition based on face detection
  • Enrollment of face ids in Flash
  • Displaying images in web browser
  • Speech wake-up

Supported Development Boards

The series of development boards with esp32 chip are compatible with the algorithm, but some peripherals, e.g. camera, digital microphone, etc, are required to get data. ESP-EYE is specially designed for face recognition and speech wake up task.

New Examples

  • Camera Web Server
  • Recognition Solution

Binary File

The binary file is for the Recognition Solution, flash address is 0x0000.

Get This Release

git clone -https://github.com/espressif/esp-who.git
cd esp-who
git checkout v0.9.0
git submodule update --init --recursive