{"name":"Insanely Fast Whisper: Blazing-Fast Audio Transcription CLI","description":"Insanely Fast Whisper is an efficient command-line interface for transcribing audio files on-device using OpenAI's Whisper models. Powered by Hugging Face Transformers, Optimum, and Flash Attention 2, it delivers blazing-fast performance, capable of transcribing hours of audio in just minutes. This tool provides a streamlined and optimized solution for high-speed speech-to-text conversion.","github":"https://github.com/Vaibhavs10/insanely-fast-whisper","url":"https://osrepos.com/repo/vaibhavs10-insanely-fast-whisper","source":"osrepos.com","sourceDescription":"This repository profile is provided by osrepos.com, an open source repository discovery platform.","repositoryProfile":"https://osrepos.com/repo/vaibhavs10-insanely-fast-whisper","generatedFor":"open source discovery and AI-assisted research","markdown":"https://osrepos.com/repo/vaibhavs10-insanely-fast-whisper.md","json":"https://osrepos.com/repo/vaibhavs10-insanely-fast-whisper.json","topics":["whisper","audio transcription","speech recognition","machine learning","cli tool","python","flash attention"],"keywords":["whisper","audio transcription","speech recognition","machine learning","cli tool","python","flash attention"],"stars":null,"summary":"Insanely Fast Whisper is an efficient command-line interface for transcribing audio files on-device using OpenAI's Whisper models. Powered by Hugging Face Transformers, Optimum, and Flash Attention 2, it delivers blazing-fast performance, capable of transcribing hours of audio in just minutes. This tool provides a streamlined and optimized solution for high-speed speech-to-text conversion.","content":"## Introduction\n`insanely-fast-whisper` is a highly optimized command-line interface (CLI) for transcribing audio files using OpenAI's powerful Whisper models directly on your device. This project stands out for its incredible speed, capable of transcribing 150 minutes of audio in under 98 seconds when utilizing Whisper Large v3. It achieves this remarkable performance by integrating cutting-edge technologies such as Hugging Face Transformers, Optimum, and Flash Attention 2, making blazingly fast transcription a reality for developers and users alike.\n\n## Installation\nTo get started with `insanely-fast-whisper`, the recommended method is to use `pipx`. If you don't have `pipx` installed, you can install it first:\n\nbash\npip install pipx\n# or on macOS\nbrew install pipx\n\n\nThen, install `insanely-fast-whisper`:\n\nbash\npipx install insanely-fast-whisper\n\n\nIf you encounter issues with Python 3.11.XX parsing the version incorrectly, you can force the installation of the latest version:\n\nbash\npipx install insanely-fast-whisper --force --pip-args=\"--ignore-requires-python\"\n\n\n## Examples\nOnce installed, transcribing audio files is straightforward.\n\nTranscribe a file:\nbash\ninsanely-fast-whisper --file-name <filename or URL>\n\n*Note: For macOS users, remember to add `--device-id mps` flag.*\n\nUtilize Whisper-large-v3 with Flash Attention 2 for maximum speed:\nbash\ninsanely-fast-whisper --file-name <filename or URL> --flash True\n\n\nTranscribe using Distil-Whisper models:\nbash\ninsanely-fast-whisper --model-name distil-whisper/large-v2 --file-name <filename or URL>\n\n\nYou can also run it without a full installation using `pipx run`:\n\nbash\npipx run insanely-fast-whisper --file-name <filename or URL>\n\n\nFor a full list of options and their defaults, run `insanely-fast-whisper --help`.\n\n## Why Use It\n`insanely-fast-whisper` offers a compelling solution for anyone needing high-performance audio transcription. Its primary advantage is unparalleled speed, significantly reducing transcription times compared to standard Whisper implementations. The CLI is highly opinionated and optimized for NVIDIA GPUs and Apple Silicon (MPS), providing robust support across these platforms. It simplifies the process of leveraging advanced optimizations like Flash Attention 2 and various Whisper models, including Distil-Whisper, directly from your terminal. Whether you're a researcher, developer, or content creator, this tool provides an efficient and accessible way to convert speech to text with remarkable speed.\n\n## Links\n*   [GitHub Repository](https://github.com/Vaibhavs10/insanely-fast-whisper){:target=\"_blank\"}","metrics":{"detailViews":7,"githubClicks":14},"dates":{"published":null,"modified":"2026-02-18T20:01:07.000Z"}}