Initial Complete version

This commit is contained in:
Elizabeth Cray
2024-04-16 13:07:19 -04:00
commit 73c4c1171a
3 changed files with 137 additions and 0 deletions

23
README.md Normal file
View File

@@ -0,0 +1,23 @@
# Wazowski
Meeting transcription and summarization, all running in local models without sending any data to the cloud.
# Requirements
- Python 3.10 with virtualenv
- ffmpeg
# Installation
```bash
virtualenv Wazowski --python=python3.10
source Wazowski/bin/activate
pip install -r requirements.txt
python3 fetch_models.py
```
# Usage
```bash
python3 wazowski.py {meeting_video_recording}
```