Skip to content

This is an implementation of various algorithms and techniques required to build a simple Self Driving Car. A modified versions of the Udacity Self Driving Car Simulator is used as a testing environment.

Notifications You must be signed in to change notification settings

soumik12345/Swayam-Self-Driving-Car

Repository files navigation

Swayam - The Self Driving Car

Binder HitCount

Overview

This is an implementation of various algorithms and techniques required to build a simple Self Driving Car. A modified versions of the Udacity Self Driving Car Simulator is used as a testing environment.

Overview
Project 1: Lane Finding
Status: Completed

(code)

Overview
Project 2: Advanced Lane Finding
Status: Completed

(code)

Overview
Project 3: Deep Road Finder
Status: Ongoing

(code)

Dependencies

Main Dependencies are -

  1. Python 3.5
  2. numpy
  3. opencv
  4. pyautogui (optional)

Project 1: Lane Finding

Detection of Lane Lines on road from both Real World Footage as well as Simulator Footage using basic Image Processing techniques including colorspace shifting, thresholding, edge detection and Line Detection.

Overview

Project 2: Advanced Lane Finding

Detection of Lane Lines on road from both Real World Footage as well as Simulator Footage using advanced Image Processing techniques including Distortion Fixing, Perspective Transformation, Binarization and Polynomial Curve Fitting.

Overview

About

This is an implementation of various algorithms and techniques required to build a simple Self Driving Car. A modified versions of the Udacity Self Driving Car Simulator is used as a testing environment.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published