Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/egorsmkv/lang-detector-bot
Telegram bot for language detection from Voice based on Silero VAD
https://github.com/egorsmkv/lang-detector-bot
Last synced: 25 days ago
JSON representation
Telegram bot for language detection from Voice based on Silero VAD
- Host: GitHub
- URL: https://github.com/egorsmkv/lang-detector-bot
- Owner: egorsmkv
- Created: 2021-07-14T20:09:46.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-07-20T15:40:49.000Z (over 3 years ago)
- Last Synced: 2024-08-09T13:15:26.257Z (3 months ago)
- Language: Python
- Size: 14.9 MB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Telegram Bot: Language detection based on Silero VAD
This is a repository with demonstration code that uses [the Silero VAD Language Classifier](https://github.com/snakers4/silero-vad).
### How to run
Install dependencies and enter the python environment:
```
pipenv install
pipenv shell
```Run the bot:
```
export TOKEN="...."
python bot.py
```