Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.
/ edged Public archive

[NONFUNCTIONAL] An Edge TPU driver written in Rust

Notifications You must be signed in to change notification settings

dragynfruit/edged

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Edged

A driver for Coral Edge TPU devices, written in Rust


This is meant to be an alternative to libedgetpu for people that hate dealing with Google's bloated garbage software. Edged has no dependency on TensorFlow, Flatbuffers, or Bazel whatsoever.

Our codebase is also a fraction of the size and doesn't have so much useless C++ complexity it's unmaintainable and needs to be reverse engineered.

Features

  • WAY smaller codebase
  • No dependency on any specific ML framework
  • Better performance

Usage

If you need M.2/PCIe support, install the Gasket kernel driver.

Then run this:

cargo add edged

This project is not owned or endorsed by Google in any way, shape, or form. Trademarks belong to their respective rights holders.

About

[NONFUNCTIONAL] An Edge TPU driver written in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages