Metadata-Version: 1.2
Name: detect-mask
Version: 0.0.2
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 :
        (0,'No Mask')
        (1,'Mask')
        
        It's that simple
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Intended Audience :: Developers
Requires-Python: >=3.5
