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 RepositoriesVision Model Inputs

Sending images or screenshots as input to vision-capable language models.

Distinct from Image Classification Models: Distinct from Image Classification Models: focuses on providing images as input to multimodal LLMs rather than classifying them.

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

Awesome Vision Model Inputs 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.
  • n4ze3m/page-assistAvatar de n4ze3m

    n4ze3m/page-assist

    8,023Voir sur GitHub↗

    Page Assist est un outil d'intégration d'IA pour navigateur qui fournit une interface latérale pour interagir avec des modèles d'IA tout en naviguant sur le web. Il se concentre sur le chat axé sur la confidentialité et l'analyse de contenu web, permettant aux utilisateurs d'extraire et d'interroger des informations à partir de pages web actives pour recevoir des réponses contextuelles. Le projet se distingue par son intégration locale de l'IA, permettant des connexions à des modèles hébergés localement ou à des endpoints d'API privés pour traiter les données sans dépendre de services cloud. Il prend également en charge les conversations IA collaboratives via des liens de partage publics ou une infrastructure de partage auto-hébergée pour un meilleur contrôle des données. Le système inclut des capacités d'automatisation de navigateur, telles que le contrôle des onglets et l'interaction avec les éléments de page en exposant la session du navigateur comme un ensemble d'outils. Il prend en outre en charge le traitement visuel via des captures d'écran de pages web et l'extraction de contenu basée sur le DOM pour une analyse complète des pages.

    Captures webpage screenshots and provides them as visual input for multimodal vision models.

    TypeScript
    Voir sur GitHub↗8,023
  • olimorris/codecompanion.nvimAvatar de olimorris

    olimorris/codecompanion.nvim

    6,166Voir sur GitHub↗

    CodeCompanion is a Neovim plugin that brings large language model capabilities directly into the editor, enabling turn-based conversations with AI models in a dedicated chat buffer. It provides a comprehensive interface for interacting with LLMs, supporting multiple providers through a flexible adapter system that can route requests to various hosted or local language model services. The plugin distinguishes itself through its extensive context-sharing capabilities, allowing users to send buffer contents, visual selections, git diffs, LSP diagnostics, terminal output, quickfix lists, and view

    Includes images or screenshots as input in a chat message for vision-capable models.

    Luaacpagent-client-protocolanthropic
    Voir sur GitHub↗6,166
  • pytorch/captumAvatar de pytorch

    pytorch/captum

    5,652Voir sur GitHub↗

    Captum is an open-source library for explaining model predictions by attributing them to input features, neurons, and layers using gradient-based and perturbation-based methods. It provides a modular framework for implementing, evaluating, and combining a range of explanation techniques, including gradient-based attribution, perturbation-based analysis, game-theoretic Shapley value approximation, and surrogate model explanations, with support for parallelization and noise stabilization. The library distinguishes itself through its breadth of attribution methods and its support for advanced in

    Implements integrated gradients to attribute predictions to input features along a baseline path.

    Python
    Voir sur GitHub↗5,652
  • open-mmlab/mmocrAvatar de open-mmlab

    open-mmlab/mmocr

    4,739Voir sur GitHub↗

    mmocr est un framework de reconnaissance optique de caractères (OCR) basé sur PyTorch conçu pour entraîner et déployer des modèles de détection de texte, de reconnaissance et d'extraction d'informations clés. Il sert de boîte à outils complète pour la détection et la reconnaissance de texte dans les scènes, fournissant des bibliothèques spécialisées pour localiser les régions de texte et convertir le texte visuel en chaînes encodées par machine. Le projet se distingue par un framework de recherche pour l'extraction d'informations clés et des capacités avancées de repérage de texte. Celles-ci incluent le repérage basé sur des points utilisant des transformers et l'utilisation de courbes de Bezier paramétrées pour identifier et transcrire du texte de forme arbitraire. Le framework couvre une large surface de capacités de vision par ordinateur, notamment la gestion de pipeline de données pour augmenter et standardiser divers jeux de données OCR, l'entraînement de modèles avec mise à l'échelle distribuée et l'évaluation des performances utilisant des métriques OCR standard. Il fournit également des utilitaires pour la manipulation de polygones géométriques et la visualisation des résultats pour auditer les prédictions par rapport aux annotations de vérité terrain. Le système est implémenté en Python et prend en charge l'installation via l'empaquetage d'environnement Docker.

    Packages images and ground truth labels into the specific dictionary structures required by various OCR model types.

    Pythonabcnetabinetcrnn
    Voir sur GitHub↗4,739
  • su-kaka/gcli2apiAvatar de su-kaka

    su-kaka/gcli2api

    3,856Voir sur GitHub↗

    This project is an AI API gateway and proxy that translates and normalizes requests between different AI model formats to ensure compatibility across client applications. It functions as a middleware service that can transform local command-line binaries into web services, allowing them to be triggered via HTTP requests. The system is distinguished by its ability to route multimodal text and image inputs and extract internal reasoning chains from model outputs to separate the chain of thought from the final answer. It includes an authentication manager that automatically cycles through multip

    Intercepts and routes text and image data to enable visual analysis via vision-capable language models.

    Pythonantigravity-ideantigravity2apiclaude
    Voir sur GitHub↗3,856
  • thinking-machines-lab/tinker-cookbookAvatar de thinking-machines-lab

    thinking-machines-lab/tinker-cookbook

    2,856Voir sur GitHub↗

    Tinker Cookbook is an open-source framework for fine-tuning large language models, supporting supervised learning, reinforcement learning, and parameter-efficient techniques like LoRA adapters. It provides a complete pipeline for aligning models with human preferences through multi-stage RLHF workflows, from supervised fine-tuning through preference optimization to reinforcement learning. The framework distinguishes itself through recipe-based training orchestration, where fine-tuning workflows are defined as composable recipe files that chain data loading, model configuration, and training l

    Supports passing image inputs alongside text for vision-language model fine-tuning and sampling.

    Python
    Voir sur GitHub↗2,856
  1. Home
  2. Artificial Intelligence & ML
  3. Computer Vision Systems
  4. Computer Vision
  5. Image Classification Models
  6. Vision Model Inputs

Explorer les sous-tags

  • Integrated Gradient Attribution MethodsComputes the contribution of each input feature by integrating gradients along a path from a baseline to the input. **Distinct from Vision Model Inputs:** Distinct from Vision Model Inputs: focuses on attribution via integrated gradients, not sending images as input.
  • Task-Specific Input PackagingFormatting and bundling of images and labels into dictionaries tailored for specific vision model architectures. **Distinct from Vision Model Inputs:** Focuses on the structural packaging of ground truth and images for training, rather than just providing images as inputs to an LLM.