deepgrampy

A wrapper for Deepgram API written in Python


Keywords
testing, deepgram
License
Other
Install
pip install deepgrampy==0.1.1

Documentation

Deepgram-Py

A Deepgram API wrapper in python

What is Deepgram?

Deepgram is a search engine for audio. You submit an audio file, it indexes that content, and then you can search that file or your whole collection of files for any word or phrase. It searches through the sound itself and then returns a timestamp for where in the file that sound occurs. Because it uses sound, it's way more accurate than searching a speech to text transcript.

Does it make a transcript?

Indeed it does, but the transcript is only as good as everything out there, and that's not very good.

What is this API?

I needed to do some wacky stuff with deepgram and I basically made an API, so why not clean it up and publish it? It covers most of what their API docs cover and a little more.

What can you do?

Currently:

  • Check your balance (no deepgram isn't free - but this wrapper is!)
  • Upload files
  • Check on your uploaded files
  • Search one file for a word or phrase
  • Search all your files for files containing a specific word or phrase
  • Boolean search all of your files for A AND B AND....
  • Boolean search all of your files for A OR B OR...
  • Get transcripts

If you have any questions email me