KostasEreksonas / Audio-transcriber

Simple Python audio transcriber using OpenAI's Whisper speech recognition model

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Audio-transcriber

Simple Python audio transcriber using OpenAI's Whisper speech recognition model

Table of Contents

Instructions

  1. Install required packages with pip

pip install -r requirements.txt

  1. Run a program with Python3

python3 transcriber.py -u, --url <URL>

About

Simple Python audio transcriber using OpenAI's Whisper speech recognition model

License:MIT License


Languages

Language:Python 100.0%