Initial Complete version
This commit is contained in:
23
README.md
Normal file
23
README.md
Normal 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}
|
||||
```
|
||||
Reference in New Issue
Block a user