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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
openvinotoolkit avatar

openvinotoolkit/open_model_zoo

0
View on GitHub↗
4,408 stele·1,405 fork-uri·Python·Apache-2.0·11 vizualizăridocs.openvino.ai/latest/model_zoo.html↗

Open Model Zoo

Open Model Zoo este o colecție curatoriată de modele de deep learning pre-antrenate și optimizate, concepute pentru inferență de înaltă performanță folosind OpenVINO. Acesta servește drept depozit de modele și framework de implementare care eficientizează integrarea rețelelor neuronale în mediile de producție.

Proiectul utilizează un manifest centralizat și un registru versionat pentru a automatiza descărcarea și organizarea ponderilor modelelor și a metadatelor. Include instrumente pentru benchmarking-ul performanței inferenței și validarea acurateței modelelor prin compararea output-urilor cu tensorii ground-truth pentru a cuantifica pierderea de precizie.

Ecosistemul oferă implementări de referință și o arhitectură demo modulară pentru a decupla motoarele de inferență de logica aplicației. Aceste instrumente suportă implementarea sarcinilor de viziune computerizată prin wrappere standardizate care abstractizează cerințele de preprocesare și postprocesare.

Features

  • Deep Learning Models - Serves as a comprehensive library of pre-trained neural networks across various domains for immediate deployment.
  • Pre-trained Model Zoos - Offers a curated collection of optimized deep learning models and demos designed for high-performance inference.
  • Model Deployment - Facilitates the deployment of high-quality pre-trained models into production environments for efficient inference.
  • Model Registries - Maintains a versioned catalog of pre-optimized weights tailored for specific hardware acceleration targets.
  • Model Asset Managers - Provides automated systems for downloading, verifying, and maintaining libraries of model weights and metadata.
  • Model Deployment Frameworks - Provides a framework for automatically downloading and organizing model assets to streamline production integration.
  • Model Weight Management - Provides utilities for downloading and organizing pre-trained model weights and metadata via a centralized manifest.
  • Model Downloaders - Ships a dedicated tool for fetching and organizing pre-trained model assets from remote sources.
  • Inference Benchmarking Tools - Provides tools to validate the accuracy and measure the processing speed of deployed models.
  • Accuracy Validation Utilities - Includes utilities for comparing model outputs to verify precision and quality against gold standards.
  • Computer Vision Model Integration - Integrates pre-trained visual recognition models into applications using reference implementations and sample notebooks.
  • Intermediate Representations - Translates diverse deep learning framework formats into a unified intermediate representation for hardware-independent execution.
  • Reference Implementations - Provides standardized wrapper code as reference implementations to abstract model-specific preprocessing and postprocessing logic.
  • Inference Precision Validators - Implements precision validation by comparing inference outputs against a fixed set of ground-truth tensors.
  • Action recognition - Listed in the “Action recognition” section of the Ailia Models awesome list.
  • Age gender estimation - Listed in the “Age gender estimation” section of the Ailia Models awesome list.
  • Deep fashion - Listed in the “Deep fashion” section of the Ailia Models awesome list.
  • Face detection - Listed in the “Face detection” section of the Ailia Models awesome list.
  • Road detection - Listed in the “Road detection” section of the Ailia Models awesome list.
  • Vehicle recognition - Listed in the “Vehicle recognition” section of the Ailia Models awesome list.

Istoric stele

Graficul istoricului de stele pentru openvinotoolkit/open_model_zooGraficul istoricului de stele pentru openvinotoolkit/open_model_zoo

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Colecții curatoriate care includ Open Model Zoo

Colecții selectate manual în care apare Open Model Zoo.
  • librărie de computer vision pentru Python
  • Framework de dezvoltare AI/ML
  • Ecosistem pentru machine learning

Întrebări frecvente

Ce face openvinotoolkit/open_model_zoo?

Open Model Zoo este o colecție curatoriată de modele de deep learning pre-antrenate și optimizate, concepute pentru inferență de înaltă performanță folosind OpenVINO. Acesta servește drept depozit de modele și framework de implementare care eficientizează integrarea rețelelor neuronale în mediile de producție.

