Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jaymody/onnxruntime-web-example

ONNX Runtime for Web example code.
https://github.com/jaymody/onnxruntime-web-example

Last synced: 7 days ago
JSON representation

ONNX Runtime for Web example code.

Awesome Lists containing this project

README

        

# ONNX Runtime Web Demo
A demo of [`onnxruntime-web`](https://www.npmjs.com/package/onnxruntime-web) using neural style-transfer on webcam inputs.

The model is taken from [here](https://github.com/onnx/models/tree/main/vision/style_transfer/fast_neural_style) (using the "Rain Princess" version).

A live demo can be found [here](https://onnxruntime-web-example.vercel.app).

### Usage
```bash
npm install
```

```bash
npm run dev
```

```bash
npm run build
npm run preview
```