Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 332 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 332 Bytes

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>