1 Star 1 Fork 0

小飞/前端调用本地摄像头 抓取人像 传给后端识别 vue3+face-api

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 725 Bytes
一键复制 编辑 原始数据 按行查看 历史
小飞 提交于 2024-01-29 17:53 . No commit message
{
"name": "vite-project",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@vitejs/plugin-vue-jsx": "^3.0.1",
"axios": "^1.3.5",
"less": "^4.1.3",
"face-api.js": "^0.22.2",
"pinia": "^2.0.33",
"vue": "^3.2.47",
"vue-router": "^4.1.6"
},
"devDependencies": {
"@types/node": "^18.15.11",
"@vitejs/plugin-legacy": "^4.0.2",
"@vitejs/plugin-vue": "^4.1.0",
"terser": "^5.16.8",
"typescript": "^4.9.3",
"unplugin-auto-import": "^0.15.2",
"unplugin-vue-components": "^0.24.1",
"vite": "^4.2.0",
"vue-tsc": "^1.2.0"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/xiaofei9006/vue3-face-api.git
git@gitee.com:xiaofei9006/vue3-face-api.git
xiaofei9006
vue3-face-api
前端调用本地摄像头 抓取人像 传给后端识别 vue3+face-api
master

搜索帮助