Buildability
This commit is contained in:
		| @@ -13,11 +13,16 @@ Meeting transcription and summarization, all running in local models without sen | |||||||
| virtualenv Wazowski --python=python3.9.9 | virtualenv Wazowski --python=python3.9.9 | ||||||
| source Wazowski/bin/activate | source Wazowski/bin/activate | ||||||
| pip install -r requirements.txt | pip install -r requirements.txt | ||||||
| python3 fetch_models.py |  | ||||||
| ``` | ``` | ||||||
|  |  | ||||||
| # Usage | # Usage | ||||||
|  |  | ||||||
| ```bash | ```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 | ||||||
| ``` | ``` | ||||||
|   | |||||||
| @@ -2,3 +2,4 @@ openai-whisper @ git+https://github.com/openai/whisper.git | |||||||
| ffmpeg-python | ffmpeg-python | ||||||
| spacy | spacy | ||||||
| spacy_download | spacy_download | ||||||
|  | nuitka | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user