CoolFace
Apppublic

ebitlogix/Parler_TTS_API

sourceHugging Faceupdated 5mo agoView on Hugging Face
0likes
20 commits on main
97e03da5mo ago

Fix WebSocket streaming - ParlerTTSStreamer yields numpy arrays not tensors

aspirant312
8721de05mo ago

Add comprehensive WebSocket testing suite and documentation

aspirant312
0d8df705mo ago

Add WebSocket endpoint for true real-time bidirectional streaming

aspirant312
f9c60215mo ago

Implement official ParlerTTSStreamer for true real-time audio streaming

aspirant312
e190a465mo ago

Revert to sentence-by-sentence processing with fp16 - preserves word quality while maintaining speed

aspirant312
38f66d35mo ago

Optimize TTS for speed - add fp16, batch processing, remove sentence splitting

aspirant312
5481f585mo ago

Add Urdu TTS test suite - generates audio files and saves to output folder

aspirant312
14b46fe5mo ago

Add HF_TOKEN authentication for gated model access

aspirant312
67f961c5mo ago

Add fastapi to requirements

aspirant312
2ae3e5e5mo ago

Simplify Dockerfile - use python:3.11 with straightforward setup

aspirant312
b421da15mo ago

Use python:3.10 base with extended pip timeout for large packages

aspirant312
249b0d55mo ago

Switch to conda base image for faster PyTorch installation

aspirant312
522cbdf5mo ago

Simplify Dockerfile and requirements - remove redundant dependencies for HF Spaces build

aspirant312
b4832415mo ago

Add comprehensive test suite for TTS API audio validation

aspirant312
2a0c3f45mo ago

Use Python base image with pip-installed PyTorch for more reliable builds

aspirant312
bb733415mo ago

Update Docker image to pytorch/pytorch:2.3.1-cuda12.1-runtime-ubuntu22.04

aspirant312
eb4547e5mo ago

Optimize CUDA device handling - auto-detect GPU and remove unnecessary device transfers

aspirant312
7c12ebc5mo ago

Merge HF Space default README, keep API documentation

aspirant312
16e18d25mo ago

initial commit

aspirant312
dde2f3d5mo ago

Initial commit: Parler TTS FastAPI with Docker

aspirant312