Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 677 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 677 Bytes

ADAS v2.0

Advanced Driver-assistance System

This area will be updated soon.

Structure of the project

  • The extraction module contains utility to get the facial features;
  • The models folder contains trained models for the project.

Setup

Python 3 is required.

  • Install Git Large File Storage, either manually or through a package like git-lfs.
  • Clone the repository with submodules -

git lfs clone --recurse-submodules https://github.com/anujanegi/ADAS.git

  • Install the dependencies -

pip install -r requirements.txt

Go live

The run.py script can be run to get started.

python3 ./run.py