Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/skyme5/deepgram-cli

Python CLI for bulk transcribing audio files/urls using deepgram.com
https://github.com/skyme5/deepgram-cli

Last synced: about 2 months ago
JSON representation

Python CLI for bulk transcribing audio files/urls using deepgram.com

Awesome Lists containing this project

README

        




deepgram-cli for batch transcribing files/urls



Python Package


Python Wheel


CI



Python Versions


The Uncompromising Code Formatter


License: MIT


## Installation

```
pip install git+https://github.com/skyme5/deepgram-cli.git
```

Also set your `DEEPGRAM_API_KEY` for it to work.

## Usage

```bash
usage: deepgram-cli [-h] [-f [FILES ...] | -u [URLS ...] | -i BATCH_FILENAME] [-d] [-q]

options:
-h, --help show this help message and exit
-f [FILES ...], --file [FILES ...]
At least one or more audio file path to transcribe.
-u [URLS ...], --url [URLS ...]
At least one or more urls to transcribe.
-i BATCH_FILENAME, --batch-file BATCH_FILENAME
Read files/orls from batch file (one per line).
-d, --dump-json Save metadata to a JSON file.
-q, --quiet Do not print anything except errors to the console.
```

# License

MIT