Care sunt principalele funcționalități ale openvinotoolkit/open_model_zoo?

Principalele funcționalități ale openvinotoolkit/open_model_zoo sunt: Deep Learning Models, Pre-trained Model Zoos, Model Deployment, Model Registries, Model Asset Managers, Model Deployment Frameworks, Model Weight Management, Model Downloaders.

Care sunt câteva alternative open-source pentru openvinotoolkit/open_model_zoo?

Alternativele open-source pentru openvinotoolkit/open_model_zoo includ: tingsongyu/pytorch_tutorial — This project is a comprehensive collection of educational examples and reference implementations for building vision… meta-llama/llama-models — This project provides a foundational framework and reference implementation for executing causal language modeling and… facebookresearch/parlai — ParlAI is a conversational AI research framework designed for training, evaluating, and sharing dialogue models using… facebookresearch/fairseq — Fairseq is a PyTorch toolkit for sequence-to-sequence modeling, specializing in neural machine translation, automatic… jaymody/picogpt — picoGPT is a lightweight, low-level runtime environment and inference engine designed to load pre-trained checkpoints… paddlepaddle/paddlenlp — PaddleNLP is a development library and toolkit for training, fine-tuning, and deploying large and small language…

Alternative open-source pentru Open Model Zoo

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Open Model Zoo.
  • tingsongyu/pytorch_tutorialAvatar TingsongYu

    TingsongYu/PyTorch_Tutorial

    8,018Vezi pe GitHub↗

    This project is a comprehensive collection of educational examples and reference implementations for building vision and language models using PyTorch. It serves as a deep learning tutorial covering the end-to-end process of developing neural networks, from initial architecture definition to final production deployment. The repository provides detailed guides on implementing a wide range of domain-specific models, including convolutional neural networks for object detection and segmentation, as well as transformer and recurrent architectures for natural language processing. It emphasizes gene

    Python
    Vezi pe GitHub↗8,018
  • meta-llama/llama-modelsAvatar meta-llama

    meta-llama/llama-models

    7,643Vezi pe GitHub↗

    This project provides a foundational framework and reference implementation for executing causal language modeling and multimodal reasoning on local systems. It includes a set of core components for managing model assets, a fine-tuning framework, and structural definitions required to instantiate transformer-based architectures. The system is distinguished by its ability to process combined text and image inputs through multimodal transformer models for visual reasoning and document analysis. It also supports the deployment of quantized models, reducing memory footprints through low-precision

    Python
    Vezi pe GitHub↗7,643
  • facebookresearch/parlaiAvatar facebookresearch

    facebookresearch/ParlAI

    10,625Vezi pe GitHub↗

    ParlAI is a conversational AI research framework designed for training, evaluating, and sharing dialogue models using a unified interface for datasets and agents. It functions as a PyTorch-based training platform and a dialogue data collection system, providing a centralized model zoo for the distribution of versioned pretrained agents. The project distinguishes itself through a knowledge-grounded retrieval system that combines dense and sparse indexing to ground responses in external information. It also provides a comprehensive infrastructure for gathering human-AI interaction data via inte

    Python
    Vezi pe GitHub↗10,625
  • facebookresearch/fairseqAvatar facebookresearch

    facebookresearch/fairseq

    32,228Vezi pe GitHub↗

    Fairseq is a PyTorch toolkit for sequence-to-sequence modeling, specializing in neural machine translation, automatic speech recognition, and large-scale language model training. It provides a framework for processing and aligning diverse data sources, including text, audio, and video, to support tasks such as speech-to-text conversion and multimodal sequence learning. The project is distinguished by its distributed training capabilities, which utilize parameter sharding, mixed-precision training, and CPU offloading to handle models that exceed single-device memory. It also includes specializ

    Python
    Vezi pe GitHub↗32,228
Vezi toate cele 30 alternative pentru Open Model Zoo→