Cloud-backed transcription tool for Windows with support for multiple providers.
-
Install uv:
pip install uv
-
Install dependencies:
uv sync
-
Configure your API key:
# Set your provider API key (e.g., OpenAI or Gemini) set OPENAI_API_KEY=your_key_here # or set GEMINI_API_KEY=your_key_here
-
Run the GUI:
uv run python start_client_gui.py
- Providers: Edit YAML files in
config/providers/ - Gemini: Fill
config/providers/gemini.yaml(or setGEMINI_API_KEY/GOOGLE_API_KEY) and enable the provider before use - Client settings: Edit
config.toml - Use
python provider_switch.py --listto see available providers
CLAUDE.md: Technical architecture and component detailsAGENTS.md: Development workflow and agent integration
- Python 3.11+
- Windows OS
- uv package manager