NeuralPi

Raspberry Pi guitar pedal using neural networks to emulate real amps and effects
Log | Files | Refs | Submodules | README

commit d047ae9bba671bd804b04adf7e1361fa964da433
parent 11ac4b4dfb5e9304b5e3b9282033632732ef9371
Author: Keith Bloemer <32459398+GuitarML@users.noreply.github.com>
Date:   Tue,  1 Feb 2022 13:25:16 -0600

Update README.md
Diffstat:
MREADME.md | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -1,5 +1,7 @@ # NeuralPi +[![CI](https://github.com/GuitarML/NeuralPi/actions/workflows/cmake.yml/badge.svg)](https://github.com/GuitarML/NeuralPi/actions/workflows/cmake.yml) [![License](https://img.shields.io/badge/License-GPL3-blue.svg)](https://opensource.org/licenses/GPL3-Clause) [![Downloads](https://img.shields.io/github/downloads/GuitarML/NeuralPi/total)](https://somsubhra.github.io/github-release-stats/?username=GuitarML&repository=NeuralPi&page=1&per_page=30) + NeuralPi is a guitar pedal using neural networks to emulate real amps and pedals on a Raspberry Pi 4. The NeuralPi software is a VST3 plugin built with JUCE, which can be run as a normal audio plugin or cross-compiled to run on the Raspberry Pi 4 with [Elk Audio OS](https://elk.audio/). The NeuralPi includes model selection, EQ, and gain/volume controls from a remote instance of the plugin over WiFi. The pedal runs high quality amp/pedal models on an economical DIY setup, costing around $120 for hardware to build yourself. <br> Check out a video demo on [YouTube](https://www.youtube.com/watch?v=_3zFD6h6Wrc)<br> Check out the step by step build guide published on [Towards Data Science](https://towardsdatascience.com/neural-networks-for-real-time-audio-raspberry-pi-guitar-pedal-bded4b6b7f31)