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 fairly easy to set up and use from the command line or in Python code, and it offers different model sizes for speed/accuracy trade-offs. It can process both audio files and live microphone input.