DIY robot bartender
October 29, 2017 ยท View on GitHub
Builds with Raspberry Pi and Go. How it works:
About Nalivator (russian) - https://habrahabr.ru/post/327220/
Speech synthesis - https://speechkit.yandex.com/dev
Scheme
Here is a principial scheme of pump connection.

How to build
- 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
