/VAEsemane_RasPi

Robots in Musical Improvisation aka VAEsemane on Raspberry Pi

Primary LanguagePythonGNU Lesser General Public License v3.0LGPL-3.0

VAEsemane for Raspberry Pi

What you need

How to build this

  1. Install Raspian on your Raspberry Pi using this documentation. In case you don't have a keyboard and screen, make sure you enable ssh before installing Raspian by putting an empty ssh file in the boot folder on the SD card. Also, the NOOBS download comes with different OS, you have to manually delete all other OS, so installation jumps straight to the installation of Raspian.

  2. Add at least to 2GB of swap to your Raspi by changing /etc/dphys-swapfile

# change swap size in dphys-swapfile so it maches your desired swap size 
# using your favorite editor, here we use vim.tiny
sudo vim.tiny /etc/dphys-swapfile

# reboot so changes take effect
sudo reboot
  1. Install needed libraries --> ToDo, coming soon