CoolFace
Apppublic

maan213/speech-fluency

sourceHugging Faceotherupdated 1y agoView on Hugging Face
0likes
App README

-

๐Ÿง  Disordered to Fluent Speech Converter

This project uses machine learning models to convert disordered speech into fluent, intelligible speech. It utilizes OpenAI's Whisper for automatic speech recognition and Coqui's Tacotron2-DDC for text-to-speech synthesis. The system also computes the Word Error Rate (WER) to assess how well the original speech is preserved in meaning.

Features

  • โ€”Transcribes disordered speech using Whisper.
  • โ€”Synthesizes fluent speech using Tacotron2-DDC.
  • โ€”Computes Word Error Rate (WER).
  • โ€”User-friendly interface built with Gradio.

Models Used

  • โ€”Whisper (OpenAI) โ€“ for speech recognition.
  • โ€”Tacotron2-DDC (Coqui TTS) โ€“ for speech synthesis.

How to Use

  1. 1.Upload a speech file with disordered or impaired speech.
  2. 2.View transcriptions and synthesized fluent speech.
  3. 3.Check the WER score to evaluate conversion accuracy.

Requirements

All dependencies are listed in requirements.txt.

License

For research and educational purposes.