Skip to content

ozand/whisper_cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

whisper_cli

OpenCode-ready package for Russian meeting transcription based on whisper.cpp.

It provides:

  • OpenCode custom tools in .opencode/tools/
  • OpenCode skill in .opencode/skills/
  • UV-first runtime and bootstrap in whisper_cli/
  • cross-platform install scripts in scripts/

Quick start

macOS / Linux

git clone https://github.com/ozand/whisper_cli
cd whisper_cli
uv sync
uv run python scripts/install_opencode_assets.py install
uv run python whisper_cli/bootstrap.py doctor
uv run python whisper_cli/bootstrap.py setup --profiles fast

Windows PowerShell

git clone https://github.com/ozand/whisper_cli
cd whisper_cli
uv sync
uv run python scripts/install_opencode_assets.py install
uv run python whisper_cli\bootstrap.py doctor
uv run python whisper_cli\bootstrap.py setup --profiles fast

Main docs

  • docs/opencode-install-and-publish.md
  • docs/opencode-meeting-transcription.md
  • RELEASE_CHECKLIST.md

About

OpenCode skill and tools for Russian meeting transcription via whisper.cpp

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors