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
·

6 dépôts

Awesome GitHub RepositoriesDeep Learning

High-performance runtimes that execute neural network models across CPUs, GPUs, and specialized accelerators.

Explore 6 awesome GitHub repositories matching artificial intelligence & ml · Deep Learning. Refine with filters or upvote what's useful.

Awesome Deep Learning 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.
  • paddlepaddle/paddleocrAvatar de PaddlePaddle

    PaddlePaddle/PaddleOCR

    82,412Voir sur GitHub↗

    PaddleOCR is a comprehensive optical character recognition framework designed for detecting and transcribing text from images and documents into structured, machine-readable formats. It provides a modular computer vision pipeline that decouples image preprocessing, text detection, and character recognition into independent, configurable stages. This architecture supports automated document digitization and multilingual text recognition, capable of identifying text in over one hundred languages across diverse environments ranging from scanned documents to industrial scenes. The framework disti

    Executes neural network models on high-performance runtimes across CPUs, GPUs, and specialized hardware accelerators.

    Pythonai4sciencechineseocrdocument-parsing
    Voir sur GitHub↗82,412
  • anjok07/ultimatevocalremoverguiAvatar de Anjok07

    Anjok07/ultimatevocalremovergui

    23,673Voir sur GitHub↗

    Ultimate Vocal Remover is a desktop application designed for AI-driven audio source separation. It utilizes deep learning models to isolate vocals, drums, and other individual instruments from mixed audio files, providing a utility for professional production and creative editing workflows. The software distinguishes itself by leveraging GPU-accelerated tensor computation to perform complex signal processing tasks, significantly reducing the time required for high-fidelity audio extraction. It incorporates a modular plugin architecture that integrates external utilities to support a wide rang

    Executes pre-trained neural networks to perform complex pattern recognition and source separation on audio data.

    Pythonaudioinstrumentalkaraoke
    Voir sur GitHub↗23,673
  • huggingface/candleAvatar de huggingface

    huggingface/candle

    19,422Voir sur GitHub↗

    Candle is a minimalist machine learning framework and deep learning inference engine designed for the Rust programming language. It functions as a low-level tensor computation library, providing the necessary primitives for multi-dimensional array operations and mathematical transformations required to execute pre-trained neural network models. The framework distinguishes itself through a focus on memory efficiency and hardware utilization. It employs static-typed tensor operations to enforce shape validation and memory safety at compile time, while utilizing a lazy-loaded computational graph

    Functions as a high-performance deep learning inference engine optimized for low memory usage and efficient hardware utilization.

    Rust
    Voir sur GitHub↗19,422
  • alibaba/mnnAvatar de alibaba

    alibaba/MNN

    14,242Voir sur GitHub↗

    MNN is a high-performance inference engine and framework designed for on-device machine learning. It provides a comprehensive environment for executing, optimizing, and deploying neural network models directly on mobile and resource-constrained edge devices. The framework distinguishes itself through a robust model optimization toolkit that supports quantization, compression, and structural graph manipulation to minimize memory footprint and maximize execution speed. It features a modular architecture that abstracts hardware-specific backends, allowing models to run efficiently across diverse

    Acts as a high-performance inference engine for executing neural network models on mobile and embedded devices.

    C++armconvolutiondeep-learning
    Voir sur GitHub↗14,242
  • nvidia/tensorrtAvatar de NVIDIA

    NVIDIA/TensorRT

    13,076Voir sur GitHub↗

    TensorRT est un moteur d'inférence d'apprentissage profond et un kit de développement logiciel conçu pour optimiser et déployer des réseaux de neurones pour une exécution haute performance sur les GPU NVIDIA. Il fonctionne comme un framework d'accélération GPU qui réduit la latence et augmente le débit des modèles entraînés lors du déploiement en production. Le toolkit importe des modèles depuis le format Open Neural Network Exchange et les transforme en moteurs optimisés. Il utilise l'optimisation de modèles basée sur les graphes, la génération de noyaux de fusion de couches et la quantification basée sur la précision pour convertir les poids en virgule flottante en formats de précision inférieure. Le framework fournit des capacités de sérialisation de moteur spécifique au matériel et prend en charge l'extension des capacités d'inférence via des plugins personnalisés pour des couches de réseaux de neurones spécialisées.

    Serves as a high-performance runtime environment that executes neural networks using NVIDIA GPU acceleration.

    C++deep-learninggpu-accelerationinference
    Voir sur GitHub↗13,076
  • laurentmazare/tch-rsAvatar de LaurentMazare

    LaurentMazare/tch-rs

    5,287Voir sur GitHub↗

    This project is a Rust interface for the PyTorch C++ library, serving as a deep learning framework and tensor computing library. It functions as a C++ API wrapper that enables the manipulation of multi-dimensional arrays and the execution of neural network architectures across CPU and GPU hardware accelerators. The library provides a TorchScript inference engine to load and execute just-in-time compiled models. It also supports Rust and Python interoperability, allowing for the creation of Python extensions that share tensor data through a common interface. The system covers deep learning mo

    Implements high-performance runtimes that execute neural network models across CPUs and GPUs.

    Rustdeep-learningmachine-learningneural-network
    Voir sur GitHub↗5,287
  1. Home
  2. Artificial Intelligence & ML
  3. Machine Learning
  4. Infrastructure
  5. Model Inference and Serving
  6. Inference Engines
  7. Deep Learning