From 8057842b43de068d078ab33f58e8efc78df48232 Mon Sep 17 00:00:00 2001 From: ayush-2424 <56045726+ayush-2424@users.noreply.github.com> Date: Fri, 2 Oct 2020 00:19:30 +0530 Subject: [PATCH 1/2] Create README.md --- README.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 00000000..539a124b --- /dev/null +++ b/README.md @@ -0,0 +1,28 @@ +# Face-Mask-Detection +Detecting face masks using Python, Keras, OpenCV on real video streams +# mask_rcnn_test +Use tensorflow object_detection to finetuning a Mask R-CNN model +This Program train to detect the face mask with help of openCV,Keras/TensorFlow, and Deep Learning. +It helps to detect mask on faces in real-time potentially be used to help ensure your safety and the safety of others. + +# Service +- Helps to detect face mask kin realTime. +- Works on any device, whether it be Windows, macOS, iOS, Linux. +- Not Collect your personal data. +- Not Contain malvare or any type of virus. +- No ads + +## Requirements +- Python3 +- Datasets +- Zip Extractor + +# Libraries +- OpenCV +- Tensorflow +- Keras + +# How to Download +- Download zip. +- Unzip "Face-Mask-Detection.zip" +- Run 'Face-Mask-Detection.exe' From 011f1f7ed02256a43394ef8d518805935c30bc8b Mon Sep 17 00:00:00 2001 From: ayush-2424 <56045726+ayush-2424@users.noreply.github.com> Date: Fri, 2 Oct 2020 00:19:48 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 539a124b..9cb583a0 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This Program train to detect the face mask with help of openCV,Keras/TensorFlow, It helps to detect mask on faces in real-time potentially be used to help ensure your safety and the safety of others. # Service -- Helps to detect face mask kin realTime. +- Helps to detect face mask in realTime. - Works on any device, whether it be Windows, macOS, iOS, Linux. - Not Collect your personal data. - Not Contain malvare or any type of virus.