Skip to content

N16: bevmnist #381

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Dec 5, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added content/posts/newsletter-016/bevmnist.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 23 additions & 0 deletions content/posts/newsletter-016/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,29 @@ _Discussions:
[F1 Telemetry TUI]: https://github.com/aldidana/f1-telemetry-tui
[@aldidana]: https://github.com/aldidana

### [bevmnist][bevmnist-itch.io]

![demo of running inferences for all digits](bevmnist.gif)
_Running through all digits_

[bevmnist][bevmnist-itch.io] by [@FrancoisMockers] is a PoC for running
inferences from a neural network in a game made with [bevy], that can run in
WASM (source code on [github][bevmnist-github]).

Using [tract], the goal was to test running neural network inferences from a
game. [MNIST handwritten digits classification][MNIST] is the "hello world" of
neural networks, and has small enough networks available in [onnx] format that
can run in real time in WASM. This project also has github actions that will
build and release a [bevy] game to itch.io for Linux, macOS, Windows and WASM.

[bevmnist-github]: https://github.com/vleue/bevmnist
[bevmnist-itch.io]: https://vleue.itch.io/bevmnist-poc
[@FrancoisMockers]: https://twitter.com/FrancoisMockers
[MNIST]: http://yann.lecun.com/exdb/mnist/
[onnx]: https://onnx.ai
[bevy]: https://bevyengine.org
[tract]: https://github.com/sonos/tract

## Popular Workgroup Issues in Github

<!-- Up to 10 links to interesting issues -->
Expand Down