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