Driver Alertness Detection

Driving while not alert can prove to be fatal. We will design a classifier that will detect whether the driver is alert or not alert, employing data that are acquired while driving.

Installing the Packages

!pip install jovian --upgrade --quiet
!pip install opendatasets scikit-learn jovian --quiet --upgrade
!pip install jovian opendatasets xgboost graphviz lightgbm scikit-learn xgboost lightgbm --upgrade --quiet
import jovian
# Execute this to save new versions of the notebook
jovian.commit(project="zerotogbms-project")
[jovian] Updating notebook "herambhd03/zerotogbms-project" on https://jovian.ai [jovian] Committed successfully! https://jovian.ai/herambhd03/zerotogbms-project