6

I wan't to know if TensorFlow (http://tensorflow.org/) can be used on the Raspberry Pi both the Python API and the C++?

Ghanima
  • 15,958
  • 17
  • 65
  • 125

2 Answers2

11

There's now a python package available for Tensorflow on RaspberryPi aptly called, tensorflow-on-raspberry-pi.

2

You do not need to use the above link. you can directly install latest tensorflow on any raspberry pi (ARMV7) device from here:

http://ci.tensorflow.org/view/Nightly/job/nightly-pi-python3/lastSuccessfulBuild/

Mostafa
  • 136
  • 3