Skip to content

Project to find lane lines from images and video streams

License

Notifications You must be signed in to change notification settings

nantanitv/lane-lines

Repository files navigation

lane-lines Udacity - Self-Driving Car NanoDegree

A pipeline to identify and mark simple, straight lane lines on the road using Python and OpenCV.

This project is a part of Udacity's Self-Driving Car Engineer Nanodegree program

Combined Image

Install

  • Numpy

    Install Numpy with pip by running the command below in the terminal

    $ pip install numpy

    or explore Numpy's Installation Guide

  • OpenCV

    Install OpenCV with pip by running the command below in the terminal

    $ pip install opencv-python

    or explore OpenCV's Installation Guide

  • Jupyter Notebook

    Install Jupyter Notebook with pip by running the command below in the terminal

    $ pip install notebook

    and open the Jupyter Notebook file using the command

    $ jupyter notebook

    in the directory containing .ipynb file.

    More info

Getting Started

Clone this repository to your local machine

$ git clone https://github.com/nantanitv/lane-lines/

Contact for more details

Email me at [email protected]

About

Project to find lane lines from images and video streams

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published