10 个仓库
Tools that process images to extract numerical vector representations for use in downstream machine learning tasks.
Explore 10 awesome GitHub repositories matching artificial intelligence & ml · Image Encoder Embedding Extractions. Refine with filters or upvote what's useful.
ComfyUI is a modular generative AI workflow orchestrator and node-based GUI for designing and executing complex diffusion model pipelines. It functions as both a visual interface for building generative logic graphs and a programmable backend API that exposes diffusion model operations for external integration. The system distinguishes itself through a graph-based execution model that supports differential workflow execution, re-running only modified nodes to reduce computation. It features dynamic model offloading to manage memory between system RAM and GPU VRAM and utilizes metadata-embedde
Analyzes input images to use their conceptual elements as inspiration for creating new images.
This project provides a deep learning architecture designed to identify and isolate distinct objects within images by generating precise pixel-level masks. It functions as a browser-based inference engine, enabling the execution of complex machine learning models directly within web environments without requiring server-side processing. The system distinguishes itself by utilizing hardware-accelerated execution and parallel processing to achieve real-time segmentation speeds. It supports prompt-based mask decoding, allowing users to generate spatial masks by providing specific points or boxes
Transforms raw image inputs into compact vector embeddings suitable for downstream analysis and predictive tasks.
This project is a library of pretrained computer vision architectures and backbones for image classification and feature extraction. It serves as a comprehensive model zoo and collection of standardized image encoders, including ResNet, Vision Transformers, and EfficientNet, for use in visual analysis and as backbones for object detection and image segmentation. The library provides a framework for distributed training and evaluation of image models using advanced data augmentation and optimization scripts. It includes a dedicated toolset for converting trained PyTorch vision models into the
Provides standardized image encoders that extract numerical vector representations to serve as backbones for detection and segmentation.
Deepface is a comprehensive deep learning library for facial recognition and demographic analysis. It provides a modular pipeline that handles the entire lifecycle of facial processing, including detection, geometric alignment, and the transformation of facial images into high-dimensional numerical vector embeddings for identity verification and similarity comparison. The library distinguishes itself through a model ensemble approach, which combines predictions from multiple pre-trained neural networks to improve classification accuracy and reduce bias. It also integrates advanced security fe
Extracts multi-dimensional vector representations from facial images for downstream machine learning tasks.
This project is a comprehensive framework for building and managing autonomous agent systems. It provides a unified architecture for orchestrating multi-agent societies, where specialized agents collaborate through roleplay to decompose and solve complex tasks. The system integrates language models with external environments, enabling agents to perform real-world actions through a standardized tool-calling abstraction layer. The framework distinguishes itself through its focus on iterative reasoning and data reliability. It employs automated feedback loops to refine agent outputs and self-eva
Converts visual inputs into numerical vector representations for downstream similarity and classification tasks.
AutoGluon is an automated machine learning framework and multimodal library designed to automate the end-to-end pipeline from data preprocessing to high-accuracy model training and validation. It functions as an automated model trainer for tabular, image, text, and time series data, as well as a tool for time series forecasting and foundation model finetuning. The project is distinguished by its ability to jointly process and fuse different data types, allowing for the construction of multimodal neural networks that integrate images, text, and structured tables. It supports zero-shot inferenc
Converts images into feature vectors to enable the calculation of semantic similarity scores.
This project is a self-supervised vision foundation model based on a vision transformer architecture. It is designed to learn dense visual representations from unlabeled images, serving as a general-purpose backbone for a wide variety of downstream vision tasks. The system is distinguished by its use of self-distillation and masked image modeling to extract semantic and geometric features. It also incorporates an image-text alignment model that maps visual embeddings to textual descriptions, enabling zero-shot image recognition, zero-shot segmentation, and cross-modal retrieval. The project
Generates vector representations of images using pretrained backbones via standard model loaders.
ComfyUIIPAdapterplus 是 ComfyUI 的一个节点式扩展,它实现了 IPAdapter 模型以使用参考图像引导图像生成。它作为一个图像提示工具和 Stable Diffusion 图像适配器,允许参考文件作为视觉提示,用于控制风格、构图和主体身份。 该项目提供了在生成的肖像中保持面部身份和高保真特征的专门功能。它支持从参考图像迁移视觉特征和艺术风格,以及提取空间布局以引导新生成中对象的排列。 该扩展涵盖了广泛的功能领域,包括 AI 图像调节、一致的角色生成和图像构图控制。
Uses pretrained CLIP vision models to extract numerical embedding representations from reference images.
imagededup 是一个用于查找精确和近重复图像的 Python 库。它提供了用于生成图像指纹、计算神经嵌入以及评估去重过程精度的实用工具。 该工具利用感知哈希来识别视觉上相似的文件(无论格式或大小如何),并采用深度学习模型将图像编码为向量以进行高精度相似性搜索。它包括一个通过将结果与已知基准数据集进行比较来衡量这些过程的精确度和召回率的系统。 该库涵盖了更广泛的图像编码生成、重复项识别和视觉搜索实现功能。它还包括一个用于显示被识别为重复项的图像的工具,以方便人工验证。
Uses deep learning models to encode images into vectors for high-accuracy similarity search.
Lightly is a self-supervised learning framework and computer vision data curation tool designed to manage large image datasets and train models on unlabeled data. It functions as a PyTorch vision library and dataset management SDK, providing tools to convert raw images into high-dimensional vectors for similarity search, visualization, and feature extraction. The project implements a variety of self-supervised architectures, including MoCo, SimCLR, VICReg, Barlow Twins, and masked image modeling. It distinguishes itself by combining these learning frameworks with active learning capabilities,
Converts raw image datasets into high-dimensional vectors for similarity search and visualization.