Skip to content

Commit a137a6e

Browse files
committed
docs: neutral animation wording in README (no lip-sync phrasing)
1 parent 0009c52 commit a137a6e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![CI](https://github.com/AmitAminov/technical-interviewer/actions/workflows/ci.yml/badge.svg)](https://github.com/AmitAminov/technical-interviewer/actions/workflows/ci.yml)
44

55
An adaptive, voice-driven mock-interview platform for **Data Scientist**, **Algorithm
6-
Researcher**, and **AI Engineer** roles: a lip-synced 3D interviewer asks questions planned
6+
Researcher**, and **AI Engineer** roles: an animated 3D interviewer asks questions planned
77
for your target role and difficulty, listens to your spoken answers, asks follow-ups, offers
88
hints, scores every answer on an 8-metric rubric, and produces a full readiness report with a
99
study curriculum that tracks your progress across sessions.
@@ -30,7 +30,7 @@ working fallback** — the app runs fully offline with no API key.
3030

3131
![Live mock interview in English — the interviewer asks a Data-Scientist question aloud; you can talk over it (barge-in) and it stops to listen](docs/demo/en.gif)
3232

33-
*A live interview in **English**: the interviewer speaks the question with a lip-synced
33+
*A live interview in **English**: the interviewer speaks the question with an animated 3D
3434
character, and you can **barge in** — start answering mid-question and it stops to listen
3535
(an echo guard keeps it from hearing its own voice).*
3636

@@ -196,7 +196,7 @@ By default the interviewer speaks with the browser's `speechSynthesis` and an an
196196
avatar — no setup needed. For the full experience, a local **HeadTTS** sidecar (MIT) serves
197197
**Kokoro-82M** (Apache-2.0) TTS on port 8012, fully offline after a one-time model download.
198198
Each utterance returns word + viseme timelines, so the **real-time 3D talking head**
199-
(met4citizen/TalkingHead, Three.js) lip-syncs exactly to the audio from the first frame.
199+
(met4citizen/TalkingHead, Three.js) animates the mouth in exact sync with the audio from the first frame.
200200

201201
```powershell
202202
powershell -ExecutionPolicy Bypass -File scripts\setup_voice.ps1 # Windows provisioning

0 commit comments

Comments
 (0)