Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/place4you/driver-drowsiness-detection-system

"Driver Drowsiness Detection System", this system consists of a window application. We trained our CNN model over Google Cloud.
https://github.com/place4you/driver-drowsiness-detection-system

anaconda cnn jypyternotebook model python tkinter

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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](#software-requirements)
- [Hardware Requirements](#hardware-requirements)
- [Installation](#installation)
- [Usage](#usage)
- [License](#license)

## 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:**
```bash
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.