Image Classification
Transformers
PyTorch
English
drowsiness_detector
computer-vision
drowsiness-detection
driver-safety
cnn
tensorflow
Instructions to use ckcl/driver-drowsiness-detector with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ckcl/driver-drowsiness-detector with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="ckcl/driver-drowsiness-detector") pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("ckcl/driver-drowsiness-detector", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Upload drowsiness_model.h5
Browse files- drowsiness_model.h5 +3 -0
drowsiness_model.h5
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:17bf4af59e2ee2badd10bdc4b3870a42141ee0323767e916968e6cd2caf6a02b
|
| 3 |
+
size 532812672
|