文件名称:tf-js-face-recog:tf-js-face-recog
文件大小:18KB
文件格式:ZIP
更新时间:2024-03-24 12:40:06
JavaScript
Tensorflow.js人脸识别 交互式人脸识别! :gear: 特征 :eye_in_speech_bubble_3: 项目预览 快来了! :rocket: 开始 要启动应用程序: npm start :books: 如何 有关其他信息,请单击 :world_map: 网址树 ├── / # Home :herb: 应用树 ├── HOWTO.md ├── LICENSE ├── README.md ├── package.json ├── public │ ├── _redirects │ ├── assets │ ├── favicon.ico │ └── index.html ├── src │ ├── App │ │ └── index.js │ ├── index.js │ ├── styles.css │ └── utils │ └── index.js └──
【文件预览】:
tf-js-face-recog-main
----.gitignore(41B)
----package.json(2KB)
----src()
--------App()
--------index.js(220B)
--------utils()
--------styles.css(767B)
----webpack.config.js(2KB)
----LICENSE(1KB)
----public()
--------index.html(633B)
--------favicon.ico(11KB)
--------_redirects(23B)
----README.md(2KB)
----HOWTO.md(6KB)