This project uses whisper standalone, simon/llm and simonw/llm to allow you to transcribe, translate, and summarize audio content. Using registry keys and the summarize.ps1 powershell script you can add commands to the context menu in windows to analize files.
Once faster-whisper and llm are installed, the powershell script in place, and the Registry keys are added you can right click on a file and under Show More Options you should see the whisper options.
This
- Install Python
- Install faster-whisper
- Download from Releases · Purfview/whisper-standalone-win (github.com)
- Extract using 7zip, not Windows. Extract Faster-Whisper-XXL to
C:\Program Files\Faster-Whisper-XXL
- Install llm
- In admin cmd
pip install llm - In admin cmd
llm install llm-gpt4all
- In admin cmd
- Add
whisper-summarize.ps1toC:\Program Files\Faster-Whisper-XXL - Import
whisper-associations.regto the registry.