this is a set of scripts I hastily put together for linux that will process various types of input, and use LLM APIs to summarize them in various ways. Mostly unnecessary now that SDKs exist.
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:
transcribe.py
openai.api
.summarize.py
openai.api
.1. Clone the repository:
git clone http://github.com/actuallyrizzn/process.git
2. Navigate to the cloned directory:
cd process
3. Make sure you have the necessary dependencies installed. You can install the Python dependencies using pip:
pip install openai
---
Please replace
and
with the actual URL and directory when you use the script.