Kokoro-FastAPI/examples
CodePothunter 5c8f941f06 Add API authentication and configuration improvements
- Implement OpenAI-compatible API key authentication
- Add configuration options for GPU instances, concurrency, and request handling
- Update README with authentication instructions
- Modify configuration and routing to support optional API key verification
- Enhance system information and debug endpoints to expose authentication status
2025-03-07 11:36:13 +08:00
..
assorted_checks Replaced default voice with af_heart as af doesn't exist 2025-02-15 12:36:36 -05:00
phoneme_examples Update Docker configuration, enhance audio service autoplay, and improve styling 2025-02-05 02:45:28 -07:00
streaming_refactor -unified streaming implementation 2025-01-25 05:25:13 -07:00
voice_samples Added mp3 samples 2024-12-31 03:48:26 -07:00
__init__.py - CPU ONNX + PyTorch CUDA, functional 2025-01-03 17:54:17 -07:00
audio_analysis.png First streaming attempt 2025-01-04 17:54:54 -07:00
captioned_speech_example.py Mostly completed work on refractoring a bunch of code as well as streaming word level time stamps 2025-02-14 14:29:47 -05:00
openai_streaming_audio.py -Add debug endpoint for system stats 2025-01-30 04:44:04 -07:00
requirements.txt Initial swap to UV dependency management 2025-01-11 20:00:34 -07:00
simul_file_test.py Refactor model loading and configuration: update, adjust model loading device,. add async streaming examples and remove unused warmup service. 2025-01-22 02:33:29 -07:00
simul_openai_streaming_audio.py Refactor model loading and configuration: update, adjust model loading device,. add async streaming examples and remove unused warmup service. 2025-01-22 02:33:29 -07:00
simul_speaker_test.py Refactor model loading and configuration: update, adjust model loading device,. add async streaming examples and remove unused warmup service. 2025-01-22 02:33:29 -07:00
speech.mp3 Refactor ONNX GPU backend and phoneme generation: improve token handling, add chunk processing for audio generation, and initial introduce stitch options for audio chunks. 2025-01-22 17:43:38 -07:00
stream_tts_playback.py refactor: streamline audio normalization process and update tests 2025-01-13 18:56:49 -07:00
test_auth.py Add API authentication and configuration improvements 2025-03-07 11:36:13 +08:00