awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenBlogSitemap
ProjektÜber unsPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
awesome-repositories.comBlog
Kategorien

47 Repos

Awesome GitHub RepositoriesClassification Labelers

Utilities for assigning single categorical labels to data items for supervised learning tasks.

Distinct from Data Categorization: Focuses on ML classification labeling rather than general content categorization.

Explore 47 awesome GitHub repositories matching data & databases · Classification Labelers. Refine with filters or upvote what's useful.

Awesome Classification Labelers GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • anthropics/anthropic-cookbookAvatar von anthropics

    anthropics/anthropic-cookbook

    45,984Auf GitHub ansehen↗

    This repository is a collection of guides, notebooks, and recipes for implementing advanced prompting techniques and workflow patterns with large language models. It serves as a prompt engineering guide, an evaluation suite for scoring prompt quality, and a framework for orchestrating agents and integrating external tools. The project provides implementation patterns for building applications with Claude, specifically focusing on coordinating multiple models to split complex tasks between high-reasoning and high-efficiency agents. It includes technical demonstrations for multimodal data proce

    Uses language models to assign unstructured text to predefined categories or labels for data organization.

    Jupyter Notebook
    Auf GitHub ansehen↗45,984
  • d2l-ai/d2l-enAvatar von d2l-ai

    d2l-ai/d2l-en

    29,001Auf GitHub ansehen↗

    This project is an educational platform and research toolkit designed to teach deep learning through a combination of mathematical theory, visual diagrams, and executable code. It provides a comprehensive environment for building, training, and evaluating neural networks, grounding complex concepts in interactive computational notebooks that allow for hands-on experimentation. The framework distinguishes itself by interleaving theoretical foundations—including linear algebra, calculus, and probability—with practical implementations across multiple industry-standard libraries. It supports flex

    Categorizes complex items by applying multiple non-exclusive tags to a single input.

    Pythonbookcomputer-visiondata-science
    Auf GitHub ansehen↗29,001
  • facebookresearch/fasttextAvatar von facebookresearch

    facebookresearch/fastText

    26,543Auf GitHub ansehen↗

    fastText is a library and framework for word embedding generation, text vectorization, and supervised text classification. It provides tools to transform raw text into fixed-length vector representations and to train models that assign category labels to sentences or documents. The system utilizes subword-based vectorization and character n-gram embeddings, allowing it to generate meaningful vectors for words that were not present during training. To manage resource usage, it includes a quantized language model implementation that employs product quantization and dimensionality reduction to d

    Predicts the most likely labels or probabilities for text using a trained supervised model.

    HTML
    Auf GitHub ansehen↗26,543
  • wzmiaomiao/deep-learning-for-image-processingAvatar von WZMIAOMIAO

    WZMIAOMIAO/deep-learning-for-image-processing

    26,281Auf GitHub ansehen↗

    This project is a PyTorch-based computer vision library and deep learning image processing framework. It provides a collection of neural network architectures designed for visual analysis tasks, specifically focusing on image classification, object detection, and semantic segmentation. The toolset implements diverse methodologies for visual recognition, including anchor-free object detection, regional proposal networks, and heatmap-based keypoint estimation. It utilizes both convolutional neural networks for spatial feature extraction and transformer-based self-attention mechanisms to compute

    Provides image classifiers that categorize visual input into predefined classes using CNNs and transformers.

    Pythonbilibiliclassificationdeep-learning
    Auf GitHub ansehen↗26,281
  • trekhleb/homemade-machine-learningAvatar von trekhleb

    trekhleb/homemade-machine-learning

    24,608Auf GitHub ansehen↗

    This project provides a collection of machine learning algorithms implemented from scratch in Python. It serves as an educational resource using interactive notebooks that combine code with mathematical explanations to demonstrate the first principles of data science. The repository includes reference implementations for neural networks, such as multilayer perceptrons with backpropagation, and supervised learning models including linear and logistic regression. It also covers unsupervised learning through k-means clustering and Gaussian anomaly detection. The codebase covers a broad range of

    Implements the one-vs-all approach to extend binary logistic regression to multiple categories.

    Jupyter Notebook
    Auf GitHub ansehen↗24,608
  • apache/mxnetAvatar von apache

    apache/mxnet

    20,829Auf GitHub ansehen↗

    This project is a deep learning framework designed for constructing, training, and deploying neural networks across diverse hardware environments. It functions as a high-performance tensor computation library that provides both imperative and symbolic programming interfaces, allowing developers to balance flexible, step-by-step model building with the efficiency of compiled computation graphs. The framework distinguishes itself through a hybrid execution engine that integrates declarative graph compilation with imperative runtime logic. It supports scalable, distributed training across multip

    Supports assigning multiple categorical labels to single data items for complex classification tasks.

    C++mxnet
    Auf GitHub ansehen↗20,829
  • nlp-love/ml-nlpAvatar von NLP-LOVE

    NLP-LOVE/ML-NLP

    17,725Auf GitHub ansehen↗

    This project is a machine learning algorithm reference and implementation guide that provides theoretical foundations and code for supervised learning, deep learning, and natural language processing. It serves as a comprehensive toolkit for implementing predictive models and a technical reference for algorithm engineering. The project focuses on ensemble learning frameworks, including the construction of decision trees, random forests, and gradient boosting models. It also functions as a probabilistic graphical model library and an NLP algorithm reference, with specific implementations for se

    Implements multi-class classification using a one-vs-rest strategy to determine the highest probability category.

    Jupyter Notebookdeep-learningmachine-learningnlp
    Auf GitHub ansehen↗17,725
  • rasbt/python-machine-learning-bookAvatar von rasbt

    rasbt/python-machine-learning-book

    12,614Auf GitHub ansehen↗

    This project is an educational resource providing practical code examples and implementations of machine learning algorithms using the Python language. It serves as a guide for constructing predictive pipelines, clustering models, and dimensionality reduction within the Scikit-Learn ecosystem. The repository includes comprehensive demonstrations for supervised and unsupervised learning, as well as detailed examples for implementing neural networks and deep architectures. It also provides practical guidance on exporting model parameters to JSON and wrapping trained models in web APIs for produ

    Implements multi-class classification strategies, including one-vs-all and softmax regression.

    Jupyter Notebook
    Auf GitHub ansehen↗12,614
  • invertase/react-native-firebaseAvatar von invertase

    invertase/react-native-firebase

    12,291Auf GitHub ansehen↗

    react-native-firebase is a modular set of libraries that integrates Firebase cloud services into cross-platform mobile applications. It serves as a native-SDK wrapper, mapping JavaScript method calls to native iOS and Android Firebase SDKs via the React Native bridge to provide a type-safe interface for mobile backend integration. The project enables connectivity to a wide array of cloud services, including user authentication and identity management, NoSQL cloud databases with real-time synchronization, and scalable cloud storage for media files. It also provides tools for sending push notif

    Provides a web interface to create and deploy custom image classification models to mobile devices.

    TypeScript
    Auf GitHub ansehen↗12,291
  • marcotcr/limeAvatar von marcotcr

    marcotcr/lime

    12,142Auf GitHub ansehen↗

    This project is an agnostic model interpretability framework and explainability tool designed to provide local interpretable explanations for individual predictions. It functions as a local surrogate model that approximates the behavior of any machine learning classifier or regression model to identify the most influential features for a specific instance. The framework is designed to be model-agnostic, meaning it can explain predictions across tabular, text, and image data regardless of the underlying architecture. It employs local linear approximations and feature importance visualization t

    Visualizes the specific segments or pixels of an image that most strongly drive classification decisions.

    JavaScript
    Auf GitHub ansehen↗12,142
  • soumith/ganhacksAvatar von soumith

    soumith/ganhacks

    11,619Auf GitHub ansehen↗

    This project is a PyTorch-based generative framework and implementation template for building Generative Adversarial Networks. It provides a collection of foundational toolkits and architectural patterns designed to synthesize high-quality artificial data while focusing on the stability of adversarial neural networks. The framework distinguishes itself through a specialized toolkit for conditional image generation, which integrates discrete labels and auxiliary classification into the training process. It utilizes specific mechanisms to guide the generative process toward target classes by co

    Allows training a discriminator to perform simultaneous classification and authenticity detection.

    Auf GitHub ansehen↗11,619
  • apple/turicreateAvatar von apple

    apple/turicreate

    11,171Auf GitHub ansehen↗

    This project is an automated machine learning framework and toolkit designed for training and tuning custom models for classification, regression, and recommendations. It functions as a multimodal machine learning toolkit capable of processing and training models using a combination of text, image, audio, and sensor data. The framework distinguishes itself as a multimodal data processor that can handle and visualize large datasets on a single machine using column-oriented disk storage. It includes a core machine learning model generator that converts trained models into formats compatible wit

    Provides automated analysis tools that categorize images into predefined labels.

    C++
    Auf GitHub ansehen↗11,171
  • cs231n/cs231n.github.ioAvatar von cs231n

    cs231n/cs231n.github.io

    10,923Auf GitHub ansehen↗

    This project is a static educational website and comprehensive curriculum focused on computer vision and deep learning. It serves as a public repository of instructional materials, lecture notes, and technical guides specifically detailing convolutional neural networks and visual recognition. The site is developed using static-site generation to host course documentation and student project directories. It provides structured academic resources that guide learners through image classification, generative modeling, and the implementation of various neural network architectures. The curriculum

    Provides instructional materials on classifying images by analyzing pixel arrays as input data.

    Jupyter Notebook
    Auf GitHub ansehen↗10,923
  • imgproxy/imgproxyAvatar von imgproxy

    imgproxy/imgproxy

    10,876Auf GitHub ansehen↗

    This project is a high-performance image transformation server and media optimization proxy designed to process, resize, and convert assets on the fly. It functions as a secure pipeline that fetches remote source files and applies transformations—such as cropping, watermarking, and visual filtering—directly through parameters defined in the request URL. The service distinguishes itself through a focus on secure, resource-aware delivery. It protects infrastructure by validating incoming requests with cryptographic signatures to prevent unauthorized access and enforces strict limits on file dim

    Categorizes images using automated analysis to inform downstream processing decisions.

    Goavifcrop-imagedocker
    Auf GitHub ansehen↗10,876
  • calesthio/crucixAvatar von calesthio

    calesthio/Crucix

    10,311Auf GitHub ansehen↗

    Crucix is an open-source intelligence system comprising an OSINT aggregator, a geospatial intelligence dashboard, and an LLM intelligence agent. It functions as a real-time signal monitor and automated alerting system designed to collect, analyze, and visualize geopolitical, economic, and satellite data from diverse open-source intelligence sources. The system utilizes large language models to synthesize intelligence feeds, generate actionable trade ideas, and classify signal priority with confidence scores. It features a geospatial visualization interface that plots intelligence events, such

    Employs large language models to assign semantic labels and priority scores to raw intelligence data.

    JavaScriptaiintelligenceosint
    Auf GitHub ansehen↗10,311
  • autogluon/autogluonAvatar von autogluon

    autogluon/autogluon

    9,997Auf GitHub ansehen↗

    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

    Predicts multiple target labels for a single input, supporting both mutually and non-mutually exclusive tags.

    Pythonautogluonautomated-machine-learningautoml
    Auf GitHub ansehen↗9,997
  • wongkinyiu/yolov9Avatar von WongKinYiu

    WongKinYiu/yolov9

    9,534Auf GitHub ansehen↗

    YOLOv9 is a real-time computer vision framework and deep learning model designed for image classification, object detection, and instance segmentation. It functions as both a vision model and a trainer, allowing for the optimization of neural network weights on custom datasets using single or multiple GPUs. The framework utilizes programmable gradient information to perform high-speed identification and location of multiple objects within images and video streams. It extends beyond bounding box detection to provide instance segmentation and panoptic segmentation, which labels every pixel in a

    Assigns predefined category labels to entire images based on their visual characteristics.

    Pythonyolov9
    Auf GitHub ansehen↗9,534
  • infinitered/nsfwjsAvatar von infinitered

    infinitered/nsfwjs

    8,908Auf GitHub ansehen↗

    NSFW detection on the client-side via TensorFlow.js

    Classifies images as porn, hentai, sexy, neutral, or drawing using a TensorFlow.js model running in the browser.

    TypeScriptcontent-managementjavascriptmachine-learning
    Auf GitHub ansehen↗8,908
  • lawlite19/machinelearning_pythonAvatar von lawlite19

    lawlite19/MachineLearning_Python

    8,526Auf GitHub ansehen↗

    This is a Python machine learning library featuring a collection of core algorithms implemented from scratch to demonstrate foundational AI concepts. It provides a comprehensive toolkit for supervised learning, unsupervised learning, and neural network development. The project is distinguished by its custom implementation of a neural network framework, which includes multi-layer perceptrons with backpropagation, gradient descent, and weight regularization. It also includes a specialized anomaly detection toolkit that identifies outliers and rare events using Gaussian probability distributions

    Solves multi-class classification problems by training a binary classifier for each distinct category.

    Python
    Auf GitHub ansehen↗8,526
  • kreuzberg-dev/kreuzbergAvatar von kreuzberg-dev

    kreuzberg-dev/kreuzberg

    8,527Auf GitHub ansehen↗

    Kreuzberg is a document extraction engine that converts PDFs, Office files, images, and over 90 other formats into clean, structured text and metadata. It is built around a compiled Rust core that can be used as a native library, a command-line tool, a REST API server, or a WebAssembly module for browser-based processing. The system is designed to run entirely on self-hosted infrastructure, with no data leaving the user's environment. What distinguishes Kreuzberg is its breadth of integration surfaces and its pipeline architecture. It exposes extraction capabilities through native bindings fo

    Ships a configurable LLM-based page classification enrichment stage for document processing.

    Rustdocument-intelligenceelixirffi
    Auf GitHub ansehen↗8,527
