akshaybahadur21
Autopilot
Python

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

Last updated Jul 17, 2026
518
Stars
183
Forks
6
Issues
0
Stars/day
Attention Score
62
Language breakdown
Python 100.0%
โ–ธ Files click to expand
README

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 ๐Ÿ—„๏ธ

โ”œโ”€โ”€ 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)

Autopilot V2 (NVIDIA Dataset based on real world)

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 ๐Ÿ”ฑ

- Mariusz Bojarski, Davide Del Testa, Daniel Dworakowski, Bernhard Firner, Beat Flepp, Prasoon Goyal, Lawrence D. Jackel, Mathew Monfort, Urs Muller, Jiakai Zhang, Xin Zhang, Jake Zhao, Karol Zieba. End to End Learning for Self-Driving Cars - Behavioral Cloning Project - This implementation also took a lot of inspiration from the Sully Chen github repository: https://github.com/SullyChen/Autopilot-TensorFlow

ยฉ 2026 GitRepoTrend ยท akshaybahadur21/Autopilot ยท Updated daily from GitHub