Build instructions

This commit is contained in:
Elizabeth Cray 2024-04-16 16:12:35 -04:00
parent a546418bd2
commit 2cb2522534
2 changed files with 2 additions and 2 deletions

View File

@ -24,5 +24,5 @@ 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
python3 -m pyinstaller --onefile -n Wazowski wazowski.py
```

View File

@ -2,4 +2,4 @@ openai-whisper @ git+https://github.com/openai/whisper.git
ffmpeg-python
spacy
spacy_download
nuitka
pyinstaller