Skip to content

boengkar2020/ElechouseVR3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elechouse Voice Recognition

This guide for using Elechouse Voice Recognation with python. I recommend for use virtualenv.

  1. Install virtualenv

$ sudo apt-get install virtualenv

  1. Clone ElechouseVR3 project

$ git clone https://github.com/boengkar2020/ElechouseVR3.git

  1. Create virtual enviroment

$ cd ElechouseVR3

$ virtualenv -p python3 venv

$ source venv/bin/activate

  1. Install pyserial

(venv) $ pip install pyserial

Now you can run train.py for record command voice.

(venv) $ python train.py -r 0 -s On /dev/ttyUSB0

follow instruction on the screen until success

(venv) $ python train.py -r 1 -s Off /dev/ttyUSB0

follow instruction on the screen until success

Actualy you can add more command voice (please read user manual module).

Run example.py for receive command voice

(venv) $ python example.py

About

Python protocol for Elechouse Voice Recognation Versi 3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages