Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 1.89 KB

README.md

File metadata and controls

25 lines (20 loc) · 1.89 KB

DriverDrowsinessDetection

Python (keras) centered deep learning to detect driver drowsiness via trends in facial features (blink duration, etc)

Updates

  1. Dataflair Model + Exporting Models to Mobile

The primary thing to make sure that we can do is to get the models we train with keras / tensorflow to work with the mobile app we’ll be creating with react native. If we can’t deploy our models to those platforms, then no amount of training will have any utility. For this reason, I’m trying to get the model trained from the dataflair article up and running on my android device (samsung galaxy s6), just to learn how to do it.

Relevant Links

YouTube Videos

  1. React Native Tensorflow Object Detection
  2. How to use Tensorflow image processing with React Native
  3. How to get started in React Native - Your First App! (Android & iOS)