An open API service indexing awesome lists of open source software.

https://github.com/lloydlobo/neura-driver

A simple self-driving car application with a neural network model.
https://github.com/lloydlobo/neura-driver

javascript machine-learning machine-learning-algorithms neural-network self-driving-cars svelte typescript vite webapp

Last synced: about 2 months ago
JSON representation

A simple self-driving car application with a neural network model.

Awesome Lists containing this project

README

          

# Self Driving Car

A simple self-driving car application with a neural network model.

**Credit goes to [Dr. Radu Mariescu-Istodor](https://radufromfinland.com/) for teaching this project, and providing resources to make it easy to start with neural networks and machine learning.**

## Knowledgebase

- [Segment intersection formula explained](https://www.youtube.com/watch?v=fHOLQJo0FjQ) by [Dr. Radu Mariescu-Istodor](https://radufromfinland.com/)

## Legacy

- Ported old project and built on top of Svelte & Vite
- Old Project [Source](https://github.com/lloydlobo/mononom-web-apps/tree/main/apps/nnwml/self-driving-car)