Speech To Text Telegram Bot Dart

Telegram Speech to Text Bot Menggunakan library Whisper-Dart Full Offline Unlimited Transcribe without any api key

2022-12-06.02-58-33.mp4

Cara run

  1. CLone dlu

git clone https://github.com/azkadev/speech_to_text_telegram_bot_dart
cd speech_to_text_telegram_bot_dart
  1. download package dahulu
dart pub get
  1. Download model dan compile whisper_cpp Whisper-Dart

└── whisper_dart
    ├── place_whisper_model_and_shared_library_here
    ├── whisper.bin
    └── whisper.so
  1. run
dart run bin/speech_to_text_telegram_bot_dart.dart  --token_bot="token" --api_id="telegram_api_id" --api_hash="telegram_api_hash"

GitHub

View Github