Accidentally removed MD files

This commit is contained in:
Pat Wendorf 2024-06-21 12:53:08 -04:00
parent 69d269d2f0
commit f8c7d09a59
2 changed files with 23 additions and 1 deletions

1
.gitignore vendored
View file

@ -11,7 +11,6 @@ __pycache__/
# No audio files or summaries
*.wav
*.md
*.tns
# Distribution / packaging

23
README.md Normal file
View file

@ -0,0 +1,23 @@
# 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.