10000 GitHub - AbinavRavi/bark
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

AbinavRavi/bark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Text to Audio service

This service uses bark for running the inference

Downloads

The models are downloaded by the bark service the first time the service is run so if the container is restarted for any reason then this will be downloaded again.

Inference output

{
    "prompt": "Input prompt",
    "audio": "Array of audio file as a json string"
}

How to run

Build the container - make build Run the image - make run clean the image after done - make clean

Request

Example request :

{
    "prompt": "Hi there I am testing this using a unit test"
}

Response

You can use postman to send the requests to 0.0.0.0:8000 which will be the port on which server is running

/get_audio - for inference from bark /health_check - to check for health of service

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0