This repository contains a collection of projects that utilize the OpenAI API for various purposes, from transcribing audio files to generating text.
Each subdirectory in this repository is a separate project with its own specific functionality and requirements.
Here is a list of the subprojects included in this repository:
This project transcribes an audio file and then corrects the transcription using an AI model. It uses the 'whisper-1' model from the OpenAI API for transcription and then processes the transcription to generate a corrected transcript. For more details, see the project's README.
All projects in this repository require the OpenAI Python library. You can install it with pip.
You will also need to supply an OpenAI API key. Refer to the OpenAI documentation for more details.