ggerganov commited on
Commit
2cba95c
·
unverified ·
1 Parent(s): 67b8a21

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -2,6 +2,7 @@
2
 
3
  [![Actions Status](https://github.com/ggerganov/whisper.cpp/workflows/CI/badge.svg)](https://github.com/ggerganov/whisper.cpp/actions)
4
  [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)
 
5
 
6
  High-performance inference of [OpenAI's Whisper](https://github.com/openai/whisper) automatic speech recognition (ASR) model:
7
 
@@ -448,8 +449,8 @@ in [models](models).
448
 
449
  - [X] Rust: [tazz4843/whisper-rs](https://github.com/tazz4843/whisper-rs)
450
  - [X] Objective-C / Swift: [ggerganov/whisper.spm](https://github.com/ggerganov/whisper.spm)
451
- - [ ] Python:
452
- - [ ] Java:
453
 
454
  ## Examples
455
 
 
2
 
3
  [![Actions Status](https://github.com/ggerganov/whisper.cpp/workflows/CI/badge.svg)](https://github.com/ggerganov/whisper.cpp/actions)
4
  [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)
5
+ [![npm](https://img.shields.io/npm/v/whisper.cpp.svg)](https://www.npmjs.com/package/whisper.cpp/)
6
 
7
  High-performance inference of [OpenAI's Whisper](https://github.com/openai/whisper) automatic speech recognition (ASR) model:
8
 
 
449
 
450
  - [X] Rust: [tazz4843/whisper-rs](https://github.com/tazz4843/whisper-rs)
451
  - [X] Objective-C / Swift: [ggerganov/whisper.spm](https://github.com/ggerganov/whisper.spm)
452
+ - [X] Javascript: [bindings/javascript](bindings/javascript)
453
+ - [ ] Python: soon
454
 
455
  ## Examples
456