https://github.com/deepgram/deepgram-transcription-debugger
https://github.com/deepgram/deepgram-transcription-debugger
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/deepgram/deepgram-transcription-debugger
- Owner: deepgram
- License: mit
- Created: 2023-07-09T20:22:25.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-17T17:25:45.000Z (over 2 years ago)
- Last Synced: 2025-08-21T21:12:51.292Z (10 months ago)
- Language: JavaScript
- Size: 2.94 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.

## 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
```