File size: 777 Bytes
82fe2d1 10181aa |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 |
---
title: Drowsiness Detection
emoji: 😻
colorFrom: indigo
colorTo: blue
sdk: streamlit
sdk_version: 1.17.0
app_file: app.py
pinned: false
license: afl-3.0
---
# Drowsiness-Detection-Using-Mediapipe-Streamlit
A drowsiness detection application created using mediapipe, streamlit and streamlit-webrtc
This repository contains the app deployment code on streamlit cloud. <br>
To understand more refer to my blogpost: [Driver Drowsiness Detection Using Mediapipe In Python | LearnOpenCV](https://learnopencv.com/driver-drowsiness-detection-using-mediapipe-in-python/)
Libraries used:
1. Mediapipe face mesh: https://google.github.io/mediapipe/solutions/face_mesh.html
2. Streamlit: https://streamlit.io/
3. streamlit-webrtc: https://github.com/whitphx/streamlit-webrtc
|