Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 1.47 KB

README.md

File metadata and controls

39 lines (31 loc) · 1.47 KB

Pervasive Systems Project - Big Ear 2.0

The repository contains the code about the system developed for the pervasive systems course (Politecnico di Milano). It includes the code running on Raspberry pi, the RESTful server and a simple web application.

Usage

  • Raspberry Pi
    • Before everything, follow this guide in order to install everything is needed: ReSpeaker wiki
    • Activate virtual environment create in the previous step
    • Inside code execute kws_doa.py
pi@raspberrypi:~ $ source ~/env/bin/activate
(env) pi@raspberrypi:~ $ cd ~/code
(env) pi@raspberrypi:~/code $ python kws_doa.py 

Code Structure

The code uses gstreamer-like elements which can be linked together as an audio pipeline.

The topology is:

Source --> ChannelPicker --> KWS
  |                           |
  V                           V
 DOA           Google Speech Recognition Service