Hacker News new | ask | show | jobs
Show HN: Whisper CLI using OpenAI API (with management for multiple api keys) (github.com)
1 points by vatsalaggarwal 1210 days ago
Whisper CLI is a command-line interface for transcribing and translating audio using OpenAI's Whisper API. It also allows you to manage multiple OpenAI API keys as separate environments.

It allows you to get transcriptions and translations by simply running "whisper translate" or "whisper transcribe". You can install it by running `pip install whisper-cli`.

It also supports multiple OpenAI keys as environments.