awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

9 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • ageitgey/face_recognitionageitgey 的头像

    ageitgey/face_recognition

    56,504在 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
    在 GitHub 上查看↗56,504
  • bvlc/caffeBVLC 的头像

    BVLC/caffe

    34,576在 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
    在 GitHub 上查看↗34,576
  • lightning-ai/pytorch-lightningLightning-AI 的头像

    Lightning-AI/pytorch-lightning

    31,201在 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
    在 GitHub 上查看↗31,201
  • peterl1n/backgroundmattingv2PeterL1n 的头像

    PeterL1n/BackgroundMattingV2

    7,178在 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
    在 GitHub 上查看↗7,178
  • opendronemap/odmOpenDroneMap 的头像

    OpenDroneMap/ODM

    5,853在 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
    在 GitHub 上查看↗5,853
  • zhaochenyang20/awesome-ml-sys-tutorialzhaochenyang20 的头像

    zhaochenyang20/Awesome-ML-SYS-Tutorial

    5,371在 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
    在 GitHub 上查看↗5,371
  • nerfstudio-project/gsplatnerfstudio-project 的头像

    nerfstudio-project/gsplat

    4,528在 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
    在 GitHub 上查看↗4,528
  • arthurbrussee/brushArthurBrussee 的头像

    ArthurBrussee/brush

    3,685在 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
    在 GitHub 上查看↗3,685
  • b4rtaz/distributed-llamab4rtaz 的头像

    b4rtaz/distributed-llama

    2,837在 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
    在 GitHub 上查看↗2,837
  1. Home
  2. Artificial Intelligence & ML
  3. Distributed Acceleration Layers

探索子标签

  • CUDA-Accelerated Vision2 个子标签Hardware 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.