Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/azkadev/speech_to_text_telegram_bot_dart
Speech To Text Telegram Bot Dart
https://github.com/azkadev/speech_to_text_telegram_bot_dart
dart openai speech-to-text telegram whisper whisper-dart
Last synced: 2 days ago
JSON representation
Speech To Text Telegram Bot Dart
- Host: GitHub
- URL: https://github.com/azkadev/speech_to_text_telegram_bot_dart
- Owner: azkadev
- Created: 2022-12-05T20:01:09.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-13T05:34:10.000Z (9 months ago)
- Last Synced: 2025-01-13T12:17:27.915Z (9 days ago)
- Topics: dart, openai, speech-to-text, telegram, whisper, whisper-dart
- Language: Dart
- Homepage:
- Size: 29.3 KB
- Stars: 364
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Speech To Text Telegram Bot Dart
Telegram Speech to Text Bot Menggunakan library [Whisper-Dart](https://github.com/azkadev/whisper_dart) Full Offline Unlimited Transcribe without any api key
https://user-images.githubusercontent.com/82513502/205732223-1b624a0c-3e03-4621-9a88-daeabbc1381e.mp4
## Cara run
1. CLone dlu
```bash
git clone https://github.com/azkadev/speech_to_text_telegram_bot_dart
cd speech_to_text_telegram_bot_dart
```2. download package dahulu
```bash
dart pub get
```3. Download model dan compile whisper_cpp [Whisper-Dart](https://github.com/azkadev/whisper_dart)
```c
└── whisper_dart
├── place_whisper_model_and_shared_library_here
├── whisper.bin
└── whisper.so
```4. run
```bash
dart run bin/speech_to_text_telegram_bot_dart.dart --token_bot="token" --api_id="telegram_api_id" --api_hash="telegram_api_hash"
```