Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Machine Learning for RC Cars
| Date | Stars |
|---|---|
| 2026-07-31 | 710 |
| 2026-08-03 | 710 |
| 2026-08-06 | 710 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
# Suiron ### Machine Learning for RC Cars ## Prediction visualization (green = actual, blue = prediction)  ## Click the video below to see it in action! [](https://youtu.be/tFwCyHdAWf0 "Machine Learning Car") ## Dependencies #### __Python 2.7__ was chosen as it was supported by all the libraries used at the time ``` sudo apt-get update sudo apt-get upgrade sudo apt-get install python-opencv python-dev export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.10.0-cp27-none-linux_x86_64.whl sudo pip install --upgrade $TF_BINARY_URL sudo pip install -r requirements.txt ``` ## Collecting data ``` python collect.py ``` ## Visualizing collected data ``` python visualize_collect.py ``` ## Training data ``` python train.py ``` ## Visualizing predicted data ``` python visualize_predict.py ``` # References Blog Post detailing how the hardware and software communicate - [Communicating between RC Car and the On-board Computer - Jabelone](http://jabelone.com.au/blog/make-autonomous-car-code-included/) Communication between hardware and software repo - [car-controller](https://github.com/jabelone/car-controller) Neural Network architecture was based on NVIDIA's Self-driving car paper - [End-To-End Learning for Self-Driving Cars](https://arxiv.org/pdf/1604.07316v1.pdf)
Excerpt of 1,454 characters
Read on GitHub46
1
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:c078f763c84a5985, llm:Repository description: 'Machine Learning for RC Cars' (no topics, Python).
matched fp:c078f763c84a5985, llm:Repository description: 'Machine Learning for RC Cars' (no topics, Python).
matched fp:c078f763c84a5985, llm:Repository description: 'Machine Learning for RC Cars' (no topics, Python).