Skip to content

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

License

Notifications You must be signed in to change notification settings

KostasEreksonas/Audio-transcriber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Audio-transcriber

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

Table of Contents

Prerequisites

Python 3.10 was used to create a virtual environment for the script to run.

Instructions

  1. Create the virtual environment with python 3.10:

python3.10 -m venv .

  1. Activate the virtual environment:

source bin/activate

  1. Install required packages with pip

pip install -r requirements.txt

  1. Run a program with Python3

4.1. For v1: python3 transcriber.py -u, --url <URL>

4.2. For v2: ./transcriber -u <url>

Releases

No releases published

Packages

No packages published