coqui-ai / STT-examples

🐸STT integration examples
https://github.com/coqui-ai/STT
Mozilla Public License 2.0
117 stars 45 forks source link

Add a simple WASM example #41

Closed Dexterp37 closed 2 years ago

Dexterp37 commented 2 years ago

This is a simple demo for the WASM version of STT, which does not require a bundler and fetches the WASM libstt directly from the latest Github release.

NPM is used to reduce the boilerplate by reusing an HTTP server and a file downloader\unzipper.

Note: npm download currently fails as the "1.4.0" is marked as pre-release.

Pull request guidelines

Welcome to the 🐸STT-examples project! We are excited to see your interest, and we appreciate your support!

This repository is governed by the Contributor Covenant Code of Conduct. For more details, see the CODE_OF_CONDUCT.md file.

Before accepting your pull request, you will be asked to sign a Contributor License Agreement.

This Contributor License Agreement:

reuben commented 2 years ago

Awesome!