mirror of https://github.com/tracel-ai/burn.git
Update with demo links (#1033)
This commit is contained in:
parent
12911c3ad6
commit
4192490b88
|
@ -1,5 +1,8 @@
|
|||
# Image Classification Web Demo Using Burn and WebAssembly
|
||||
|
||||
[![Live Demo](https://img.shields.io/badge/live-demo-brightgreen)](https://antimora.github.io/image-classification/)
|
||||
|
||||
|
||||
## Overview
|
||||
|
||||
This demo showcases how to execute an image classification task in a web browser using a model
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# MNIST Inference on Web
|
||||
|
||||
[![Demo up](https://img.shields.io/badge/demo-up-brightgreen)](https://burn-rs.github.io/demo)
|
||||
[![Live Demo](https://img.shields.io/badge/live-demo-brightgreen)](https://burn.dev/demo)
|
||||
|
||||
This crate demonstrates how to run an MNIST-trained model in the browser for inference.
|
||||
|
||||
|
|
Loading…
Reference in New Issue