Skip to content

LostBeard/BlazorWASMRealTime2DTo2DZ

Repository files navigation

BlazorWASMRealTime2DTo2DZ

In this demo, each webcam video frame is converted to 2D+Z using SpawnDev.BlazorJS.TransformersJS and 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 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.