/Finding-Lanes-Lines

Lane Finding Project for Self-Driving Car

Primary LanguageJupyter NotebookMIT LicenseMIT

Finding-Lanes-Lines

When we drive, we use our eyes to decide where to go. The lines on the road that show us where the lanes are act as our constant reference for where to steer the vehicle. Naturally, one of the first things we would like to do in developing a self-driving car is to automatically detect lane lines using an algorithm.

In this project I will detect lane lines in images using Python and OpenCV.

Source code

To create an Anaconda environment, run the following command in the terminal from the root folder of the project:

 conda env create -f environment.yaml

License

License: MIT