GitPedia

Autopilot

A simple self-driving car module for humans ๐Ÿš˜ ๐Ÿ›ฃ๏ธ

From akshaybahadur21ยทUpdated June 19, 2026ยทView on GitHubยท

This code helps in getting the steering angle of self driving car. The project is written primarily in Python, distributed under the MIT License license, first published in 2018. Key topics include: autopilot, dataset, deep-learning, driving-cars, machine-learning.

Autopilot ๐Ÿš˜ ๐Ÿ›ฃ๏ธ

This code helps in getting the steering angle of self driving car.

Inspiration ๐Ÿ—ผ

  1. Udacity Self driving car
  2. End to End Learning for Self-Driving Cars

Versions ๐Ÿ—ฝ

  1. Autopilot Version 1
  2. Autopilot Version 2

Code Requirements ๐Ÿฆ„

You can install Conda for python which resolves all the dependencies for machine learning.

pip install requirements.txt

Description ๐ŸŽ๏ธ

An autonomous car (also known as a driverless car, self-driving car, and robotic car) is a vehicle that is capable of sensing its environment and navigating without human input. Autonomous cars combine a variety of techniques to perceive their surroundings, including radar, laser light, GPS, odometry, and computer vision. Advanced control systems interpret sensory information to identify appropriate navigation paths, as well as obstacles and relevant signage

File Organization ๐Ÿ—„๏ธ

shell
โ”œโ”€โ”€ Autopilot Parent (Current Directory) โ”œโ”€โ”€ Autopilot โ”œโ”€โ”€ models โ”œโ”€โ”€ resources โ”œโ”€โ”€ Trainer.py โ”œโ”€โ”€ DataLoader.py โ””โ”€โ”€ Main Application.py โ”œโ”€โ”€ Autopilot_V2 โ”œโ”€โ”€ models โ”œโ”€โ”€ resources โ”œโ”€โ”€ Trainer.py โ”œโ”€โ”€ DataLoader.py โ””โ”€โ”€ Main Application.py โ”œโ”€โ”€ LICENSE โ”œโ”€โ”€ requirements.txt โ””โ”€โ”€ readme.md

Autopilot V1 (Udacity Dataset based on Udacity Simulator)

<img src="https://github.com/akshaybahadur21/BLOB/blob/master/final.gif">

Autopilot V2 (NVIDIA Dataset based on real world)

<img src="https://github.com/akshaybahadur21/BLOB/blob/master/v2.gif">
Made with โค๏ธ and ๐Ÿฆ™ by Akshay Bahadur

๐Ÿ“Œ Cite Us

To cite this guide, use the below format:

@article{autopilot,
author = {Bahadur, Akshay},
journal = {https://github.com/akshaybahadur21/Autopilot},
month = {01},
title = {{Autopilot}},
year = {2018}
}

References ๐Ÿ”ฑ

Contributors

Showing top 1 contributor by commit count.

View all contributors on GitHub โ†’

This article is auto-generated from akshaybahadur21/Autopilot via the GitHub API.Last fetched: 6/29/2026