From: Georgi Gerganov Date: Mon, 12 Dec 2022 18:20:51 +0000 (+0200) Subject: Update README.md X-Git-Tag: upstream/1.7.4~1727 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=812ae3ffbdc7fcbbe668185562363bed16aa73d0;p=pkg%2Fggml%2Fsources%2Fwhisper.cpp Update README.md --- diff --git a/README.md b/README.md index 518d0578..01f3268d 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ [![Actions Status](https://github.com/ggerganov/whisper.cpp/workflows/CI/badge.svg)](https://github.com/ggerganov/whisper.cpp/actions) [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT) +[![npm](https://img.shields.io/npm/v/whisper.cpp.svg)](https://www.npmjs.com/package/whisper.cpp/) High-performance inference of [OpenAI's Whisper](https://github.com/openai/whisper) automatic speech recognition (ASR) model: @@ -448,8 +449,8 @@ in [models](models). - [X] Rust: [tazz4843/whisper-rs](https://github.com/tazz4843/whisper-rs) - [X] Objective-C / Swift: [ggerganov/whisper.spm](https://github.com/ggerganov/whisper.spm) -- [ ] Python: -- [ ] Java: +- [X] Javascript: [bindings/javascript](bindings/javascript) +- [ ] Python: soon ## Examples