The document describes an Advanced Lane Finding project that uses computer vision techniques to identify lane boundaries in video from a front-facing car camera. The steps include: 1) removing distortion, 2) isolating lanes using color and gradient thresholds, 3) warping the image to a bird's-eye view, 4) fitting curves to the lane pixels, and 5) creating the final output image with lane and radius of curvature information overlaid. Improvement areas include automating parameter selection using machine learning rather than manual tuning.