HD Transcribe

A DeepSpeech/TensorFlow speech transcription research project and web app for improving communication for people with Huntington's Disease.

What it is

HD Transcribe is both a research project and a deployed accessibility app. The research fine-tuned Mozilla DeepSpeech 0.9.3 with Huntington's Disease patient voice data using checkpointing. The application provided microphone recording and audio upload for real-time transcription, with quality-of-life features including ChatGPT 3.5 integration for health questions and text-to-speech output. Source: raw/articles/pghr-hd-transcribe-2026-06-25.md

The GitHub repo metadata describes the implementation as a live speech-to-text transcription interface for people with Huntington's Disease, built with TypeScript, Next, NextAuth, React, Tailwind, DeepSpeech, TensorFlow, accessibility, and speech-to-text topics. Source: raw/github/kevin-repos-2026-06-25.json

Research method

The study started from a pre-trained DeepSpeech model, prepared Huntington's Disease voice clips from a CHDI Foundation dataset, converted audio to mono / 16kHz, and trained with TensorFlow on Ubuntu 20.04 using GPU acceleration. The dataset reported 650 clips and roughly 2 hours of audio, split into training, validation, and test sets. Source: raw/articles/pghr-hd-transcribe-2026-06-25.md

The training ran 7 epochs, with each epoch taking about 6 hours on an NVIDIA GeForce GTX 1660 Ti. Reported WER improved from about 0.97 early in training to around 0.15 on the test set, which the article frames as roughly 85% correct transcription. Source: raw/articles/pghr-hd-transcribe-2026-06-25.md

App implementation

The web application used TypeScript, Next.js, React, Tailwind, the DeepSpeech JavaScript API, OpenAI/ChatGPT 3.5, and React-TTS. It was hosted on Vercel and designed to be accessible from phones, tablets, and desktop browsers. Source: raw/articles/pghr-hd-transcribe-2026-06-25.md

Why it matters

This is Kevin's strongest early research/accessibility artifact. It combines a real disease-context problem, model training, data preparation, a public web interface, publication/archive proof, and a clear product goal: make speech impairment easier to communicate through. It should be listed with GSET Battery Thermal Conductivity Research and CoTCodec in research/project contexts. Source: raw/articles/iyrc-kevin-liu-hd-transcription-2026-06-25.md; raw/articles/pghr-hd-transcribe-2026-06-25.md

Limits

The study itself notes the small dataset: roughly 2 hours of HD speech, with only part available for training/validation. Do not overstate it as a production medical model. Position it as a research prototype and accessibility app with promising reported results. Source: raw/articles/pghr-hd-transcribe-2026-06-25.md

Current Evidence (2026-07-01)

This page was refreshed against Kevin's live GitHub inventory, pinned repositories, PortfolioMon cards, README scrape, and downloaded portfolio screenshots. Treat this section as the current evidence anchor; deeper interpretation stays in the surrounding compiled truth.

PortfolioMon card Types Site Screenshot
#028 HD Transcribe AI/Health site HD Transcribe
  • PortfolioMon card #028; AI/Health; HP 325, ATK 95, DEF 100, SPD 75; standard card. Speech transcription tool trained on the unique vocal patterns of Huntington's Disease patients. Custom acoustic model improves recognition accuracy for dysarthric speech — bridging a critical accessibility gap in existing STT systems.
GitHub repo Visibility Language Stars Last push Homepage
Kevin-Liu-01/HD-Transcribe private TypeScript 1 2023-03-15 site

Timeline