Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jaymody/onnxruntime-web-example
- Owner: jaymody
- Created: 2023-11-16T02:38:09.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2023-11-16T03:09:04.000Z (12 months ago)
- Last Synced: 2023-11-16T04:23:22.028Z (12 months ago)
- Language: JavaScript
- Homepage: https://onnxruntime-web-example.vercel.app
- Size: 5.83 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```