Metadata-Version: 1.2
Name: detect_mask
Version: 0.0.7
Summary: Python Package for detecting masks in the input Photos
Home-page: https://github.com/Jash271/Detect_Mask
Author: Jash Shah
Author-email: shahjash271@gmail.com
License: MIT
Description: ******************
        Detect_Mask
        ******************
        Fast AI required to run this module 
        ******************************************************************
        Just Import detect_mask module : import detect_mask
        *******************************************************************
        call the method Determine and pass the path of the photo of the variable : detect_mask.Determine(path)
        *************************************************************************************************************
        Returns a Tuple :
        *************************************
        1. (0,'No Mask')
        **********************************
        2. (1,'Mask')
        *********************************
        It's that simple
        ******************************
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Intended Audience :: Developers
Requires-Python: >=3.6.8
