mbartling / uTensor-cli

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

uTensor-CLI

Introduction

uTensor is an extremely light-weight Deep-Learning Inference framework built on mbed and Tensorflow. uTensor-cli translates your .proto files into models which can be imported into existing mbed projects.

This project is under going constant development.

Requirement

  • Python
  • Mbed CLI
  • Tensorflow
  • Mbed-os 5.6+ compatible boards with at least 256kb of RAM
  • SD Card (Must be LESS than 32 GB)
  • SD Card reader for the board (Optional if built into the board)

Finding your target name

mbed detect to see which target is connect to the board

mbedls -l to list all supported targets

Using uTensor-cli

python utensor/utensor.py graph_out/quantized_graph.pb

About

License:Apache License 2.0


Languages

Language:Python 75.7%Language:C++ 24.3%