An open API service indexing awesome lists of open source software.

https://github.com/easonlai/raspberry-pi3-tensorflow2

Installing TensorFlow 2.4 into Raspberry Pi 3 Model B
https://github.com/easonlai/raspberry-pi3-tensorflow2

raspberry raspberry-pi raspberry-pi-3 tensorflow2

Last synced: 12 days ago
JSON representation

Installing TensorFlow 2.4 into Raspberry Pi 3 Model B

Awesome Lists containing this project

README

          

# Installing TensorFlow 2.4 into Raspberry Pi 3 Model B

Please note that Raspberry Pi 3 Model B is using ARM based Cortex-A53 processor. It have specialized Tensorflow 2.4 package to facilitate installation.

1. Copy package file tensorflow-2.4.0-cp37-none-linux_armv7l.whl into your Raspberry Pi.
2. pip3 install tensorflow-2.4.0-cp37-none-linux_armv7l.whl. During installation, it will automatically download and install required dependency package as well.

Enjoy