mirror of
https://github.com/patw/AudioSumma.git
synced 2025-09-05 04:00:19 +00:00
Accidentally removed MD files
This commit is contained in:
parent
69d269d2f0
commit
f8c7d09a59
2 changed files with 23 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -11,7 +11,6 @@ __pycache__/
|
||||||
|
|
||||||
# No audio files or summaries
|
# No audio files or summaries
|
||||||
*.wav
|
*.wav
|
||||||
*.md
|
|
||||||
*.tns
|
*.tns
|
||||||
|
|
||||||
# Distribution / packaging
|
# Distribution / packaging
|
||||||
|
|
23
README.md
Normal file
23
README.md
Normal 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.
|
||||||
|
|
Loading…
Add table
Reference in a new issue