66 lines
1.4 KiB
JSON
66 lines
1.4 KiB
JSON
{
|
|
"name": "sherpa-onnx-PLATFORM2-ARCH",
|
|
"version": "SHERPA_ONNX_VERSION",
|
|
"description": "Speech-to-text, text-to-speech, speaker diarization, and speech enhancement using Next-gen Kaldi without internet connection",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/k2-fsa/sherpa-onnx.git"
|
|
},
|
|
"keywords": [
|
|
"speech to text",
|
|
"text to speech",
|
|
"transcription",
|
|
"real-time speech recognition",
|
|
"without internet connection",
|
|
"locally",
|
|
"local",
|
|
"embedded systems",
|
|
"open source",
|
|
"diarization",
|
|
"speaker diarization",
|
|
"speaker recognition",
|
|
"speaker",
|
|
"speaker segmentation",
|
|
"speaker verification",
|
|
"spoken language identification",
|
|
"sherpa",
|
|
"zipformer",
|
|
"asr",
|
|
"tts",
|
|
"stt",
|
|
"c++",
|
|
"onnxruntime",
|
|
"onnx",
|
|
"ai",
|
|
"next-gen kaldi",
|
|
"offline",
|
|
"privacy",
|
|
"open source",
|
|
"streaming speech recognition",
|
|
"speech",
|
|
"recognition",
|
|
"vad",
|
|
"node-addon-api",
|
|
"speaker id",
|
|
"language id",
|
|
"speech enhancement",
|
|
"denoising"
|
|
],
|
|
"author": "The next-gen Kaldi team",
|
|
"license": "Apache-2.0",
|
|
"bugs": {
|
|
"url": "https://github.com/k2-fsa/sherpa-onnx/issues"
|
|
},
|
|
"homepage": "https://github.com/k2-fsa/sherpa-onnx#readme",
|
|
"os": [
|
|
"PLATFORM"
|
|
],
|
|
"cpu": [
|
|
"ARCH"
|
|
]
|
|
}
|