diff --git a/README.md b/README.md index c75b145..e938a08 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,11 @@
## 🎙️ VibeVoice: Open-Source Frontier Voice AI -[![Project Page](https://img.shields.io/badge/Project-Page-blue?logo=microsoft)](https://microsoft.github.io/VibeVoice) +[![Project Page](https://img.shields.io/badge/Project-Page-blue?logo=githubpages)](https://microsoft.github.io/VibeVoice) [![Hugging Face](https://img.shields.io/badge/HuggingFace-Collection-orange?logo=huggingface)](https://huggingface.co/collections/microsoft/vibevoice-68a2ef24a875c44be47b034f) -[![Technical Report](https://img.shields.io/badge/Technical-Report-red?logo=adobeacrobatreader)](https://arxiv.org/pdf/2508.19205) - +[![TTS Report](https://img.shields.io/badge/TTS-Report-red?logo=arxiv)](https://arxiv.org/pdf/2508.19205) +[![Colab](https://img.shields.io/badge/StreamingTTS-Colab-green?logo=googlecolab)](https://colab.research.google.com/github/microsoft/VibeVoice/blob/main/demo/VibeVoice_colab.ipynb) +[![ASR Playground](https://img.shields.io/badge/ASR-Playground-6F42C1?logo=gradio)](https://aka.ms/vibevoice-asr)
diff --git a/demo/vibevoice_realtime_colab.ipynb b/demo/vibevoice_realtime_colab.ipynb index 2f61407..b6ab6c8 100644 --- a/demo/vibevoice_realtime_colab.ipynb +++ b/demo/vibevoice_realtime_colab.ipynb @@ -66,7 +66,7 @@ "print(\"✅ Cloned VibeVoice repository\")\n", "\n", "# Install project dependencies\n", - "!uv pip --quiet install --system -e /content/VibeVoice\n", + "!uv pip --quiet install --system -e /content/VibeVoice[tts]\n", "!wget -q https://github.com/cloudflare/cloudflared/releases/latest/download/cloudflared-linux-amd64 -O cloudflared && chmod +x cloudflared\n", "print(\"✅ Installed dependencies\")\n", "\n", @@ -91,7 +91,7 @@ "metadata": {}, "outputs": [], "source": [ - "from huggingface_hub import login\n", + "from huggingface_hub import login, snapshot_download\n", "login()" ] }, diff --git a/docs/vibevoice-realtime-0.5b.md b/docs/vibevoice-realtime-0.5b.md index dfb2f25..a8e7d04 100644 --- a/docs/vibevoice-realtime-0.5b.md +++ b/docs/vibevoice-realtime-0.5b.md @@ -99,7 +99,7 @@ sudo docker run --privileged --net=host --ipc=host --ulimit memlock=-1:-1 --ulim git clone https://github.com/microsoft/VibeVoice.git cd VibeVoice/ -pip install -e . +pip install -e .[tts] ``` ## Usages