npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

node-red-contrib-facemask-detector

v1.0.0

Published

A node-red node used to detect face masks using customvision (Tensorflow.js) and pre-trained AI.

Downloads

6

Readme

Maintenance issues forks stars

A custom node from node-red to detect face masks from an input image.

🚧 Requirements

  • On windows, You need the Visual Studio Build Tools because node-gyp requires to run correctly, You can read more about it here.

You can install the Build tools (2017) 👉 Official Build Tools 2017.

You need check and install these packages:

An alternative to installing the build tools is using the next command suggested here running a Powershell terminal in administrator mode.

npm install --global --production windows-build-tools

🔧 Install

This node requires @microsoft/customvision-tfjs-node and @tensorflow/tfjs-node as peer dependencies, you need installing them manually.

Go to .node red folder (usually located at C:\Users\{YOUR_USER}\.node-red) and execute:

npm install @microsoft/customvision-tfjs-node
npm install @tensorflow/tfjs-node

and then, install the node using:

npm install -S node-red-contrib-facemask-detector

or search it on Manage Pallete from node-red.

🔧 Usage

Pass an image (array buffer) to the input of node, and receive:

  • The prediction model, that includes: bbox array, prediction array, and label array (0 = mask object)
  • Original image processed.
  • Boolean value (detected) any mask on the picture.
  • Quantity of mask detected
  • threshold configurated to evaluate that picture.

You can configure the threshold value to detect with more or less precision.

🎯 Purpose

This project was done for educational purposes, using Custom Vision to train the model with 629 facemask examples and node-red programming tool. You can test it using: