Skip to content

Add audio transcription script using Faster Whisper #530

Description

@Syed-56
  1. There’s no script in this repo to quickly transcribe MP3 or WAV files to text using a fast, modern model.
  2. A Python script using Faster Whisper that transcribes audio files directly to text and outputs to console or file.
    • Original OpenAI Whisper (slower, may require audio conversion)
    • Other Python libraries like SpeechRecognition (less accurate or more setup)
    • Dependencies: Python 3.8+, pip install faster_whisper, ffmpeg installed
    • Usage: python audio_transcribe.py --file sample.mp3

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions