Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 759 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 759 Bytes

Self Driving Car with Javascript and Neural Networks.

This is a projects that simulates a self driving car. It utilises Neural Networks written in JavaScript. It also has visualization of the Neural Network working.
I have attached a video of the live demo at the end of the readme.

How to run the code

Requirements

  • git
    • You'll know you did it right if you can run git --version and you see a response like git version x.x.x

Quickstart

git clone https://github.com/githubarj/Self-Driving-Car.git
cd Self-Driving-Car
start index.html

Video of live demo

self-driving.mp4