pico-tflmicro-sys

Crates.iopico-tflmicro-sys
lib.rspico-tflmicro-sys
version0.1.3
sourcesrc
created_at2024-04-02 08:38:51.440627
updated_at2024-04-02 09:19:06.598118
descriptionRust bindings of TensorFlow Lite for Microcontrollers for Raspberry Pi Pico
homepage
repositoryhttps://github.com/BjornTheProgrammer/pico-tflmicro-sys
max_upload_size
id1193332
size161,503
Bjorn Beishline (BjornTheProgrammer)

documentation

https://docs.rs/pico-tflmicro-sys/latest/pico_tflmicro_sys/

README

pico-tflmicro-sys

Rust bindings of TensorFlow Lite for Microcontrollers for Raspberry Pi Pico.

Why?

pico-tflmicro is a port the Raspberry Pi company created to run TensorFlow on their microcontrollers. To run TensorFlow natively on the pico with the best support and the fastest, it seemed best to create bindings for this project. pico-tflmicro-sys is intended to be bare bones and built on top of in order to provide the functionality you wish to have.

Installation

cargo add pico-tflmicro-sys

or

[dependencies]
pico-tflmicro-sys = { version="0.1.0" }

Features

Add the build feature if you want to build from scratch, otherwise this uses a prebuilt binary.

Commit count: 5

cargo fmt