nit-ap / Mask-Detection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to Face Mask Detection ๐Ÿ‘‹

๐Ÿ  Homepage

Version Documentation License: MIT Twitter: Manikan31004419 Demo

This is a Faster RCNN based object detection model that detects the person face mask.It can clearly detect face mask in group of people with a great ease. Demo

Install

# To get started with this project first create env. if you have Anaconda then create env using below command:
conda create -n [env name] python=3.6
# If you does not have Anaconda the create env using virtualenv follow below command:
pip install virtualenv
python -m [env name] env
# After creating enivornment now install all requirements
pip install -r requirements.txt

Run App

python mask_detection.py

Dataset

  • You can get dataset from kaggle Face Mask Data
  • You can also create own dataset by clicking own pic with Mask and Without Mask using create_dataset.py file

Author

๐Ÿ‘ค Manikant Kumar

Show your support

Give a โญ๏ธ if this project helped you!


About


Languages

Language:Python 99.7%Language:Dockerfile 0.2%Language:Shell 0.2%