tfledge

Crates.iotfledge
lib.rstfledge
version0.0.0
sourcesrc
created_at2024-05-20 03:24:57.984345
updated_at2024-05-20 03:24:57.984345
descriptionChalkydri TFLite and libedgetpu bindings
homepage
repository
max_upload_size
id1245378
size289,503
(frc4533-lincoln)

documentation

README

TFLedge

These are bindings to TensorFlow Lite (TFLite), a popular machine learning library, and libedgetpu, used to interact with Coral acceleration devices.

Only Coral devices are supported currently.


Raw bindings to the C code are generated with bindgen. The public interface is written by hand.

The raw bindings must be handled with care, as misuse can lead to memory bugs. Luckily, you probably don't need to work with those. And hopefully I will have taught that part by then.

Commit count: 0

cargo fmt