Installation
Prerequisites
Environment Setup
export OPENAI_API_KEY="your-openai-key"
export DEEPGRAM_API_KEY="your-deepgram-key" # OptionalInstallation Options
Install from PyPI
pip install mixedvoicesInstall for Local Development
# Clone the repository
git clone https://github.com/MixedVoices/MixedVoices.git
# Change to project directory
cd MixedVoices
# Install in development mode with development dependencies
pip install -e ".[dev]"Last updated