Vorherige123Nächste
  1. Home
  2. Data & Databases
  3. Data Categorization
  4. Classification Labelers

Unter-Tags erkunden

  • Conditional Classification WorkflowsUser-definable sequences of actions and rules used to process and categorize ingested data. **Distinct from Classification Labelers:** Distinct from Classification Labelers as it defines the workflow/sequence of actions, not just the label assignment.
  • Drive File Classification Label Modifications2 Sub-TagsAdds or deletes classification labels and their associated field values for files stored in the cloud drive. **Distinct from Classification Labelers:** Distinct from Classification Labelers: applies labels to Drive files, not for ML training data labeling.
  • Image Classifiers4 Sub-TagsAutomated analysis tools that categorize images into predefined labels. **Distinct from Classification Labelers:** Distinct from general classification labelers: focuses on image-specific subject matter detection.
  • LLM-Based1 Sub-TagConfigures label sets and LLM settings for assigning categories to document pages. **Distinct from Classification Labelers:** Distinct from Classification Labelers: uses LLMs for dynamic label assignment rather than fixed ML training labels.
  • Multi-Label Classifiers5 Sub-TagsUtilities for assigning multiple categorical labels to data items for multi-label classification tasks. **Distinct from Classification Labelers:** Distinct from Classification Labelers: focuses on multi-label assignment rather than single-label classification.
  • Numeric Digit Classifiers1 Sub-TagTools designed specifically to recognize and categorize numerical digits in images. **Distinct from Image Classifiers:** Specializes in digit recognition rather than general predefined subject labels.
  • One-Vs-All Multi-class Classification2 Sub-TagsA strategy for multi-class classification by training separate binary classifiers for each class. **Distinct from Multi-Label Classifiers:** Specific strategy for multi-class tasks, distinct from multi-label classifiers which allow multiple labels per item.
  • Simultaneous Authenticity and Class LabelingTraining a discriminator to concurrently detect authenticity and perform class categorization. **Distinct from Classification Labelers:** Distinct from Classification Labelers: focuses on the joint task of authenticity detection and class labeling in an adversarial context.
  • Vocabulary ProjectionProjecting target classification labels onto specific words within the model's vocabulary. **Distinct from Classification Labelers:** Specifically targets the model's vocabulary for verbal prediction, distinct from general ML labeling.