/iot-tensorflow-lite

Code and demo for my Tools in Action about Tensorflow Lite for IoT

Primary LanguageCMIT LicenseMIT

Tools-in-Action: Tensorflow Lite for IoT

Code and demo for my Tools in Action about Tensorflow Lite for IoT

Slides

Slides with instruction are available on speakerdeck or in this repo

Setup your environnement

Requirements

python3 --version
pip3 --version
virtualenv --version

Create a virtualenv and install Tensorflow

virtualenv --system-site-packages -p python3 ./venv
source ./venv/bin/activate
pip install --upgrade pip
pip install --upgrade tensorflow=2.0

Check you setup is correct

python -c "import tensorflow as tf;print(tf.reduce_sum(tf.random.normal([1000, 1000])))"

Notebooks

The notebooks used during the talk can be found there: