Autopilot Save

A simple self-driving car module for humans 🚘 🛣️

Project 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

References 🔱

Open Source Agenda is not affiliated with "Autopilot" Project. README Source: akshaybahadur21/Autopilot

Open Source Agenda Badge

Open Source Agenda Rating