# Autopilot **Repository Path**: lcj_2023/Autopilot ## Basic Information - **Project Name**: Autopilot - **Description**: ๆจกๆ‹Ÿ้ฉพ้ฉถ - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-03-06 - **Last Updated**: 2026-03-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Autopilot ๐Ÿš˜ ๐Ÿ›ฃ๏ธ [![](https://img.shields.io/github/license/sourcerer-io/hall-of-fame.svg?colorB=ff0000)](https://github.com/akshaybahadur21/Autopilot/blob/master/LICENSE.txt) [![](https://img.shields.io/badge/Akshay-Bahadur-brightgreen.svg?colorB=ff0000)](https://akshaybahadur.com) This code helps in getting the steering angle of self driving car. ## Inspiration ๐Ÿ—ผ 1) [Udacity Self driving car](https://github.com/udacity/CarND-Behavioral-Cloning-P3) 2) [End to End Learning for Self-Driving Cars](https://devblogs.nvidia.com/deep-learning-self-driving-cars/) ## Versions ๐Ÿ—ฝ 1) [Autopilot Version 1](https://github.com/akshaybahadur21/Autopilot) 2) [Autopilot Version 2](https://github.com/akshaybahadur21/Autopilot/tree/master/Autopilot_V2) ## 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) ## 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](https://arxiv.org/abs/1604.07316) - [Behavioral Cloning Project](https://github.com/udacity/CarND-Behavioral-Cloning-P3) - This implementation also took a lot of inspiration from the Sully Chen github repository: https://github.com/SullyChen/Autopilot-TensorFlow