Skip to content

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.

Notifications You must be signed in to change notification settings

romeomatteo/pervasivesystemproject_public

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
 

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published