Library for drowsiness detection using deep learning
Project 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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file python-DrowsyDetection-0.0.4.tar.gz.
File metadata
- Download URL: python-DrowsyDetection-0.0.4.tar.gz
- Upload date:
- Size: 27.6 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
46c48aae404b44cb3dc84c9131ec380c4908b11d8538f8cbcd1235d4debc4266
|
|
| MD5 |
cda73b5e7d2ea203a06bad579beeadd9
|
|
| BLAKE2b-256 |
f1c6b37062198f2cc9315a454360e5413f184399117c87823c3b236309987a36
|