https://github.com/machinelearningzuu/face-mask-detection
https://github.com/machinelearningzuu/face-mask-detection
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/machinelearningzuu/face-mask-detection
- Owner: machinelearningzuu
- Created: 2020-10-30T05:46:00.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-17T16:17:33.000Z (over 5 years ago)
- Last Synced: 2025-02-04T17:17:36.584Z (over 1 year ago)
- Language: Python
- Size: 141 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.