An open API service indexing awesome lists of open source software.

https://github.com/brain-facens/voice-changer

Change your voice for any purpose.
https://github.com/brain-facens/voice-changer

elevenlabs fastapi voicechanger

Last synced: 4 months ago
JSON representation

Change your voice for any purpose.

Awesome Lists containing this project

README

          

# Voice Changer Service



API Enpoint


Change your voice for any purpose.

---

## Quick setup:

```sh
conda create -n voice python==3.12
cd voice-changer
pip install -r requirements.txt
fastapi dev src/app/main.py
```