Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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-dev

wget 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