https://github.com/sj0n/heepno
A CLI program to transcribe audio file using Deepgram, OpenAI and AssemblyAI models.
https://github.com/sj0n/heepno
assemblyai cli deepgram go golang openai speech-to-text stt transcript
Last synced: about 1 month ago
JSON representation
A CLI program to transcribe audio file using Deepgram, OpenAI and AssemblyAI models.
- Host: GitHub
- URL: https://github.com/sj0n/heepno
- Owner: sj0n
- Created: 2024-12-09T10:40:08.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-09-10T18:51:07.000Z (6 months ago)
- Last Synced: 2025-09-10T22:54:12.477Z (6 months ago)
- Topics: assemblyai, cli, deepgram, go, golang, openai, speech-to-text, stt, transcript
- Language: Go
- Homepage:
- Size: 75.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Heepno
A CLI program to transcribe audio files using Deepgram, OpenAI and AssemblyAI models.
## Usage
```
❯ heepno -h
Transcribe audio files using Deepgram, OpenAI and AssemblyAI models.
Usage:
[command]
Available Commands:
aai Transcribe an audio file using AssemblyAI model.
completion Generate the autocompletion script for the specified shell
dg Transcribe an audio file using Deepgram models.
help Help about any command
openai Transcribe an audio file using OpenAI model.
Flags:
-h, --help help for this command
-v, --version version for this command
Use " [command] --help" for more information about a command.
```
## Model Providers
- [Deepgram](https://developers.deepgram.com/docs/models-languages-overview)
- [OpenAI](https://openai.com/)
- [AssemblyAI](https://www.assemblyai.com/docs/getting-started/supported-languages)