awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 रिपॉजिटरी

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

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • paddlepaddle/paddleocrPaddlePaddle का अवतार

    PaddlePaddle/PaddleOCR

    82,412GitHub पर देखें↗

    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
    GitHub पर देखें↗82,412
  • anjok07/ultimatevocalremoverguiAnjok07 का अवतार

    Anjok07/ultimatevocalremovergui

    23,673GitHub पर देखें↗

    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
    GitHub पर देखें↗23,673
  • huggingface/candlehuggingface का अवतार

    huggingface/candle

    19,422GitHub पर देखें↗

    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
    GitHub पर देखें↗19,422
  • alibaba/mnnalibaba का अवतार

    alibaba/MNN

    14,242GitHub पर देखें↗

    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
    GitHub पर देखें↗14,242
  • nvidia/tensorrtNVIDIA का अवतार

    NVIDIA/TensorRT

    13,076GitHub पर देखें↗

    TensorRT एक डीप लर्निंग इन्फरेंस इंजन और सॉफ्टवेयर डेवलपमेंट किट है जिसे NVIDIA GPUs पर उच्च-प्रदर्शन निष्पादन के लिए न्यूरल नेटवर्क को ऑप्टिमाइज़ और डिप्लॉय करने के लिए डिज़ाइन किया गया है। यह एक GPU एक्सेलेरेशन फ्रेमवर्क के रूप में कार्य करता है जो प्रोडक्शन डिप्लॉयमेंट के दौरान प्रशिक्षित मॉडलों के लिए लेटेंसी को कम करता है और थ्रूपुट को बढ़ाता है। यह टूलकिट Open Neural Network Exchange फॉर्मेट से मॉडल इम्पोर्ट करता है और उन्हें ऑप्टिमाइज़्ड इंजनों में बदल देता है। यह ग्राफ-आधारित मॉडल ऑप्टिमाइज़ेशन, लेयर-फ्यूजन कर्नल जनरेशन, और फ्लोटिंग पॉइंट वेट्स को लोअर प्रिसिजन फॉर्मेट में बदलने के लिए प्रिसिजन-आधारित क्वांटिज़ेशन का उपयोग करता है। यह फ्रेमवर्क हार्डवेयर-विशिष्ट इंजन सीरियलाइज़ेशन के लिए क्षमताएं प्रदान करता है और विशेष न्यूरल नेटवर्क लेयर्स के लिए कस्टम प्लगइन्स के माध्यम से इन्फरेंस क्षमताओं के विस्तार का समर्थन करता है।

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

    C++deep-learninggpu-accelerationinference
    GitHub पर देखें↗13,076
  • laurentmazare/tch-rsLaurentMazare का अवतार

    LaurentMazare/tch-rs

    5,287GitHub पर देखें↗

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