whisper
Package — Generative AIPython 3.7+Advanced
OpenAI Whisper: speech-to-text transcription and translation
Quick Info
- Documentation
- Official Docs
- Python Version
- 3.7+
- Dependencies
- NumPy, torch, tqdm, more-itertools, tiktoken, numba
- Install
pip install openai-whisper
Learn by Difficulty
Quick Example
python
# Install: pip install openai-whisper import whisper # Basic whisper usage print(f"Using whisper") # See documentation for detailed examples
whisper is a third-party package. OpenAI Whisper: speech-to-text transcription and translation. Install with: pip install openai-whisper
Try in PlaygroundTags
packagegenerative-aiimage-generationspeechai