Update with demo links (#1033)

This commit is contained in:
Dilshod Tadjibaev 2023-12-01 12:07:13 -06:00 committed by GitHub
parent 12911c3ad6
commit 4192490b88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -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.