Builds with Raspberry Pi and Go. How it works:
About Nalivator (russian) - https://habrahabr.ru/post/327220/
Speech synthesis - https://speechkit.yandex.com/dev
Here is a principial scheme of pump connection.
- Install Golang
- Install govendor:
go get -u github.com/kardianos/govendor
- Get the source:
go get github.com/fote/nalivator9000
- Now compile:
cd $GOPATH/src/github.com/fote/nalivator9000 && go build -v