Skip to content

Latest commit

 

History

History
100 lines (63 loc) · 3.93 KB

README.md

File metadata and controls

100 lines (63 loc) · 3.93 KB

Drunk Driving Detection

Drunk driving is actually one of the most problematic factors in driving. To prevent such drunk driving, we propose our system. This system can be used with a smart watch or smart phone. Drinking is detected by machine learning.

image

Youtube

Youtube link

Main Process

  1. We recognize biometric data through smart watches.

  2. This information is sent to the smartphone.

  3. The smartphone sends this data to the server through the API and server determined whether or not to drink.

  4. If it is determined to be drinking, the driving detection schedule starts.

    • If driving detection schedule was started
      1. It uses the beacon placed in the driver's seat to locate the user.
      2. If it is determined that the user has been seated in the driver's seat, an alert process is initiated.
      3. At this time, we can use multiple beacons to improve driver seat determination accuracy.

See the wiki for more details.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Minimum Requirements

  • Hardware

    • Android-based smartphone
    • Tizen-based smart watch
    • Beacon
  • Software

    • IDE
      • Android Studio >= 3.0
      • Tizen Studio
      • Visual code (Angular 8)
    • Back-end software
      • Apache 2.4
      • PHP 7.0
      • MariaDB 10

Installing & Deployment

  • Detailed installation and environment information can be found here.

  • If you want to understand the project structure, please refer to this page.

Built With

Authors

  • Seunghwa, Lee - Project integration & Detect drinking - banksemi
  • Juuyong, Jeon - User interface - juuyoungjeon
  • ClimbGoldy - Detect driving - ClimbGoldy

See also the list of contributors who participated in this project.


Wiki Pages

The details of this project are stored in the wiki.

Introduction

Installation

Development