mirror of
https://github.com/jambonz/batch-speech-utils.git
synced 2026-07-04 19:32:03 +00:00
59fb9e1fa8add5da3d77676a84ce1a1d4ea10bf2
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