Skip to content

A self learning car 🚘 which would which would learn to move through a fast oncoming traffic and using machine learning with absolutely no ML libraries and pure JavaScript.

Notifications You must be signed in to change notification settings

Bigguysahaj/self-learning-car

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Self-learning-car

https://self-learning-car.vercel.app/

Current update ⚜️

image

Whats New: (11th october) ⚜️

Eyes Of The Car!

image

  • Car now has proximity sensors on it. Read more here https://en.wikipedia.org/wiki/Proximity_sensor

  • The sensors can (for the time being) visually represent the intersections of road boarder and rays image

  • This method is often implemented in video games often under the name of, "Ray casting" for actual game implementations

image

  • Here's the very useful getIntersection function (in utils.js), wrote from scratch. This would come very handy when we start teaching the car to nagvigate through the road itself (and in future traffic).

  • We also added another js file (sensors.js) which holds all the code for it.

Whats New: (7th october) ⚜️

IT MOVES!!

image

  • The camera now follows the car in a bird eye view perspective.
  • The car trully seems to being moving because of the animated roads.
  • We only used save(), restore() and translate() function to do this.
  • The website is now deployed on https://self-learning-car.vercel.app/

About

A self learning car 🚘 which would which would learn to move through a fast oncoming traffic and using machine learning with absolutely no ML libraries and pure JavaScript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published