Metadata-Version: 2.1
Name: python-DrowsyDetection
Version: 0.0.4
Summary: Library for drowsiness detection using deep learning
Home-page: UNKNOWN
Author: Ajit Singh Rathore
Author-email: ajitsinghrathore64277@gmail.com
License: MIT
Description: This library uses deep learning to detect drowsiness of a person
        
        To use it just follow the steps(install tf-nightly also , pip install tf-nightly)
        
        1.  import it in your project
             from DrowsinessDetection.DrowsinessDetector import  drowsiness_detector
        
        2.   initializing the detector
             d = drowsiness_detector()
        
        3.   starting the detector in separate thread
             d.start()
        
             # your other code .........
        
        
        
        Change Log
        
        ===============
        
        
        0.0.1  (29/04/2021)
        -------------------
        - First Release
        
        0.0.2 (29/04/2021)
        ------------------
        - Second Release
        
        
Keywords: Drowsiness
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Education
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/plain
