mirror of
https://github.com/jambonz/batch-speech-utils.git
synced 2026-01-25 02:08:27 +00:00
058fd88594b0ea76cbcb2a2e0fb88e4f4b3acbcb
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