Go to file
2024-04-16 16:12:35 -04:00
README.md Build instructions 2024-04-16 16:12:35 -04:00
requirements.txt Build instructions 2024-04-16 16:12:35 -04:00
wazowski.py NoneType Error 2024-04-16 13:33:27 -04: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

virtualenv Wazowski --python=python3.9.9
source Wazowski/bin/activate
pip install -r requirements.txt

Usage

python3 wazowski.py -i {meeting_video_recording} -o {meeting_summary_output}

Build

python3 -m pyinstaller --onefile -n Wazowski wazowski.py