Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kadu-v authored Jul 9, 2024
1 parent efe7784 commit f5e7499
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# BerryLite Micro
[![build](https://github.com/kadu-v/berrylite/actions/workflows/rust.yml/badge.svg?branch=develop)](https://github.com/kadu-v/berrylite/actions/workflows/rust.yml)
[![build](https://github.com/kadu-v/berrylite-micro/actions/workflows/rust.yml/badge.svg)](https://github.com/kadu-v/berrylite-micro/actions/workflows/rust.yml)

BerryLite Micro is the interpreter of TensorFlow model implemented entirely in Rust.
The interpreter is to execute [TensorFlow Lite](https://www.tensorflow.org/lite) models on micro controllers,
Expand Down Expand Up @@ -41,4 +41,4 @@ fn predict(input: f32) -> Result<f32> {

Ok(output.data[0])
}
```
```

0 comments on commit f5e7499

Please sign in to comment.