Wazowski/README.md

24 lines
398 B
Markdown
Raw Normal View History

2024-04-16 17:07:19 +00:00
# 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}
```