https://github.com/samdev-7/echo
A Discord bot that provides captions for voice calls
https://github.com/samdev-7/echo
Last synced: about 2 months ago
JSON representation
A Discord bot that provides captions for voice calls
- Host: GitHub
- URL: https://github.com/samdev-7/echo
- Owner: samdev-7
- License: mit
- Created: 2024-02-19T23:16:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-18T20:40:45.000Z (about 2 years ago)
- Last Synced: 2025-01-02T04:30:15.385Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 51.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Echo
A Discord bot that provides captions for voice calls
Echo is designed to work on lower-end hardware, self-hostable and accessible.
Captions are generated using a local [Vosk](https://alphacephei.com/vosk/) model, ensuring privacy and low latency.
Transcribed text is sent to the text channel, a [web interface](https://github.com/SamDev-7/EchoWeb) is also available for real time captioning.
## Commands
`/join` - Join the voice channel you are in, caption generation starts right away
`/leave` - Leave the voice channel you are in
## Demo

Disclaimer: This code is yet to be production ready. There is no authentication, do not use publicly.