24 lines
398 B
Markdown
24 lines
398 B
Markdown
|
# 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}
|
||
|
```
|