加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1000 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"name": "yolov8-tfjs",
"description": "Object detection application right in your browser using YOLOv8 and Tensorflow.js",
"version": "1.0.0",
"scripts": {
"start": "vite",
"build": "vite build",
"preview": "vite preview",
"deploy": "gh-pages -d dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Hyuto/yolov8-tfjs.git"
},
"keywords": [
"object detection",
"yolov8",
"javascript",
"react",
"tensorflow.js"
],
"author": "Wahyu Setianto",
"license": "MIT",
"bugs": {
"url": "https://github.com/Hyuto/yolov8-tfjs/issues"
},
"homepage": "https://github.com/Hyuto/yolov8-tfjs#readme",
"dependencies": {
"@tensorflow/tfjs": "^4.1.0",
"normalize.css": "^8.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.0.24",
"@types/react-dom": "^18.0.8",
"@vitejs/plugin-react": "^2.2.0",
"gh-pages": "^5.0.0",
"vite": "^3.2.3"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化