Build instructions
This commit is contained in:
parent
a546418bd2
commit
2cb2522534
@ -24,5 +24,5 @@ python3 wazowski.py -i {meeting_video_recording} -o {meeting_summary_output}
|
|||||||
# Build
|
# Build
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
python3 -m nuitka --onefile --module-parameter=torch-disable-jit=yes wazowski.py
|
python3 -m pyinstaller --onefile -n Wazowski wazowski.py
|
||||||
```
|
```
|
||||||
|
@ -2,4 +2,4 @@ openai-whisper @ git+https://github.com/openai/whisper.git
|
|||||||
ffmpeg-python
|
ffmpeg-python
|
||||||
spacy
|
spacy
|
||||||
spacy_download
|
spacy_download
|
||||||
nuitka
|
pyinstaller
|
||||||
|
Loading…
Reference in New Issue
Block a user