awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
StuckAtPrototype avatar

StuckAtPrototype/Racer

0
View on GitHub↗
3,742 stars·537 forks·C·Apache-2.0·14 views

Racer

Racer is a self-driving remote-controlled car platform that integrates hardware schematics, an autonomous vehicle training framework, and a machine learning control system. It provides the necessary tools to build, train, and operate autonomous vehicles.

The platform includes 3D-printable design files and electronic schematics for constructing custom vehicle chassis and circuitry. This hardware is supported by a software toolkit that translates model predictions into steering and speed commands for the physical vehicle.

The system covers supervised learning processes that map sensor data to operator commands, real-time model inference for vehicle movement, and remote telemetry for controlling vehicles via keyboard input.

Features

  • Autonomous Driving Stacks - Provides a comprehensive hardware and software stack for building and operating self-driving RC cars.
  • Autonomous Vehicle Training - Provides a framework for training machine learning models to navigate physical vehicles using sensor data.
  • Model Inference - Implements real-time model inference to generate vehicle movement commands from sensor streams.
  • Neural Network Training - Provides a process for training neural networks to enable autonomous vehicle operation using sensor data.
  • Supervised Learning Frameworks - Trains vehicle steering models by mapping formatted sensor input data to specific operator directional commands.
  • 3D-Printable Robot Designs - Ships 3D-printable design files for producing robotic vehicle frames and components.
  • Custom Robot Hardware Design - Provides custom PCB layouts and electronic schematics for robotic control and sensing.
  • DIY Hardware Blueprints - Offers open-source hardware blueprints and schematics for building custom robotic vehicle chassis.
  • Hardware Assembly Guides - Provides electronic schematics and 3D design files for the physical assembly of the vehicle chassis.
  • Vehicle Operating Environments - Provides an integrated software environment managing the pipeline from sensor ingestion to vehicle actuation.
  • Vehicle Motion Control - Translates model predictions into commands for physical actuators like steering and acceleration.
  • Remote Control Signals - Transmits steering and speed control signals from a computer to a remote vehicle.
  • Keyboard Remote Operation - Allows sending directional speed and steering commands to a remote vehicle via a computer keyboard.

Star history

Star history chart for stuckatprototype/racerStar history chart for stuckatprototype/racer

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Racer

These projects share indexed features with Racer. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • cpfl/autowareCPFL avatar

    CPFL/Autoware

    11,716View on GitHub↗

    Autoware is a modular autonomous driving stack and open-source platform for advanced driver assistance systems. It functions as an integrated operating environment that manages the full pipeline from sensor data processing to vehicle actuation, utilizing the ROS 2 robotics framework for distributed communication and hardware abstraction. The system provides a comprehensive software architecture to enable autonomous driving across various vehicle platforms. It coordinates perception, planning, and control systems to operate vehicles without human intervention. The platform covers several core

    Dockerfile
    View on GitHub↗11,716
  • deeplearning4j/deeplearning4jdeeplearning4j avatar

    deeplearning4j/deeplearning4j

    14,236View on GitHub↗

    Deeplearning4j is a JVM-based deep learning framework and tensor computing library. It provides a computational graph engine for defining and executing deep learning workflows and mathematical operations within the Java Virtual Machine. The project includes a dedicated importer for loading and running pretrained models exported from Keras, TensorFlow, and ONNX formats. Its tensor computing capabilities are driven by a modular native C++ math core to execute high-performance linear algebra operations. The framework covers neural network training, deep learning model inference, and the constru

    Java
    View on GitHub↗14,236
  • stephencwelch/neural-networks-demystifiedstephencwelch avatar

    stephencwelch/Neural-Networks-Demystified

    1,361View on GitHub↗

    Neural Networks Demystified is an educational resource consisting of interactive Python notebooks designed to explain the fundamental mathematical concepts behind neural networks. It serves as a tutorial for understanding how these models process data and learn from patterns through supervised learning implementations. The project functions as a visualization tool that demonstrates core mechanics such as forward propagation and gradient descent. By utilizing notebook-driven execution, it allows for the inspection of intermediate data states and mathematical transformations as they occur durin

    Jupyter Notebook
    View on GitHub↗1,361
  • apolloauto/apolloApolloAuto avatar

    ApolloAuto/apollo

    26,676View on GitHub↗

    Apollo is a comprehensive software stack designed for autonomous vehicle development, providing the necessary components for perception, planning, and control. It functions as a high-performance robotics middleware, utilizing a publish-subscribe data bus to facilitate low-latency communication between distributed modules and hardware sensors. The platform integrates data from cameras, lidar, and radar through a sensor fusion framework to generate a real-time environmental model for navigation. The system features a component-based runtime framework that manages task scheduling and resource al

    C++apolloautonomous-drivingautonomous-vehicles
    View on GitHub↗26,676
Compare all 30 related projects→

Frequently asked questions

What does stuckatprototype/racer do?

Racer is a self-driving remote-controlled car platform that integrates hardware schematics, an autonomous vehicle training framework, and a machine learning control system. It provides the necessary tools to build, train, and operate autonomous vehicles.

What are the main features of stuckatprototype/racer?

The main features of stuckatprototype/racer are: Autonomous Driving Stacks, Autonomous Vehicle Training, Model Inference, Neural Network Training, Supervised Learning Frameworks, 3D-Printable Robot Designs, Custom Robot Hardware Design, DIY Hardware Blueprints.

Which projects share features with stuckatprototype/racer?

Projects with overlapping indexed features include: cpfl/autoware — Autoware is a modular autonomous driving stack and open-source platform for advanced driver assistance systems. It… deeplearning4j/deeplearning4j — Deeplearning4j is a JVM-based deep learning framework and tensor computing library. It provides a computational graph… stephencwelch/neural-networks-demystified — Neural Networks Demystified is an educational resource consisting of interactive Python notebooks designed to explain… autowarefoundation/autoware — Autoware is an open-source autonomous driving software platform built on the robotics middleware standard. It provides… apolloauto/apollo — Apollo is a comprehensive software stack designed for autonomous vehicle development, providing the necessary… opendrivelab/uniad — UniAD is a unified deep learning framework for autonomous driving that integrates perception, prediction, and planning…