Install NoteWise
Install NoteWise using your preferred method. See the Installation page for standalone binary and Docker options.
uv is recommended for the fastest install and global availability:Run the setup wizard
Run the interactive setup wizard once to store your LLM API key:The wizard creates
~/.notewise/config.env and walks you through selecting a provider and entering your API key.Output structure
Generated files are organized by video title under your output directory:Common options
Theprocess command accepts several flags to override your config on a per-run basis:
| Flag | Short | Description |
|---|---|---|
--model TEXT | -m | LLM model to use (e.g. gpt-4o, claude-3-5-sonnet-20241022) |
--output PATH | -o | Output directory |
--language TEXT | -l | Preferred transcript language (repeatable) |
--temperature FLOAT | -t | LLM temperature, 0.0–1.0 |
--max-tokens INT | -k | Max tokens per LLM response |
--force | -F | Re-process already-processed videos |
--no-ui | Plain stdout output for CI/cron | |
--quiz | Also generate a multiple-choice quiz | |
--export-transcript | Export raw transcript as txt or json | |
--cookie-file PATH | Netscape cookies file for private videos |
notewise process --help to see all options with full descriptions.
Using a different model
You can override the model for any single run with--model. NoteWise uses LiteLLM internally, so any model string LiteLLM supports works here: