Skip to content

"Driver Drowsiness Detection System", this system consists of a window application. We trained our CNN model over Google Cloud.

Notifications You must be signed in to change notification settings

Place4you/Driver-Drowsiness-Detection-System

Repository files navigation

Driver Drowsiness Detection System

Overview

"Driver Drowsiness Detection System", this system consists of a window application. We trained our CNN model over Google Cloud. The application is also developed with a Python library Tkinter. I got 130/150 from our External Examiners.

Table of Contents

Software Requirements

  • Anaconda (1.9)
  • Python (3.7)
  • Jupyter Notebook (6.0.3)
  • Libraries:
    • TensorFlow (2.3.0)
    • Keras (2.4.3)
    • OpenCV (4.5.5)
    • Pygame (2.1.2)
    • Tkinter (8.6)
    • OS
    • NumPy

Hardware Requirements

  • Laptop with basic hardware (Preferred GPU)
  • Webcam
  • Mouse/Trackpad
  • Keyboard

Installation

  • You can have to install all nesccsries dependienes and libraries( Specific Versions are mentioned in repo)
  1. Clone the repository:
    git clone https://github.com/Place4you/Driver-Drowsiness-Detection-System.git
    cd Driver-Drowsiness-Detection-System
    

Setup Anaconda environment:

  • conda create --name drowsiness_env python=3.7
  • conda activate drowsiness_env

Install dependencies::

  • pip install tensorflow==2.3.0 keras==2.4.3 opencv-python==4.5.5 pygame==2.1.2 etc

Run the project

  • jupyter notebook

Contributing

If you have any suggestions or improvements for the Bubble game, feel free to fork the repository, make your changes, and submit a pull request.

License

This project is licensed under the MIT License.

About

"Driver Drowsiness Detection System", this system consists of a window application. We trained our CNN model over Google Cloud.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published