From dce5dae26c1da158697245f8944496950e2a8485 Mon Sep 17 00:00:00 2001 From: Alex Evgrashin Date: Wed, 12 Apr 2023 23:08:59 +0200 Subject: [PATCH] Added samples to readme --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 07497bf..7c10761 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,16 @@ This is Unity3d bindings for the [whisper.cpp](https://github.com/ggerganov/whis - iOS (Device and Simulator) - Android (ARM64) +## Samples + +https://user-images.githubusercontent.com/6161335/231581911-446286fd-833e-40a2-94d0-df2911b22cad.mp4 + +*"whisper-small.bin" model tested in English, German and Russian from microphone* + +https://user-images.githubusercontent.com/6161335/231584644-c220a647-028a-42df-9e61-5291aca3fba0.mp4 + +*"whisper-tiny.bin" model, 50x faster than realtime on Macbook with M1 Pro* + ## Getting started Clone this repository and open it as regular Unity project. It comes with examples and tiny multilanguage model weights.