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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

9 dépôts

Awesome GitHub RepositoriesDistributed Acceleration Layers

Abstraction layers that enable distributed execution across diverse hardware.

Distinguishing note: Focuses on the acceleration layer as a distinct architectural component.

Explore 9 awesome GitHub repositories matching artificial intelligence & ml · Distributed Acceleration Layers. Refine with filters or upvote what's useful.

Awesome Distributed Acceleration Layers GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • ageitgey/face_recognitionAvatar de ageitgey

    ageitgey/face_recognition

    56,504Voir sur GitHub↗

    This is a Python facial recognition library designed to detect, encode, and identify human faces in images and video. It functions as a biometric identification tool that converts facial features into numerical encodings to compare and match identities. The library provides a computer vision command line interface for batch processing face detection and recognition tasks across image directories. It also supports a GPU accelerated vision API that utilizes CUDA and NVIDIA hardware to increase the speed of facial analysis and identification. Its capabilities cover human face detection and faci

    Utilizes CUDA and NVIDIA hardware to accelerate heavy matrix computations for faster image analysis.

    Pythonface-detectionface-recognitionmachine-learning
    Voir sur GitHub↗56,504
  • bvlc/caffeAvatar de BVLC

    BVLC/caffe

    34,576Voir sur GitHub↗

    Caffe is a high-performance deep learning framework designed for training and deploying deep neural networks. It functions as a machine learning engine and a convolutional neural network library, providing a C++ backend to accelerate computations on both GPUs and CPUs. The system includes a specialized toolset for computer vision, enabling tasks such as object detection, semantic segmentation, and large-scale image retrieval. It supports the deployment of pre-trained models for image and scene recognition, as well as the ability to fine-tune neural network weights for specialized tasks. The

    Offloads heavy tensor computations to NVIDIA GPUs using the CUDA toolkit for massive parallel processing.

    C++deep-learningmachine-learningvision
    Voir sur GitHub↗34,576
  • lightning-ai/pytorch-lightningAvatar de Lightning-AI

    Lightning-AI/pytorch-lightning

    31,201Voir sur GitHub↗

    PyTorch Lightning is a deep learning research framework that provides a structured environment for organizing machine learning code. It functions as a unified trainer orchestrator, centralizing the execution flow by managing the interaction between hardware resources, data loaders, and model components. By decoupling model architecture from training logic, the framework enables researchers to maintain clean, modular codebases that remain portable across different environments. The framework distinguishes itself through a hardware-agnostic abstraction layer that scales deep learning workloads

    Distributes deep learning workloads across multiple accelerators while maintaining consistent execution flow across diverse computing environments.

    Pythonaiartificial-intelligencedata-science
    Voir sur GitHub↗31,201
  • peterl1n/backgroundmattingv2Avatar de PeterL1n

    PeterL1n/BackgroundMattingV2

    7,178Voir sur GitHub↗

    BackgroundMattingV2 is a deep learning background matting tool and real-time image segmentation framework. It provides a system for isolating foreground subjects from high-resolution images and video feeds in real time. The project includes a deep learning model trainer for optimizing matting models through base convergence and end-to-end refinement. It also functions as a cross-runtime model exporter, converting trained neural networks into interchangeable formats for deployment across different software environments and hardware runtimes. The framework supports streaming processed webcam f

    Implements GPU acceleration specifically for computer vision and image matting tasks using NVIDIA CUDA.

    Pythoncomputer-visionmachine-learningmatting
    Voir sur GitHub↗7,178
  • opendronemap/odmAvatar de OpenDroneMap

    OpenDroneMap/ODM

    5,853Voir sur GitHub↗

    OpenDroneMap (ODM) is an open-source aerial drone photogrammetry pipeline that converts 2D images into georeferenced 3D models, orthophotos, point clouds, and digital elevation maps. At its core, the OpenDroneMap Processing Engine orchestrates a complete Structure-from-Motion workflow, from feature extraction through dense reconstruction and tiled output generation, purpose-built for transforming drone-captured imagery into geospatial data products. The toolkit distinguishes itself through GPU-accelerated SIFT feature extraction using CUDA-capable NVIDIA graphics cards, roughly doubling proce

    Ships a CUDA-accelerated SIFT extractor that roughly doubles processing speed compared to CPU-only operation.

    Pythonaerial-imagerydronephotogrammetry
    Voir sur GitHub↗5,853
  • zhaochenyang20/awesome-ml-sys-tutorialAvatar de zhaochenyang20

    zhaochenyang20/Awesome-ML-SYS-Tutorial

    5,371Voir sur GitHub↗

    This project provides a comprehensive technical guide and framework for engineering large-scale machine learning systems. It covers the full lifecycle of model development, focusing on the infrastructure and computational principles required to build, train, and serve generative AI models across distributed GPU clusters. The repository distinguishes itself by offering deep-dive tutorials and implementation strategies for complex system challenges. It emphasizes high-performance architectural primitives, such as collective communication orchestration, distributed tensor sharding, and static gr

    Coordinates data movement between independent attention workers and shared MLP layers to maintain state consistency across parallel processing units.

    Python
    Voir sur GitHub↗5,371
  • nerfstudio-project/gsplatAvatar de nerfstudio-project

    nerfstudio-project/gsplat

    4,528Voir sur GitHub↗

    gsplat is a high-performance differentiable rasterization engine for 3D Gaussian splatting, designed for real-time novel view synthesis from 2D images. It provides a complete pipeline for reconstructing 3D scenes by optimizing differentiable Gaussian representations, training models from COLMAP-processed captures or proprietary device files, and generating new viewpoints through a CUDA-accelerated rendering backend. The framework distinguishes itself through memory-optimized CUDA kernels that reduce training memory usage by up to 4x compared to standard implementations while matching publishe

    Provides a CUDA-accelerated rasterization pipeline that processes millions of 3D Gaussian primitives in real time.

    Pythongaussian-splatting
    Voir sur GitHub↗4,528
  • arthurbrussee/brushAvatar de ArthurBrussee

    ArthurBrussee/brush

    3,685Voir sur GitHub↗

    Brush is a tool for creating high-fidelity three-dimensional scene reconstructions from posed images using Gaussian splatting. It processes photographs with known camera coordinates to generate spatial geometry. The project includes capabilities for refining reconstructions through 3D scene masking, which allows for the exclusion of specific image regions or the incorporation of transparency during the training process. The system provides a command line interface for managing the training pipeline and debugging workflows. Visualization is handled via client-side WebGL rendering, which supp

    Renders 3D scenes by projecting point-based clouds of colored ellipsoids onto a 2D image plane.

    Rustgaussian-splattinggraphicsreconstruction
    Voir sur GitHub↗3,685
  • b4rtaz/distributed-llamaAvatar de b4rtaz

    b4rtaz/distributed-llama

    2,837Voir sur GitHub↗

    Distributed-llama is a distributed inference engine and command line tool for running large language models across multiple networked machines. It functions as a compute cluster manager that coordinates worker nodes to share the computational load of a single model. The system utilizes tensor parallelism to shard model weights across different hosts, allowing the execution of models that exceed the memory capacity of a single piece of hardware. It includes a dedicated format converter to transform standard model files into a compatible binary layout optimized for distributed loading. The eng

    Coordinates the forward pass to ensure each model layer finishes processing across all nodes before the next begins.

    C++distributed-computingdistributed-llmllama2
    Voir sur GitHub↗2,837
  1. Home
  2. Artificial Intelligence & ML
  3. Distributed Acceleration Layers

Explorer les sous-tags

  • CUDA-Accelerated Vision2 sous-tagsHardware acceleration specifically for computer vision and image analysis tasks. **Distinct from Distributed Acceleration Layers:** Distinct from general distributed acceleration or crypto-mining, focusing on image processing on NVIDIA GPUs.
  • Distributed Layer SynchronizersSystems for coordinating data movement and state consistency between parallelized model layers. **Distinct from Distributed Acceleration Layers:** Distinct from Distributed Acceleration Layers: focuses on the synchronization of specific layer data during distributed execution rather than general hardware abstraction.