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
- Host: GitHub
- URL: https://github.com/easonlai/raspberry-pi3-tensorflow2
- Owner: easonlai
- Created: 2021-04-19T16:17:39.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-19T16:49:47.000Z (about 5 years ago)
- Last Synced: 2025-02-25T23:31:19.699Z (over 1 year ago)
- Topics: raspberry, raspberry-pi, raspberry-pi-3, tensorflow2
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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