An open API service indexing awesome lists of open source software.

https://github.com/machinelearningzuu/face-mask-detection


https://github.com/machinelearningzuu/face-mask-detection

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Face-Mask-Detection with Tensorflow 2

### First Create Python virtual environment using conda and install required libraries including following.
Tensorflow 2.1.0

Opencv 4.1

#### Use following commands in anaconda prompt to create python virual environment and install relevant libraries

conda create -n envname python=3.7

activate envname

conda install -c anaconda tensorflow-gpu

conda install -c anaconda pandas

conda install -c anaconda scikit-learn

conda install -c conda-forge matplotlib

This Model was build using Haarcascade pretrained model and pretrained MobileNet Backbone via Finetuning.