All Projects → stantonious → ss-apps

stantonious / ss-apps

Licence: GPL-3.0 License
Applications for audio inference at the edge on a raspberry-pi

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects
HTML
75241 projects
CSS
56736 projects

A full set of software and tools to run the YAMNet (https://github.com/tensorflow/models/tree/master/research/audioset/yamnet) audio inference model on a Raspberry Pi 4b with SEEED 4 mic hat (https://wiki.seeedstudio.com/ReSpeaker_4_Mic_Array_for_Raspberry_Pi/)

To Setup

# Branch is either master or neosensory (for Buzz capability)
cd /tmp
wget https://raw.githubusercontent.com/stantonious/ss-apps/<branch>/setup/scripts/ss-setup.sh
chmod +x ss-setup.sh
./ss-setup.sh

To Install apps

pip install git+https://[email protected]/stantonious/ss-apps.git#subdirectory="pi-core"

pip install git+https://[email protected]/stantonious/ss-apps.git#subdirectory="pi-apps/br"

pip install git+https://[email protected]/stantonious/ss-apps.git#subdirectory="pi-apps/inf"

pip install git+https://[email protected]/stantonious/ss-apps.git#subdirectory="pi-web/inf_gui"

pip install git+https://[email protected]/stantonious/ss-apps.git#subdirectory="pi-svc/audio_playback"

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].