Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 837 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 837 Bytes

Video and Audio to Text Converter

Overview

This is a macOS App that converts video and audio files to text using OpenAI's GPT-3.5 language model for natural language processing. The script supports the following formats:

Video: mp4, mov

Audio: m4a, mp3, mp4, mpeg, mpga, wav, webm

The code for this script was generated using the ChatGPT language model, which accounts for over 90% of the code.

Prerequisites Before running the app, you need to have an API key for OpenAI's GPT-3.5 language model. You can sign up for the OpenAI API here.

Once you have your API key, you need to set it as an environment variable with the following command:

replace kOpenAIApi = "your api"

very simple but powerful app

image