An open API service indexing awesome lists of open source software.

https://github.com/sushmitha-93/distracted_driver_detection

To detect if a driver is distracted or not using State farm's distracted driver image dataset to train Resnet50 model
https://github.com/sushmitha-93/distracted_driver_detection

axios bootstrap5 convolutional-neural-networks docker fastapi javascript python reactjs resnet-50 tensorflow

Last synced: 3 months ago
JSON representation

To detect if a driver is distracted or not using State farm's distracted driver image dataset to train Resnet50 model

Awesome Lists containing this project

README

          

### Checkout Demo deployed at https://sushmitha-93.github.io/Distracted_Driver_Detection/phase1demo

Model deployed at: http://44.203.70.143:8500/docs

Distracted driving is causing about 3000 deaths and 280,000 injuries per year according to National Highway Transportation and Safety Administration (NHTSA). Unfortunately distracted driving has become all too common these days with advent of smart phones and social media.

Computer vision solutions based on machine learning image classification algorithms can be effectively used to detect inattentive drivers using any sort of dashboard cameras and alert drivers.

### Demo
Backend: FastAPI to take image as requests and respond with prediction result using trained Resnet ML model to make predictions. FastAPI Docker container image is deployed and hosted on Heroku.

Frontend: ReactJS application, Hosted on GitHub pages.

Check out Phase 1 demo which uses the trained Renet-50 model to predict unlabelled test images