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

https://github.com/lostbeard/blazorwasmrealtime2dto2dz

Blazor WebAssembly live 2D to 2D+Z conversion of webcam video using Transformers.js and TransformStream.
https://github.com/lostbeard/blazorwasmrealtime2dto2dz

blazor blazor-webassembly browser depth-estimation machine-learning real-time transformersjs

Last synced: 4 months ago
JSON representation

Blazor WebAssembly live 2D to 2D+Z conversion of webcam video using Transformers.js and TransformStream.

Awesome Lists containing this project

README

          

# BlazorWASMRealTime2DTo2DZ
In this demo, each webcam video frame is converted to 2D+Z using
[SpawnDev.BlazorJS.TransformersJS](https://github.com/LostBeard/SpawnDev.BlazorJS.TransformersJS) and
[TransformStream](https://developer.mozilla.org/en-US/docs/Web/API/TransformStream).

## TransformStream
The TransformStream interface of the Streams API represents a concrete implementation of the pipe chain transform stream concept.

## SpawnDev.BlazorJS.TransformersJS
This library wraps the awesome [Transformers.js](https://github.com/huggingface/transformers.js/) library,
which is a JavaScript library for running machine learning models in the browser. It provides a set of pre-trained
models that can be used for various tasks such as image classification, object detection, and more.