whatisgithub

What is hibiki-zero?

kyutai-labs/hibiki-zero — explained in plain English

Analysis updated 2026-05-18

247PythonAudience · developerComplexity · 4/5Setup · moderate

In one sentence

A real time AI model that translates spoken French, Spanish, Portuguese, or German into English speech, aiming to keep the original speaker's voice.

Mindmap

mindmap
  root((Hibiki-Zero))
    What it does
      Real time speech translation
      Voice transfer
      4 source languages to English
    Tech stack
      Python
      PyTorch
      uv
      Gradio
    Use cases
      Live translated conversations
      Batch audio translation
      Public demo tunnel
    Audience
      Developers
      Researchers

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Translate live spoken French, Spanish, Portuguese, or German audio into English speech in real time

USE CASE 2

Batch translate a folder of existing audio files from one of the supported languages into English

USE CASE 3

Demo real time speech translation to others by exposing the local server through a public tunnel link

What is it built with?

PythonPyTorchuvGradio

How does it compare?

kyutai-labs/hibiki-zerolukashoel/video_to_worldyangtiming/fast-sam-3d-body
Stars247248250
LanguagePythonPythonPython
Setup difficultymoderatehardhard
Complexity4/55/55/5
Audiencedeveloperresearcherresearcher

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · moderate Time to first run · 30min

Requires an NVIDIA GPU with at least 8GB VRAM, no CPU-only option is documented.

So what is it?

Hibiki-Zero is an AI speech translation model built by Kyutai Labs that works in real time. It listens to spoken audio in French, Spanish, Portuguese, or German and produces English speech output as the person is talking, rather than waiting for them to finish and then translating a full recording. The project highlights three qualities it aims for at once: accurate translation, low delay between hearing speech and producing the translated version, and voice transfer, meaning the translated speech attempts to keep something of the original speaker's voice rather than switching to a generic robotic voice. Under the hood, Hibiki-Zero is a 3 billion parameter model, which means it needs a dedicated NVIDIA graphics card to run at a reasonable speed. The project suggests at least 8 gigabytes of video memory will work, with 12 gigabytes being a safer amount for smoother performance. There is no version described for running on a regular CPU or a Mac without an NVIDIA GPU. To use it, you can start a local server with a single command using the uv Python tool, which opens a web interface you can visit in your browser to try real time translation yourself, including an option to expose that interface through a temporary public link. Alternatively, you can run the model directly on existing audio files, translating one or several files in a single batch rather than through the live interface. People without uv installed can instead install the package with pip and run the same server command. The README is intentionally brief and points to a Hugging Face model card, a technical report, an academic paper, and a page of audio samples for anyone who wants to hear examples or read the full research details behind Hibiki-Zero. No license is stated in the README itself.

Copy-paste prompts

Prompt 1
Write the command to run the Hibiki-Zero server with a public gradio tunnel using uv
Prompt 2
Explain what voice transfer means in the context of Hibiki-Zero's translation output
Prompt 3
Suggest how much GPU VRAM I need to run Hibiki-Zero smoothly and what happens if I have less
Prompt 4
Show me how to batch translate three audio files at once with Hibiki-Zero

Frequently asked questions

What is hibiki-zero?

A real time AI model that translates spoken French, Spanish, Portuguese, or German into English speech, aiming to keep the original speaker's voice.

What language is hibiki-zero written in?

Mainly Python. The stack also includes Python, PyTorch, uv.

How hard is hibiki-zero to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is hibiki-zero for?

Mainly developer.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.