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
ndrplz avatar

ndrplz/self-driving-car

0
View on GitHub↗
2,920 stars·1,393 forks·C++·14 views

Self Driving Car

Udacity Self-Driving Car Engineer Nanodegree projects.

Features

  • Autonomous Driving - End-to-end deep learning implementations for autonomous vehicle navigation.
  • Computer Vision - Resources and projects related to autonomous vehicle technology.

Star history

Star history chart for ndrplz/self-driving-carStar history chart for ndrplz/self-driving-car

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 Self Driving Car

These projects share indexed features with Self Driving Car. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • carla-simulator/carlacarla-simulator avatar

    carla-simulator/carla

    14,072View on GitHub↗

    CARLA is an autonomous driving simulator and research environment designed for developing and validating self-driving software. It functions as an urban traffic simulator that generates realistic vehicle and pedestrian behavior and as a synthetic sensor data generator producing LiDAR, Radar, and camera data. The platform distinguishes itself through its deep integration with robotics frameworks, specifically providing native connectivity to ROS2 nodes for robotic control and data processing. It supports the training of driving models via imitation and reinforcement learning within a controlle

    C++
    View on GitHub↗14,072
  • fundamentalvision/bevformerfundamentalvision avatar

    fundamentalvision/BEVFormer

    4,519View on GitHub↗

    BEVFormer is a perception framework that transforms multi-camera images into bird's-eye-view representations for autonomous driving. It functions as a multi-camera vision pipeline that integrates multiple camera streams into a single unified spatial perspective to facilitate environmental understanding. The system implements a transformer-based architecture that employs query-based feature extraction and spatiotemporal networks to aggregate spatial image features and temporal historical data. It uses recurrent temporal accumulation to maintain a persistent memory of the scene across consecuti

    Pythonautonomous-drivingcomputer-visiondeep-learning
    View on GitHub↗4,519
  • lexfridman/mit-deep-learninglexfridman avatar

    lexfridman/mit-deep-learning

    10,417View on GitHub↗

    This project is a collection of deep learning courseware and instructional materials. It provides a structured curriculum and practical demonstrations covering the fundamentals of neural network architectures and artificial intelligence. The materials include specialized tutorials and guides on generative adversarial networks for synthetic data generation, as well as reinforcement learning resources focused on decision-making and motion planning for autonomous robotics. The content covers broad capability areas including computer vision development, the implementation of feed-forward and con

    Jupyter Notebookartificial-intelligencedata-sciencedeep-learning
    View on GitHub↗10,417
  • dusty-nv/jetson-inferencedusty-nv avatar

    dusty-nv/jetson-inference

    8,734View on GitHub↗

    jetson-inference is a set of libraries and tools for executing optimized deep learning models on embedded GPU hardware. Its primary purpose is to enable real-time computer vision and AI inference at the edge with low latency and high throughput. The project distinguishes itself through high-performance streaming analytics and the ability to execute concurrent AI pipelines on auto-grade silicon. It provides specialized support for multi-sensor stream processing, utilizing zero-copy data transport to load camera frames directly into GPU memory. The codebase covers a broad surface of capabiliti

    C++caffecomputer-visiondeep-learning
    View on GitHub↗8,734
Compare all 30 related projects→

Frequently asked questions

What does ndrplz/self-driving-car do?

Udacity Self-Driving Car Engineer Nanodegree projects.

What are the main features of ndrplz/self-driving-car?

The main features of ndrplz/self-driving-car are: Autonomous Driving, Computer Vision.

Which projects share features with ndrplz/self-driving-car?

Projects with overlapping indexed features include: fundamentalvision/bevformer — BEVFormer is a perception framework that transforms multi-camera images into bird's-eye-view representations for… carla-simulator/carla — CARLA is an autonomous driving simulator and research environment designed for developing and validating self-driving… lexfridman/mit-deep-learning — This project is a collection of deep learning courseware and instructional materials. It provides a structured… dusty-nv/jetson-inference — jetson-inference is a set of libraries and tools for executing optimized deep learning models on embedded GPU… albu/albumentations — Albumentations is an image augmentation library and computer vision preprocessing tool designed to expand datasets for… ailab-cvc/yolo-world — YOLO-World is a vision-language framework and open-vocabulary object detection model. It identifies objects in images…