素材巴巴 > 程序开发 >

nodejs绿色免安装 try onnx on web(chrome)

程序开发 2023-09-07 08:00:37

在这里插入图片描述

nodejs安装版

nodejs绿色免安装

下载zip并解压即可

清除缓存:npm cache clean -f
 将项目中的node_modules文件夹以及package-lock.json文件删除
 执行:npm install --registry=https://registry.npm.taobao.org重新拉取依赖
 启动项目:npm run dev
 

download resources

https://github.com/microsoft/onnxjs/tree/masterhttps://github.com/microsoft/onnxjs/tree/master/examples/browserhttps://musetransfer.com/s/xryqxipiz 请点击链接获取《无主题 - onnxjs-master.zip》, 有效期至2月27日在这里插入图片描述-https://github.com/Microsoft/onnxjs-demo/tree/data/data/examples/models https://github.com/microsoft/onnxjs-demohttps://musetransfer.com/s/t0lrmxuku 请点击链接获取《无主题 - onnxjs-demo-master.zip》, 有效期至2月27日/home/pdd/CLionProjects/web/onnxjs-demo-master/public/resnet50v2.onnx
(base)$:~/CLionProjects/web/onnxjs-master/examples/browser/resnet50$ npm install http-server -gadded 39 packages, and audited 40 packages in 18s10 packages are looking for fundingrun `npm fund` for detailsfound 0 vulnerabilities
 npm notice 
 npm notice New major version of npm available! 8.19.2 -> 9.5.0
 npm notice Changelog: https://github.com/npm/cli/releases/tag/v9.5.0
 npm notice Run npm install -g npm@9.5.0 to update!
 npm notice 
 
(base) $:~/CLionProjects/web/onnxjs-master/examples/browser/resnet50$ http-server .. -c-1 -p 3000
 Starting up http-server, serving ..http-server version: 14.1.1http-server settings: 
 CORS: disabled
 Cache: -1 seconds
 Connection Timeout: 120 seconds
 Directory Listings: visible
 AutoIndex: visible
 Serve GZIP Files: false
 Serve Brotli Files: false
 Default File Extension: noneAvailable on:http://127.0.0.1:3000http://192.168.0.109:3000
 Hit CTRL-C to stop the server
 

结果

在这里插入图片描述

参考与更多

在这里插入图片描述- Node 成功的主要因素之一是它广受欢迎的软件包管理器——npm,因为 npm 使 JavaScript 开发人员可以快速方便地共享软件包


标签:

素材巴巴 Copyright © 2013-2021 http://www.sucaibaba.com/. Some Rights Reserved. 备案号:备案中。