Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```