/BarkingGPT

Audio to Audio (Whisper+ChatGPT+Bark)

Primary LanguageJavaScript

BarkingGPT (Audio2Audio)

Project Status: Active – The project has reached a stable, usable state and is being actively developed.

Installation

Setup Environment

python -m venv venv
source venv/bin/activate

Update config.py file with OpenAI Key

OPENAI_API_KEY=""

Setup Backend

cd backend
pip install -r requirements.txt
python app.py

Setup Web UI

cd ui
yarn install
yarn run