]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
addon.node : using whisper as a Node.js addon (#443)
authorQianhe Chen <redacted>
Sat, 4 Feb 2023 07:10:25 +0000 (15:10 +0800)
committerGitHub <redacted>
Sat, 4 Feb 2023 07:10:25 +0000 (09:10 +0200)
commitc306a7fd89357866898c3bf709f362180d01b1c9
tree89e2594d010bb5f55557bd50471455a4e6755404
parentb2fc4c701001d0b1cab1c1185e31458a290e0b32
addon.node : using whisper as a Node.js addon (#443)

* addon: implement node addon call whisper through cpp

* addon: modify the license to MIT

* addon: remove iostream

* addon: rename dir

* addon: fix typo

* addon: configure cmake to build when cmake-js is used
examples/CMakeLists.txt
examples/addon.node/.gitignore [new file with mode: 0644]
examples/addon.node/CMakeLists.txt [new file with mode: 0644]
examples/addon.node/README.md [new file with mode: 0644]
examples/addon.node/addon.cpp [new file with mode: 0644]
examples/addon.node/index.js [new file with mode: 0644]
examples/addon.node/package.json [new file with mode: 0644]