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

https://github.com/deepgram/deepgram-transcription-debugger


https://github.com/deepgram/deepgram-transcription-debugger

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# deepgram-transcription-debugger

## Live Demo

[Live Demo](http://ec2-54-176-210-130.us-west-1.compute.amazonaws.com:3000/)

## About

This tool is for debugging Deepgram Transcription of Pre-Recorded Audio.

![Visualization](./images/screenshot_1.png)

## Loading Params

You can paste the url params used to query the Deepgram API to load those settings into this tool.

## Visualization

Once the audio is loaded you will see a representation of the waveform and the outputs of the various features.

Any differences of interest will be highlighted. eg. Punctuation is vastly different than transcribed Word or confidence is very low.

## Deep Linking

You can copy the link and share it with others to preload the UI to help reproduce issues. (No audio is being stored so you would also need to share the Audio to reproduce the issue)

## Server

This is the backend for the app

### Running

```
npm i
npm run start
```