Skip to content

Commit

Permalink
docs: add some links for spike of rpi runing
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Nov 10, 2023
1 parent 878ef38 commit 07fc28a
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 5 deletions.
8 changes: 3 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
[workspace]
members = [
"./inference_core",

"./inference_wasm",

"./inference_grpc",
"inference_core",
"inference_wasm",
"inference_grpc",
]
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# EdgeInference

[![Rust](https://github.com/unit-mesh/edge-inference/actions/workflows/rust.yml/badge.svg)](https://github.com/unit-mesh/edge-inference/actions/workflows/rust.yml)

EdgeInference is a gRPC-based server tailored for running ONNX models on edge devices, such as Android, iOS, or other
microcontroller units (MCUs).

Expand All @@ -25,6 +27,23 @@ Platform:
- [ ] AutoComplete: Auto-complete your code, your life.
- [ ] Summarization: Summarize your text, your life.

## Resources

### MCU

ToSpike

- [ ] Raspberry Pi Zero W, Flash: 512 MB, SRAM: 512 MB
- Official: [Raspberry Pi Zero W](https://www.raspberrypi.com/products/raspberry-pi-zero/)
- [Using Rust to Control a Raspberry Pi Zero W Rover](https://disconnected.systems/blog/rust-powered-rover/)

Not working:

- Arduino M0 Pro, Flash: 256 KB, SRAM: 32Kb
- Official: [Arduino M0 Pro](https://docs.arduino.cc/retired/boards/arduino-m0-pro)
- Rust's [cortex-m-quickstart](https://github.com/rust-embedded/cortex-m-quickstart)]


## License

This project is licensed under the MIT License, See [LICENSE](LICENSE) for the full license text.

0 comments on commit 07fc28a

Please sign in to comment.