An open API service indexing awesome lists of open source software.

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.

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)