CoolFace
Apppublic

ThiThanhChuong/precision-voice

sourceHugging Faceupdated 9mo agoView on Hugging Face
0likes
28 commits on main
6f797969mo ago

Fixing Notebook Metadata Error

ThiThanhChuong
0f206df9mo ago

Eval model Whisper

ThiThanhChuong
bdc93cc9mo ago

Eval model Whisper

ThiThanhChuong
17691579mo ago

refactor: Adopt diarize-first workflow from notebook

ThiThanhChuong
fed69689mo ago

convert the audio to a standard 16kHz Mono WAV format using ffmpeg

ThiThanhChuong
2100ff49mo ago

Refactor `process_audio` to strictly follow a Diarization -> Segmentation -> Transcription workflow

ThiThanhChuong
b74085a9mo ago

feat: Add advanced VAD and Whisper generation parameters to the transcription interface.

ThiThanhChuong
038590e9mo ago

feat: Pre-load all Whisper models at startup and refactor audio processing to return both transcription and diarization results.

ThiThanhChuong
b83994c9mo ago

feat: Add dynamic Whisper model loading with caching, enhance diarization with speaker assignment and segment merging, and introduce a dedicated transcription-only function.

ThiThanhChuong
6f76ac59mo ago

feat: integrate Pyannote for speaker diarization, replacing SpeechBrain and adding HF_TOKEN instructions.

ThiThanhChuong
23ac3609mo ago

feat: Implement automatic speaker diarization and real-time progress updates for transcription and diarization.

ThiThanhChuong
a4602249mo ago

feat: remove dedicated Colab notebook and update the simple notebook.

ThiThanhChuong
422db8d9mo ago

feat: add Vietnamese Speech-to-Text notebook using faster-whisper and Gradio, and update gitignore.

ThiThanhChuong
4f4fc619mo ago

feat: Upgrade speech enhancement to SpeechBrain SepFormer DNS4, integrate Silero VAD, and update transcription model to EraX-WoW-Turbo-V1.1-CT2.

ThiThanhChuong
fde0cfc9mo ago

feat: Integrate Silero VAD for pre-transcription silence filtering and timestamp reconstruction.

ThiThanhChuong
bc0341e9mo ago

refactor: Adjust logging verbosity to debug for internal service operations and update orchestrator step descriptions and vocal separation model name.

ThiThanhChuong
fba2e3f9mo ago

feat: Implement a denoiser service, switch vocal separation to MDX-Net, and simplify noise reduction.

ThiThanhChuong
83af6cc9mo ago

docs: Add Hugging Face Spaces metadata and configuration reference to README.

ThiThanhChuong
bfdb7cd9mo ago

ci: Add GitHub Actions workflow to sync repository to Hugging Face Hub.

ThiThanhChuong
b84f2259mo ago

feat: Introduce Demucs-based vocal separation into the audio processing pipeline with a new service, configuration, and environment variables.

ThiThanhChuong
16808189mo ago

feat: Make application port configurable and add a Google Colab notebook for deployment.

ThiThanhChuong
42d0cea9mo ago

feat: Update Speech-to-Text model to `kiendt/PhoWhisper-large-ct2` in documentation and configuration.

ThiThanhChuong
6040ece9mo ago

feat: Re-enable and configure VAD, add audio normalization and advanced noise reduction, and implement post-processing for segment merging and filtering.

ThiThanhChuong
a609a489mo ago

feat: Update default Whisper model and add a script to verify model configuration.

ThiThanhChuong
b9cc11e9mo ago

feat: Implement a real-time processing timer display with associated UI, logic, and styling.

ThiThanhChuong
2c5d9e09mo ago

refactor: Transition transcription processing from SSE streaming to a single JSON response, moving progress updates to server-side logs.

ThiThanhChuong
dcd17c09mo ago

feat: Implement real-time processing progress via SSE, add optional noise reduction, and update diarization for pyannote.audio 4.x.

ThiThanhChuong
b2b1bf09mo ago

feat: Implement initial Speech-to-Text and Speaker Diarization web application with FastAPI, services, and Docker setup.

ThiThanhChuong