Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samjabrahams/tensorflow-on-raspberry-pi
TensorFlow for Raspberry Pi
https://github.com/samjabrahams/tensorflow-on-raspberry-pi
machine-learning raspberry-pi tensorflow
Last synced: 6 days ago
JSON representation
TensorFlow for Raspberry Pi
- Host: GitHub
- URL: https://github.com/samjabrahams/tensorflow-on-raspberry-pi
- Owner: samjabrahams
- License: other
- Created: 2016-03-12T06:26:47.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-11-08T18:48:00.000Z (about 6 years ago)
- Last Synced: 2024-11-21T03:26:06.060Z (22 days ago)
- Topics: machine-learning, raspberry-pi, tensorflow
- Language: Python
- Size: 263 MB
- Stars: 2,248
- Watchers: 180
- Forks: 496
- Open Issues: 73
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-tensorflow - Installing TensorFlow on Raspberry Pi 3 - TensorFlow compiled and running properly on the Raspberry Pi (Tutorials)
- Awesome-TensorFlow-Chinese - Installing TensorFlow on Raspberry Pi 3 - TensorFlow compiled and running properly on the Raspberry Pi (教程 / 微信群)
- awesome-tensorflow - Installing TensorFlow on Raspberry Pi 3 - TensorFlow compiled and running properly on the Raspberry Pi (Tutorials)
- fucking-awesome-tensorflow - Installing TensorFlow on Raspberry Pi 3 - TensorFlow compiled and running properly on the Raspberry Pi (Tutorials)
README
# TensorFlow on Raspberry Pi
## It's officially supported!
As of TensorFlow 1.9, Python wheels for TensorFlow are being [officially supported](https://medium.com/tensorflow/tensorflow-1-9-officially-supports-the-raspberry-pi-b91669b0aa0). As such, this repository is no longer recommended for your TensorFlow on RPi needs; use the official sources!
## Pip installation
You can install the official wheel with the following commands, assuming you are using Raspbian 9:
```bash
sudo apt install libatlas-base-dev
pip3 install tensorflow
```[Check out the official TensorFlow website for more information.](https://www.tensorflow.org/install/install_raspbian)
---
It was a fun ride! With Raspberry Pi support now official, I will no longer be looking to update this repository. I'm sorry that I wasn't able to continue maintaining the repo as much as I wanted, but it was amazing watching the community continue to thrive.
-Sam