2024-08-21 20:19:56 +05:30
2024-05-19 19:59:26 -04:00
2024-08-08 16:40:11 -04:00
2024-08-21 20:19:56 +05:30
2024-05-19 19:56:14 -04:00
2024-05-19 19:56:14 -04:00
2024-06-13 03:06:14 -04:00
2024-06-25 04:35:00 -04:00
2024-05-19 19:50:07 -04:00
2024-06-19 15:09:54 -04:00
2024-06-19 15:09:54 -04:00
2024-06-05 17:12:10 -04:00

batch-speech-utils

Non-realtime speech-to-text utilities for transcribing calls after they have completed

Audio Processing Library

This library provides tools for audio transcription, redaction, and analysis, utilizing the Deepgram API. It's designed to handle sensitive information in audio files by redacting it appropriately before any further processing or analysis.

Prerequisites

  • Node.js: Ensure Node.js is installed on your machine.
  • Deepgram API Key: You need a valid API key from Deepgram.

Installation

Clone the repository and install the dependencies:

git clone [your-repo-url]
cd [your-repo-directory]
npm install

Configuration

Create a .env file in the project root and define the following variables:

DEEPGRAM_API_KEY=your_deepgram_api_key_here
AUDIO_DIR=path_to_your_audio_files
Description
Non-realtime speech-to-text utilities for transcribing calls after they have completed
Readme MIT 1.3 MiB