Ein Blog

Gesammelte Notizen

Install tensorflow on raspberry pi

08 Mai, 2017 | python

There is a goode guide from Sam Abrahams at https://github.com/samjabrahams/tensorflow-on-raspberry-pi

I tried: Installing from pip (easy) and it worked great.

So instead of repeating Sams steps go to his github page.

After you installed tensor flow correctly you try it. (see https://github.com/tensorflow/tensorflow/tree/master/tensorflow/contrib/pi_examples)

tensorflow/contrib/makefile/download_dependencies.sh
sudo apt-get install -y libjpeg-dev
wget https://storage.googleapis.com/download.tensorflow.org/models/inception_dec_2015_stripped.zip