This repos a set of libraries and command line utilities for quickly interfacing with various LLMs
Repo URL: http://github.com/actuallyrizzn/process
The main workflow is controlled by a bash script process.sh
, which in turn calls several Python scripts and a bash script to complete specific tasks:
This Python script uses the OpenAI API's Audio.transcribe or optionally AssemblyAI's method to transcribe the audio file. It assumes that you have an OpenAI API key stored in a file named openai.api
.
This Python script uses the OpenAI API's Completion.create method to generate a summary of the transcribed text. It assumes that you have an OpenAI API key stored in a file named openai.api
.
- Clone the repository:
git clone http://github.com/actuallyrizzn/process.git
- Navigate to the cloned directory:
cd process
- Make sure you have the necessary dependencies installed. You can install the Python dependencies using pip:
pip install openai
- bash
- Python 3
- openai
Please replace <YouTube Video URL>
and <Destination Directory>
with the actual URL and directory when you use the script.