This repository contains many autonomous vehicle-related projects I've worked on. This might serve as the foundation for a real autonomous vehicle.
Employ region of interest selection, grayscaling, Gaussian smoothing, Canny Edge Detection and Hough Transform line detection to identify lane lines on the road in an image.
Simple linearly extrapolated lane detections
Find lane markings in images and video using color transformations, gradients, and perspective transformation. Determine the curvature of the lane and the vehicle position with respect to center.
Lane detections with curvature and offset
Use Udacity's driving simulator to create a dataset to clone driving behavior by training and validating a model using Keras. The model outputs a steering angle to an autonomous vehicle.
Autonomus driving in the simulator
Use End-to-End architecture to train a CNN model that predicts a steering angle, trained on real world dataset.
Autopilot with steering angle prediction
Feel free to improve this project with pull request. If you face any problem, kindly raise an issue.