Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
FlyingFathead committed Jun 1, 2024
1 parent ea8347c commit 3dd1a00
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,11 @@ The bot supports a broad range of media sites via `yt-dlp` ([listed here](https:

## Features

- πŸŽ₯ Processes media URLs from a variety of sources supported by `yt-dlp`.
- 🎡 Downloads audio using `yt-dlp` from supported sites.
- πŸ“² Can also receive Telegram audio messages as well as .mp3 and .wav files for transcription.
- πŸ€– Uses a local model from the `openai-whisper` package for transcription.
- πŸ–₯️ Automatically uses `GPUtil` to map out the best available CUDA-enabled GPU.
- πŸ“ Transcribes audio using OpenAI's Whisper model.
- πŸŽ₯ Downloads and processes media URLs from any source supported by `yt-dlp`.
- πŸ“² Can receive Telegram audio messages as well as .mp3 and .wav files for transcription.
- πŸ€– Uses a local Whisper model from the `openai-whisper` package for transcription (no API required!).
- πŸ–₯️ Automatically uses `GPUtil` to map out the best available CUDA-enabled local GPU.
- πŸ“ Transcribes audio using OpenAI's Whisper model (can be user-selected with `/model`).
- (see [openai/whisper](https://github.com/openai/whisper/) for more info)
- πŸ“„ Returns transcription in text, SRT, and VTT formats.
- πŸ”„ Handles concurrent transcription requests efficiently with async & task queuing.
Expand Down

0 comments on commit 3dd1a00

Please sign in to comment.