OpenAI Whisper

Whisper is an open-source speech recognition tool created by OpenAI. It can transcribe audio in many languages and also translate speech. Whisper can be used and implemented with Python and uses deep learning for speech recognition. It’s easy to use from the command line or in Python code, and it offers different model sizes for speed/accuracy tradeoffs. It can process both audio files and live microphone input.