Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aratan/tensorflow_raspberry
install tensorflow in raspberry pi3
https://github.com/aratan/tensorflow_raspberry
ipfs pubsub python raspberry-pi tensorflow
Last synced: 5 days ago
JSON representation
install tensorflow in raspberry pi3
- Host: GitHub
- URL: https://github.com/aratan/tensorflow_raspberry
- Owner: aratan
- Created: 2017-12-02T13:42:17.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-03T09:03:57.000Z (about 2 years ago)
- Last Synced: 2024-11-19T08:19:51.030Z (2 months ago)
- Topics: ipfs, pubsub, python, raspberry-pi, tensorflow
- Language: Shell
- Homepage:
- Size: 3.91 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tensorflow_raspberry
## Ideas:
Sería genial que tome datos de un sensor directamente o por medio de un arduino y meterlo en
un sistema de colas distribuidos como que te provee IPFS como PubSub.# install tensorflow in raspberry pi3 python3
git clone https://github.com/aratan/tensorflow_raspberry.git
cd tensorflow_raspberry
sudo ./install.sh#if you have error
sudo apt-get remove python3 python3-devwget https://www.python.org/ftp/python/3.5.4/Python-3.5.4.tar.xz
tar xvf Python-3.5.4.tar.xz
cd Python-3.5.4
./configure
make -j4
sudo make install
sudo cp /usr/local/bin/pip3 /usr/bin
sudo ln -s /usr/local/bin/python3.5 /usr/bin/python3