All Projects → ariefrahmansyah → face-mask-detection

ariefrahmansyah / face-mask-detection

Licence: other
Real-time Face Mask Detection using TensorFlow and Keras.

Programming Languages

Jupyter Notebook
11667 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to face-mask-detection

incogly
Incogly is a video conferencing app aimed to remove any implicit bias in an interview and easing the process of remote collaboration.
Stars: ✭ 24 (-25%)
Mutual labels:  tensorflowjs
pytorch2keras
PyTorch to Keras model convertor
Stars: ✭ 788 (+2362.5%)
Mutual labels:  tensorflowjs
Nsfwjs
NSFW detection on the client-side via TensorFlow.js
Stars: ✭ 5,223 (+16221.88%)
Mutual labels:  tensorflowjs
digit-recognizer-live
Recognize Digits using Deep Neural Networks in Google Chrome live!
Stars: ✭ 29 (-9.37%)
Mutual labels:  tensorflowjs
bodymoji
Draws an emoji on your face! Powered by Nuxt.js, Tensorflow.js and Posenet
Stars: ✭ 21 (-34.37%)
Mutual labels:  tensorflowjs
emotion-detector.js
👹 Emotion recognition in Node.js
Stars: ✭ 30 (-6.25%)
Mutual labels:  tensorflowjs
frontend-park
哈喽大家好~我是荣顶!这是一个有趣的前端趣味知识公园~该项目是我平时捣鼓前端相关技术的一些案例集合。
Stars: ✭ 66 (+106.25%)
Mutual labels:  tensorflowjs
teachablemachine-node
Using Teachable Machine Models in Node.js
Stars: ✭ 45 (+40.63%)
Mutual labels:  tensorflowjs
lyrics-generator
Generating lyrics with a recurrent neural network
Stars: ✭ 36 (+12.5%)
Mutual labels:  tensorflowjs
angular-tensorflowjs-example
Using TensorflowJS detection models in Angular
Stars: ✭ 24 (-25%)
Mutual labels:  tensorflowjs
tictactoe-ai-tfjs
Train your own TensorFlow.js Tic Tac Toe
Stars: ✭ 45 (+40.63%)
Mutual labels:  tensorflowjs
tensorflowjs-webcam-transfer-learning
Tensorflowjs Webcam Transfer Learning
Stars: ✭ 49 (+53.13%)
Mutual labels:  tensorflowjs
doctr-tfjs-demo
Javascript demo of docTR, powered by TensorFlowJS
Stars: ✭ 21 (-34.37%)
Mutual labels:  tensorflowjs
color-pop
🌈 Automatic Color Pop effect on any image inspired by Google Photos
Stars: ✭ 21 (-34.37%)
Mutual labels:  tensorflowjs
Face Api.js
JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js
Stars: ✭ 13,258 (+41331.25%)
Mutual labels:  tensorflowjs
Face-Mask
Real time webcam face detection, protect yourself from COVID19 with a virtual mask
Stars: ✭ 64 (+100%)
Mutual labels:  tensorflowjs
food-vision-mobile-tensorflowjs
Food Vision project for mobile devices using TensorFlowJS
Stars: ✭ 19 (-40.62%)
Mutual labels:  tensorflowjs
face-mask-detector
Detecting face mask with OpenCV and TensorFlow. Using simple CNN or model provided by TensorFlow as MobileNetV2, VGG16, Xception.
Stars: ✭ 19 (-40.62%)
Mutual labels:  face-mask-detection
handwritten-digit-recognition-tensorflowjs
In-Browser Digit recognition with Tensorflow.js and React using Mnist dataset
Stars: ✭ 40 (+25%)
Mutual labels:  tensorflowjs
time-series-forecasting-tensorflowjs
Pull stock prices from online API and perform predictions using Long Short Term Memory (LSTM) with TensorFlow.js framework
Stars: ✭ 96 (+200%)
Mutual labels:  tensorflowjs

Face Mask Detection

Try the app!

Prerequisites

  1. Python 3 -- for training the model.

    All the dependencies and required libraries are included in the file requirements.txt. You can install them by running pip install -r requirements.txt.

    If you are using Pipenv, you can simply run pipenv install, then you can activate the Pipenv shell by running pipenv shell.

  2. NodeJS -- for serving the model.

    All the dependencies for serving the model as web application are in package.json. You can install them by running npm install.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].