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.
- Host: GitHub
- URL: https://github.com/lloydlobo/neura-driver
- Owner: lloydlobo
- Created: 2022-06-30T11:22:15.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-06-06T02:54:23.000Z (about 3 years ago)
- Last Synced: 2025-04-03T10:44:05.785Z (about 1 year ago)
- Topics: javascript, machine-learning, machine-learning-algorithms, neural-network, self-driving-cars, svelte, typescript, vite, webapp
- Language: TypeScript
- Homepage: https://neura-driver.vercel.app
- Size: 112 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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)