Overview
Whisper Transcriber transcribes audio into text using the amazing Whisper model from OpenAI. It supports both official OpenAI API and locally deployed Whisper models.
This simple tool is published for free for those who need to easily transcribe complex audio with OpenAI's Whisper models, all under your full control.
Usage
You can now use Whisper Transcriber tool either with official OpenAI API, or with locally deployed Whisper models.
With OpenAI API
- Register and obtain an OpenAI developer key from OpenAI (See video guide)
- Open Transcriber
- Type your key (If you wish this to be filled automatically, setup an environment variable
OPENAI_API_KEY
) - Select target language: See Dev Log for a full list of supported languages.
- Start recording or load existing audio files to transcribe!
With Locally Deployed Models (v0.5)
- Pick "Local" from dropdown to use locally deployed models.
- Pick a suitable model. Larger models run slower but are more accurate. Smaller models generally suffice.
- Pick a language or use "Auto" for automatic language detection.
- When picking from available models, it will automatically download the models to the executable folder.
If you want to speed up the process, you can download commonly used models from the download section of the website and place those model files yourself. See video guide for detail.
Supported Languages
- Catalan
- Chinese
- Czech
- Dutch
- English
- French
- German
- Indonesian
- Italian
- Japanese
- Korean
- Polish
- Portuguese
- Russian
- Spanish
- Swedish
- Turkish
- Ukrainian
Resources
- Download: https://methodox.itch.io/transcriber
- Audio Transcription Guide: https://platform.openai.com/docs/api-reference/audio
- Official API: https://platform.openai.com/docs/api-reference/audio
- Whisper Model: https://github.com/openai/whisper
- More from Methodox: https://methodox.itch.io/
If you enjoyed this AI tool, please also consider our Chat Gateway service - which enables you to quickly add an AI-enabled chat bot to your personal website! Visit official website for more!
Top comments (0)