-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'make' command failed #16
Comments
can you please show me your code , before trying to convert transcript you have to use this command to download model |
Literally the whole code is import { nodewhisper } from "nodejs-whisper";
async function main() {
let result = await nodewhisper("F:\\Projects\\Whisper\\karasmsk.25.mp4", {
modelName: "large",
autoDownloadModelName: "large",
whisperOptions: {
outputInText: true
}
});
console.log(result);
}
main().then(); and I did download |
can you once refer to this and install g++ , code use this to compile some files to run modal |
The text was updated successfully, but these errors were encountered: