xurror / super-duper-octo-winner

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Driver Drowsiness Detection System

Description

TODO:

Comparing Python and Matlab for drowsiness detection

TODO: Do a comparative study of the 2 libraries and propose why we chose python

Setup

Requirements:

python >= 3.5

Creating a virtual Environment:

  1. To create the virtual environment: python -m venv venv
  2. To activate venv source venv/bin/activate
  3. Install project dependencies with pip install -r requirements.txt
  4. To run the main file file with video capture: python src/main.py

Once done, you can shutdown your virtual environment by: deactivate

About


Languages

Language:Python 100.0%