mirror of
https://github.com/remsky/Kokoro-FastAPI.git
synced 2025-08-05 16:48:53 +00:00
Update GitHub Actions workflow and README for Docker publishing and new badge
This commit is contained in:
parent
ee5be65596
commit
f1131b4836
2 changed files with 13 additions and 4 deletions
10
.github/workflows/docker-publish.yml
vendored
10
.github/workflows/docker-publish.yml
vendored
|
@ -4,8 +4,18 @@ on:
|
|||
push:
|
||||
branches: [ "master" ]
|
||||
tags: [ 'v*.*.*' ]
|
||||
paths:
|
||||
- '**.py'
|
||||
- '**/Dockerfile*'
|
||||
- '**/docker-compose*.yml'
|
||||
- 'requirements*.txt'
|
||||
pull_request:
|
||||
branches: [ "master" ]
|
||||
paths:
|
||||
- '**.py'
|
||||
- '**/Dockerfile*'
|
||||
- '**/docker-compose*.yml'
|
||||
- 'requirements*.txt'
|
||||
# Allow manual trigger from GitHub UI
|
||||
workflow_dispatch:
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
# Kokoro TTS API
|
||||
[]()
|
||||
[]()
|
||||
[](https://huggingface.co/hexgrad/Kokoro-82M/tree/c3b0d86e2a980e027ef71c28819ea02e351c2667)
|
||||
[](https://huggingface.co/hexgrad/Kokoro-82M/tree/c3b0d86e2a980e027ef71c28819ea02e351c2667) [](https://huggingface.co/spaces/Remsky/Kokoro-TTS-Zero)
|
||||
|
||||
Dockerized FastAPI wrapper for [Kokoro-82M](https://huggingface.co/hexgrad/Kokoro-82M) text-to-speech model
|
||||
- OpenAI-compatible Speech endpoint, with voice combination functionality
|
||||
|
@ -14,6 +14,8 @@ Dockerized FastAPI wrapper for [Kokoro-82M](https://huggingface.co/hexgrad/Kokor
|
|||
- automatic chunking/stitching for long texts
|
||||
- simple audio generation web ui utility
|
||||
|
||||
|
||||
|
||||
## Quick Start
|
||||
|
||||
The service can be accessed through either the API endpoints or the Gradio web interface.
|
||||
|
@ -222,6 +224,3 @@ This project is licensed under the Apache License 2.0 - see below for details:
|
|||
|
||||
The full Apache 2.0 license text can be found at: https://www.apache.org/licenses/LICENSE-2.0
|
||||
</details>
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue