Autopilot
A simple self-driving car module for humans ๐ ๐ฃ๏ธ
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 ๐ผ
Versions ๐ฝ
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 ๐ฑ
- 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
Contributors
Showing top 1 contributor by commit count.
