DEV Community

Aakash Gajjar
Aakash Gajjar

Posted on

4 2

Deepgram x DEV Hackathon - Python CLI

A python command-line app to easily transcribe hundreds of files.

Installation

pip install git+https://github.com/skyme5/deepgram-cli.git
Enter fullscreen mode Exit fullscreen mode

Usage

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.
Enter fullscreen mode Exit fullscreen mode

License

MIT

Submission Category:

Wacky Wildcards


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

Top comments (0)

Eliminate Context Switching and Maximize Productivity

Pieces.app

Pieces Copilot is your personalized workflow assistant, working alongside your favorite apps. Ask questions about entire repositories, generate contextualized code, save and reuse useful snippets, and streamline your development process.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay