# vue-tfjs-blazeface **Repository Path**: WD-CHINA/vue-tfjs-blazeface ## Basic Information - **Project Name**: vue-tfjs-blazeface - **Description**: 基于tfjs-blazeface的vue项目,可以进行人脸角度识别,进行正脸拍照,默认使用前置摄像头 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-10-27 - **Last Updated**: 2022-05-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 介绍 ``` 基于tfjs-blazeface的vue项目,可以进行人脸角度识别,进行正脸拍照,默认使用前置摄像头 ``` ## 安装依赖 ``` npm install @tensorflow-models/blazeface @tensorflow/tfjs-backend-cpu @tensorflow/tfjs-backend-wasm @tensorflow/tfjs-backend-webgl @tensorflow/tfjs-converter @tensorflow/tfjs-core ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ```