Skip to content

Instantly share code, notes, and snippets.

View ziligy's full-sized avatar

jeff greenberg ziligy

View GitHub Profile
@ziligy
ziligy / install_rasa_on_pi.sh
Last active August 12, 2021 18:32
shell script to install rasa v1.6.0 on raspberry pi raspbian/buster
# install_rasa_on_pi.sh
#
# use with raspian 2019-09-26-raspbian-buster.img
# tested with rasa 1.6.0
#
# standard update
sudo apt update && sudo apt upgrade -y