CoronaFaceMaskDetectionTFJS
Corona Face Mask Detection with Custom Vision and Tensorflow.js
Install / Use
/learn @aribornstein/CoronaFaceMaskDetectionTFJSREADME
TFJS Corona FaceMask Detector
Corona Face Mask Detection with Custom Vision and Tensorflow.js

Training
This model was trained using the Azure Custom Vision Service. For more details check out the associated blog post!
Usage
This Tensorflow.js model for Corona Face Mask Detection can be evaluated using the Custom Vision Tensorflow.js API
Object Detection
import * as cvstfjs from '@microsoft/customvision-tfjs';
let model = new cvstfjs.ObjectDetectionModel();
await model.loadModelAsync('model.json');
const image = document.getElementById('image');
const result = await model.executeAsync(image);
The result has 3 arrays.
[
[[0.1, 0.3, 0.4, 0.3], [0.2, 0.4, 0.8, 0.9]], // bounding boxes (x1, y1, x2, y2)
[0.2, 0.3], // probabilities
[1, 4] // class ids
]
Related Skills
node-connect
348.5kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
109.1kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
348.5kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
348.5kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
Security Score
Audited on Nov 22, 2022
