# Overview - A lightweight, up to date speech recognizer in the browser with total brotlied (used by JSDelivr) size of **under a megabyte** (612 KB) - Live Demo (ASR in 20 languages): https://msqr1-github-io.pages.dev/Vosklet - Inspired by [vosk-browser](https://github.com/ccoreilly/vosk-browser) # Documentation - See [Documentation.md](Documentation.md) # Vosklet ... - Is regularly maintained - Support multiple models - Include model cache path management - Include model cache ID management (for updates) - Wraps all Vosk's functionaly # Basic usage (microphone recognition in English) - Using JsDelivr CDN - Result are logged to the console - Copied from [Examples/fromMic.html](Examples/fromMic.html) - **IMPORTANT:** Please see [Examples/README.md](Examples/README.md) ```html ```