Install
-
Tap
brew tap shyamalschandra/yankovinator -
Install
brew install yankovinator -
Ollama + model
brew install --cask ollama-app && ollama pull llama3.2:3b -
Batch generate
yankovinator --input-dir songs --themes-dir themes --output-dir out
-
Clone
git clone https://github.com/shyamalschandra/Yankovinator.git -
Build
cd Yankovinator && swift build -c release -
Model
ollama pull llama3.2:3b -
Run
swift run yankovinator --input-dir songs --themes-dir themes --output-dir out
Built for craft
- Word-by-word syllable matching
- Rhyme schemes + semantic coherence
- Capitalization & punctuation fidelity
- Theme keywords, OED suggestions, batch TUI
- Resume checkpoints under
.yankovinator/
Quick try
Illustrative local demo — install CLI for real generation.