Skip to content

cr8ivecodesmith/openai-transcribe-experiment

Repository files navigation

OpenAI Transcribe

POC for using OpenAI's audio transcribe functionality

OS Requirements

  • FFMpeg

Setup

Create an .env file containing your OpenAI API keys.

Usage Notes

If you have MP4 files, you can convert them first to MP3s with FFMpeg:

ffmpeg -i video.mp4 -q:a 0 -map a video_audio.mp3

Then start transcribing it with the tool:

python transcribe.py video_audio.mp3

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published