https://github.com/coqui-ai/stt-examples
🐸STT integration examples
https://github.com/coqui-ai/stt-examples
Last synced: 3 months ago
JSON representation
🐸STT integration examples
- Host: GitHub
- URL: https://github.com/coqui-ai/stt-examples
- Owner: coqui-ai
- License: mpl-2.0
- Created: 2021-03-04T04:44:16.000Z (over 4 years ago)
- Default Branch: r1.0
- Last Pushed: 2022-09-23T12:16:54.000Z (about 3 years ago)
- Last Synced: 2025-04-23T15:47:07.301Z (6 months ago)
- Language: Python
- Homepage: https://github.com/coqui-ai/STT
- Size: 1.32 MB
- Stars: 127
- Watchers: 9
- Forks: 48
- Open Issues: 9
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Coqui STT 1.0.x Examples
========================These are various examples on how to use or integrate 🐸STT using our packages.
It is a good way to just try out 🐸STT before learning how it works in detail, as well as a source of inspiration for ways you can integrate it into your application or solve common tasks like voice activity detection (VAD) or microphone streaming.
Contributions are welcome!
**Note:** These examples target 🐸STT **1.0.x** only. If you're using a different release, you need to go to the corresponding branch for the release:
* `v1.0.x `_
* `v0.9.x `_
* `v0.8.x `_
* `v0.7.x `_
* `v0.6.x `_
* `main branch `_**List of examples**
Python:
-------* `Microphone VAD streaming `_
* `VAD transcriber `_
* `Websocket-based server `_
* `Django streaming API `_JavaScript:
-----------* `FFMPEG VAD streaming `_
* `Node.JS microphone VAD streaming `_
* `Node.JS wav `_
* `Web Microphone Websocket streaming `_
* `Electron wav transcriber `_
* `Client-side, fully offline WebAssembly audio transcriber `_Windows/C#:
-----------* `.NET framework `_
* `Universal Windows Platform (UWP) `_.Java/Android:
-------------* `mozilla/androidspeech library `_
Nim:
----* `nim_mic_vad_streaming `_.
Help + Community
----------------1. `Github Discussions `_ - find and join open-ended community discussions related to 🐸STT-examples
2. `Gitter Chat `_ - the 🐸 Gitter rooms where you can chat with folks about 🐸STT-examples, get help, share ideas :)
3. `Github Issues `_ - If you ran into a specific error/problem, feel free to open an issue in the repo.