← Back to our work
LOCAL AI / ACCESSIBILITY

Vietnamese voice translator

A microphone tool that listens for Vietnamese speech, transcribes it and produces an English translation entirely on the local machine.

LOCAL TRANSLATION Listening
LIVE INPUT / VIETNAMESEVui lòng gửi cho tôi chi tiết cuộc hẹn.
ENGLISH OUTPUTPlease send me the appointment details.
LEVEL-32.4 dBFSTRIGGERSilero VAD
01 / WHAT IT DOES

From spoken Vietnamese to readable English.

The tool detects when somebody is speaking, captures the Vietnamese audio and turns it into an English translation without sending the conversation to an external service.

02 / HOW IT WORKS

Three focused parts working together.

Each part has one job in the local translation flow.

  • Silero VAD detects the start and end of speech
  • Whisper transcribes the Vietnamese audio
  • OPUS-MT translates the transcript into English
03 / THE APPROACH

Useful without giving up privacy.

Running the speech and translation models locally keeps the tool available without an API key and keeps the audio on the machine.

Let's work together