Skip to content

Commit ce25524

Browse files
committed
add: CITATION.cff for academic citations
1 parent 3deab5e commit ce25524

1 file changed

Lines changed: 34 additions & 0 deletions

File tree

CITATION.cff

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
cff-version: 1.2.0
2+
message: "If you use this software, please cite it as below."
3+
type: software
4+
title: "Driver Drowsiness Detection System"
5+
version: 0.1.0
6+
date-released: 2025-11-12
7+
authors:
8+
- family-names: "Mittal"
9+
given-names: "Divit"
10+
email: "64.69.76.69.74.m@gmail.com"
11+
repository-code: "https://github.com/DivitMittal/Driver-Drowsiness-Detection"
12+
url: "https://github.com/DivitMittal/Driver-Drowsiness-Detection"
13+
abstract: >-
14+
A real-time Driver Drowsiness Detection system that mitigates vehicular
15+
accident risks by leveraging advanced computer vision techniques and deep
16+
learning, specifically employing Siamese Neural Networks. The system performs
17+
continuous monitoring of the driver's facial region via a standard camera feed,
18+
analyzing key physiological indicators including Eye Aspect Ratio (EAR), head
19+
pose estimation, and mouth state analysis (yawning detection) to provide timely
20+
alerts for drowsiness and fatigue.
21+
keywords:
22+
- drowsiness-detection
23+
- driver-monitoring
24+
- computer-vision
25+
- deep-learning
26+
- siamese-neural-networks
27+
- facial-recognition
28+
- eye-tracking
29+
- real-time-detection
30+
- opencv
31+
- tensorflow
32+
- keras
33+
- safety-systems
34+
license: MIT

0 commit comments

Comments
 (0)