npm : change name to whisper.cpp

whisper.js is taken
pull/260/head
Georgi Gerganov 3 years ago
parent aa4dacb49a
commit 45185d4f7c
No known key found for this signature in database
GPG Key ID: 449E073F9DC10735

@ -1,5 +1,5 @@
# whisper.js
# whisper.cpp
Whisper speech recognition
Node.js package for Whisper speech recognition
For sample usage check [tests/test-whisper.js](/tests/test-whisper.js)

@ -1,5 +1,5 @@
{
"name": "whisper.js",
"name": "whisper.cpp",
"version": "@PROJECT_VERSION@",
"description": "Whisper speech recognition",
"main": "whisper.js",

@ -1,5 +1,5 @@
{
"name": "whisper.js",
"name": "whisper.cpp",
"version": "1.0.0",
"description": "Whisper speech recognition",
"main": "whisper.js",

Loading…
Cancel
Save