Skip to content

jnjacobson/whispering-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

whispering-python

Python script to transcribe speech to text using OpenAI's transcription API.

Setup

Clone the repository

git clone https://github.com/jnjacobson/whispering-python.git

Add your OpenAI API key

Clone the .env.dist file to .env and add your OpenAI API key.

cp .env.dist .env

Install uv

curl -LsSf https://astral.sh/uv/install.sh | sh

Install system dependencies

sudo apt install libportaudio2 ffmpeg python3-tk python3-dev

Usage

uv run main.py

About

Python script to transcribe speech to text per openai whisper

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages