Find a file
2024-06-21 12:53:08 -04:00
.gitignore Accidentally removed MD files 2024-06-21 12:53:08 -04:00
meetings.bat first commit 2024-06-21 12:52:10 -04:00
meetings.py first commit 2024-06-21 12:52:10 -04:00
meetings.sh first commit 2024-06-21 12:52:10 -04:00
README.md Accidentally removed MD files 2024-06-21 12:53:08 -04:00
requirements.txt first commit 2024-06-21 12:52:10 -04:00
sample.env first commit 2024-06-21 12:52:10 -04:00
summarize.py first commit 2024-06-21 12:52:10 -04:00

AudioSumma

Record your local audio and summarize it with whisper.cpp and llama.cpp! Open source, local on-prem transcription and summarization!

AudioSumma Installation

pip install -r requirements.txt

Configuration

Copy sample.env to .env and point your endpoint URLs for a working llama.cpp and whisper.cpp running in server/api mode.

Running

Run either meetings.bat or meetings.sh to start app.

Usage

Hit record to record your global audio, hit stop to save the wav file. Hit transcribe to transcribe all wav files collected into a single summary markdown document (with date stamp). Hit the Clean button to remove old wav files and transcripts.