ZanSara / precise

A lightweight, simple-to-use, RNN wake word listener

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Precise

A lightweight, simple-to-use, RNN wake word listener.

Fork of https://github.com/MycroftAI/mycroft-precise.

See their README for a more detailed description.

Supported OS

  • Linux (tested on Ubuntu)

Supported Python

  • >=3.10

Training

Installation

git clone https://github.com/mycroftai/mycroft-precise
cd mycroft-precise

sudo apt-get install -y \
    python3-pip \
    python3-dev \
    curl \
    libopenblas-dev \
    python3-scipy \
    libhdf5-dev \
    python3-h5py \
    portaudio19-dev \
    swig \
    libpulse-dev \
    libatlas-base-dev

python3 -m venv venv
source venv/bin/activate

# Now you can run binaries like:
precise-collect
# See the wiki for more.

How it Works

Precise uses just a single recurrent network, specifically a GRU.

Architecture Diagram

About

A lightweight, simple-to-use, RNN wake word listener

License:Apache License 2.0


Languages

Language:Python 99.0%Language:Dockerfile 1.0%