Skip to content

Commit

Permalink
chore: update todos
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Nov 11, 2023
1 parent 859475f commit 9dee336
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,33 +16,36 @@ Platform:
## Todos

- [ ] GRPC server with [tonic](https://github.com/hyperium/tonic)
- [ ] Onnx Runtime
- [ ] Tokenizer
- [x] Onnx Runtime
- [x] Tokenizer
- [ ] Multiple OS support: Windows, Mac, Android, iOS, Linux Desktop (x86, x64), Embedded Linux (ARM).
- [ ] Flexible Configuration: Easily configurable via command-line parameters, including listening port, batch size,
thread count, and others.

## Usecases

- [ ] SearchEverywhere: Search for anything, anywhere, anytime.
- [ ] AutoComplete: Auto-complete your code, your life.
- [ ] Summarization: Summarize your text, your life.
- [ ] AutoComplete
- [ ] Summarization
- [ ] SpeechToText

## 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/)
- Raspberry Pi Classic

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)]
- Raspberry Pi Zero ? see in [inference_rpi](inference_rpi/README.md)
- 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 reason: See in [inference_rpi](inference_rpi/README.md)

## License

Expand Down

0 comments on commit 9dee336

Please sign in to comment.