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
LiteRT-LM is a high-performance inference framework designed to execute large language models locally on mobile, desktop, and IoT hardware. It serves as an on-device model runtime that utilizes CPU, GPU, and NPU acceleration to provide low-latency processing. The framework is distinguished by its ability to process text, vision, and audio inputs through a single multi-modal inference engine. It features a local HTTP server that emulates OpenAI-compatible API endpoints and a WebGPU-based runtime for executing models directly within a web browser. To ensure output reliability, it includes a con
Darknet is a low-level neural network engine and framework written in C. It is designed for training and deploying deep learning models, with a primary focus on convolutional neural networks. The project serves as a CUDA accelerated deep learning library that offloads heavy mathematical operations to NVIDIA graphics hardware. This acceleration is used to increase processing speed and reduce execution time during the training of large networks. The engine supports a range of activities including deep learning research, image recognition development, and the training of convolutional neural ne
Mace es un framework de inferencia de deep learning móvil y motor de aceleración de hardware. Funciona como un runtime para ejecutar modelos de redes neuronales en dispositivos móviles, distribuyendo cálculos a través de CPUs, GPUs y NPUs.
Las características principales de xiaomi/mace son: On-Device Inference, Deep Learning Inference Engines, Inference Acceleration Engines, On-Device Model Runtimes, Inference Speed Optimizers, Deep Learning Acceleration, Hardware Acceleration, Cross-Format Model Importers.
Las alternativas de código abierto para xiaomi/mace incluyen: dusty-nv/jetson-inference — jetson-inference is a set of libraries and tools for executing optimized deep learning models on embedded GPU… google-ai-edge/litert-lm — LiteRT-LM is a high-performance inference framework designed to execute large language models locally on mobile,… pjreddie/darknet — Darknet is a low-level neural network engine and framework written in C. It is designed for training and deploying… nvidia/isaac-gr00t. nvidia/tensorrt — TensorRT is a deep learning inference engine and software development kit designed to optimize and deploy neural… oneapi-src/onednn — oneDNN is a cross-architecture compute library and hardware acceleration framework designed as a oneAPI deep learning…