https://github.com/ilikepizza2/kokoro-openai
https://github.com/ilikepizza2/kokoro-openai
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ilikepizza2/kokoro-openai
- Owner: Ilikepizza2
- Created: 2025-03-13T15:24:04.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-03-16T18:12:49.000Z (2 months ago)
- Last Synced: 2025-03-16T19:32:14.996Z (2 months ago)
- Language: Python
- Size: 42 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kokoro-openai
A fastapi openai compliant server that converts written text into spoken audio using [Kokoro-82M][kokoro].
Usage:
1. `conda create -n "kokoro" python=3.10`
2. `conda activate kokoro`
2. `pip install -r requirements.txt`
3. `python api-server.py`
4. You can test this using client.py or through the frontend.Inspired by https://github.com/bmgxyz/kokoro-server
[kokoro]: https://huggingface.co/hexgrad/Kokoro-82M