Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deepgram Transcription App

Project Overview

This project consists of a frontend and backend application designed to transcribe audio from uploaded files, recorded audio, or live audio streams using Deepgram's speech-to-text API.

Project Structure

root/
├── dg-frontend/           # React application for handling transcription
├── dg-backend/            # Node.js Express backend connecting to Deepgram SDK
└── postman collection/    # Postman requests collection for API testing


Frontend (dg-frontend)

The frontend is a React-based web application that allows users to:

  • Upload audio files for transcription.
  • Record audio and send it for transcription.
  • Stream live audio for real-time transcription.

Backend (dg-backend)

The backend is a Node.js Express application that connects to the Deepgram SDK to process audio and return transcription results to the frontend.

Postman Collection (postman collection)

A Postman collection is available to test the Deepgram’s API endpoints.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages