Skip to content

Latest commit

 

History

History

bark-small

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Bark Text-to-Speech Akash App

Bark small transformer-based text-to-audio model created by Suno. Bark can generate highly realistic, multilingual speech as well as other audio - including music, background noise and simple sound effects.

Quick Start

Running Locally

  1. Install dependencies:
pip install -r requirements.txt
  1. Run the app:
python app.py

The app will be available at http://localhost:7860

Running with Docker

  1. Build the Docker image:
docker build -t audio-akash .
  1. Run the container:
docker run --gpus all -p 7860:7860 audio-akash

Access the app at http://localhost:7860

Features

  • Multiple voice options including English and Spanish speakers
  • Simple web interface
  • Example prompts included

Documentation