From a546418bd2923dc9fb9528143a8289228ac4cec2 Mon Sep 17 00:00:00 2001 From: Elizabeth Cray Date: Tue, 16 Apr 2024 13:54:45 -0400 Subject: [PATCH] Buildability --- README.md | 9 +++++++-- requirements.txt | 1 + 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3799dee..08d0bca 100644 --- a/README.md +++ b/README.md @@ -13,11 +13,16 @@ Meeting transcription and summarization, all running in local models without sen virtualenv Wazowski --python=python3.9.9 source Wazowski/bin/activate pip install -r requirements.txt -python3 fetch_models.py ``` # Usage ```bash -python3 wazowski.py {meeting_video_recording} +python3 wazowski.py -i {meeting_video_recording} -o {meeting_summary_output} +``` + +# Build + +```bash +python3 -m nuitka --onefile --module-parameter=torch-disable-jit=yes wazowski.py ``` diff --git a/requirements.txt b/requirements.txt index f803c37..98f0292 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,3 +2,4 @@ openai-whisper @ git+https://github.com/openai/whisper.git ffmpeg-python spacy spacy_download +nuitka