Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 505 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 505 Bytes

samejs

Streaming Audio Models Examples in JS

Key concepts

  1. Simplicity
  2. Understandable for ML engineers who wants to provide their models to Web
  3. Understandable for frontenders who wants to provide some ML models to Web

How to provide models to web?

  1. ONNXRuntime Web
  2. WASM via emscripten (CPP / C)
  3. WASM via wasm-pack (Rust)