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

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

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

18 रिपॉजिटरी

Awesome GitHub RepositoriesImage Classifiers

Automated analysis tools that categorize images into predefined labels.

Distinct from Classification Labelers: Distinct from general classification labelers: focuses on image-specific subject matter detection.

Explore 18 awesome GitHub repositories matching data & databases · Image Classifiers. Refine with filters or upvote what's useful.

Awesome Image Classifiers GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • wzmiaomiao/deep-learning-for-image-processingWZMIAOMIAO का अवतार

    WZMIAOMIAO/deep-learning-for-image-processing

    26,281GitHub पर देखें↗

    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
    GitHub पर देखें↗26,281
  • invertase/react-native-firebaseinvertase का अवतार

    invertase/react-native-firebase

    12,291GitHub पर देखें↗

    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
    GitHub पर देखें↗12,291
  • marcotcr/limemarcotcr का अवतार

    marcotcr/lime

    12,142GitHub पर देखें↗

    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
    GitHub पर देखें↗12,142
  • apple/turicreateapple का अवतार

    apple/turicreate

    11,171GitHub पर देखें↗

    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++
    GitHub पर देखें↗11,171
  • cs231n/cs231n.github.iocs231n का अवतार

    cs231n/cs231n.github.io

    10,923GitHub पर देखें↗

    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
    GitHub पर देखें↗10,923
  • imgproxy/imgproxyimgproxy का अवतार

    imgproxy/imgproxy

    10,876GitHub पर देखें↗

    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
    GitHub पर देखें↗10,876
  • wongkinyiu/yolov9WongKinYiu का अवतार

    WongKinYiu/yolov9

    9,534GitHub पर देखें↗

    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
    GitHub पर देखें↗9,534
  • infinitered/nsfwjsinfinitered का अवतार

    infinitered/nsfwjs

    8,908GitHub पर देखें↗

    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
    GitHub पर देखें↗8,908
  • openai/guided-diffusionopenai का अवतार

    openai/guided-diffusion

    7,395GitHub पर देखें↗

    This is a classifier-guided diffusion framework for high-fidelity image generation. It implements a cascaded diffusion pipeline that chains a base diffusion model with a dedicated upsampler to progressively increase image resolution in stages, and uses classifier-guided diffusion sampling to steer the reverse diffusion process toward higher-quality outputs. The framework provides tools for training diffusion models from scratch using distributed processes with gradient accumulation, as well as training classifier models that provide gradient-based guidance during sampling. It supports both un

    Uses a classifier to steer a diffusion model's sampling process for higher-fidelity image generation.

    Python
    GitHub पर देखें↗7,395
  • apple/corenetapple का अवतार

    apple/corenet

    6,999GitHub पर देखें↗

    Corenet is a deep learning training framework and computer vision model library designed for developing neural networks across vision, text, and audio modalities. It functions as a distributed training orchestrator for scaling workloads across multiple compute nodes and provides a multimodal data pipeline for processing image, text, and video data. The project includes a model conversion toolkit for transforming weights and architectures between different machine learning frameworks. It also provides tools for optimizing model performance on Apple Silicon and reducing response latency in gene

    Implements automated analysis tools that categorize images into predefined labels.

    Jupyter Notebook
    GitHub पर देखें↗6,999
  • ml5js/ml5-libraryml5js का अवतार

    ml5js/ml5-library

    6,581GitHub पर देखें↗

    ml5-library is a JavaScript machine learning library that functions as a browser-based inference engine. It provides a high-level wrapper for implementing neural networks and data models, allowing users to execute machine learning predictions directly on the client side. The library simplifies the integration of machine learning into web applications and creative coding projects by removing the requirement for deep mathematical expertise. It specifically enables web-based image classification through the use of pretrained deep learning models to identify and label objects within images. The

    Identifies objects within images using pretrained models and returns results through callback functions.

    JavaScript
    GitHub पर देखें↗6,581
  • dragen1860/tensorflow-2.x-tutorialsdragen1860 का अवतार

    dragen1860/TensorFlow-2.x-Tutorials

    6,351GitHub पर देखें↗

    This project is a collection of TensorFlow 2.x machine learning tutorials and practical code examples. It serves as a deep learning implementation guide for constructing diverse neural network architectures, including convolutional, recurrent, and generative networks. The repository provides templates and examples for several specialized domains, including computer vision for image classification and object detection, natural language processing for text generation and language understanding, and generative AI for synthesizing data using adversarial networks and autoencoders. It also includes

    Builds automated analysis tools that categorize images into predefined labels using neural networks.

    Jupyter Notebookartificial-intelligencecomputer-visiondeep-learning
    GitHub पर देखें↗6,351
  • christophm/interpretable-ml-bookchristophM का अवतार

    christophM/interpretable-ml-book

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

    This project is a comprehensive educational resource and technical manual focused on interpretable machine learning and explainable AI. It serves as a textbook and reference for implementing techniques that make complex machine learning models transparent and understandable to humans. The resource provides guidance on both building inherently transparent models, such as decision trees and sparse linear models, and applying post-hoc explanation methods to black-box systems. It details specific methodologies for quantifying feature importance, generating rationales for individual predictions, a

    Replaces normalization layers with whitening transformations to make pre-trained classifiers intrinsically interpretable.

    Jupyter Notebook
    GitHub पर देखें↗5,317
  • nyandwi/machine_learning_completeNyandwi का अवतार

    Nyandwi/machine_learning_complete

    4,983GitHub पर देखें↗

    This is an interactive notebook-based course that teaches machine learning from Python fundamentals through deep learning and natural language processing. It uses real datasets and multiple frameworks within a structured, hands-on curriculum that combines concise explanations with executable code cells, built-in datasets, and embedded exercise checkpoints. Learning progresses through data preparation and exploration, classical machine learning workflows, computer vision with convolutional neural networks, and natural language processing with deep learning, all delivered as a cohesive progressi

    Uses pretrained image classifiers to predict categories without requiring additional training.

    Jupyter Notebookcomputer-visiondata-analysisdata-science
    GitHub पर देखें↗4,983
  • deepjavalibrary/djldeepjavalibrary का अवतार

    deepjavalibrary/djl

    4,828GitHub पर देखें↗

    Deep Java Library is a Java deep learning framework and JVM model inference engine. It provides a high-level API for building and deploying deep learning models within the Java ecosystem, acting as a cross-platform runtime for executing models across CPUs, GPUs, and mobile devices. The library is engine-agnostic, allowing users to switch between different deep learning engines such as PyTorch, TensorFlow, and MXNet while maintaining a single unified API. This enables the deployment of the same model across different backends without changing the application code. The framework supports the f

    Automatically categorizes large collections of images into predefined labels using pre-trained models.

    Java
    GitHub पर देखें↗4,828
  • xlite-dev/lite.ai.toolkitxlite-dev का अवतार

    xlite-dev/lite.ai.toolkit

    4,413GitHub पर देखें↗

    lite.ai.toolkit एज AI तैनाती के लिए डिज़ाइन किया गया एक C++ कंप्यूटर विज़न टूलकिट है। यह संसाधन-सीमित उपकरणों पर ऑब्जेक्ट डिटेक्शन, इमेज क्लासिफिकेशन और सेगमेंटेशन के लिए प्री-ट्रेंड मॉडल के निष्पादन को सक्षम बनाता है। इस प्रोजेक्ट में एक मल्टी-बैकएंड इन्फरेंस इंजन है जो ONNX मॉडल रनटाइम का समर्थन करता है, जिससे AI मॉडल को विभिन्न हार्डवेयर लक्ष्यों पर चलने की अनुमति मिलती है। इसमें लेटेंसी को कम करने और प्रोसेसिंग गति बढ़ाने के लिए विशेष रूप से NVIDIA हार्डवेयर के लिए एक GPU-त्वरित पाइपलाइन शामिल है। यह टूलकिट चेहरे के विश्लेषण की क्षमताओं की एक विस्तृत श्रृंखला को कवर करता है, जिसमें भावना पहचान, लिंग और आयु अनुमान और हेड पोज़ विश्लेषण शामिल है। यह फीचर एम्बेडिंग के निष्कर्षण और पहचान को सत्यापित करने के लिए कोसाइन समानता की गणना के माध्यम से चेहरे की पहचान के लिए उपकरण भी प्रदान करता। अतिरिक्त क्षमताओं में फोरग्राउंड आइसोलेशन के लिए इमेज मैटिंग, ग्रेस्केल इमेज कलराइज़ेशन और आर्टिस्टिक स्टाइल ट्रांसफर शामिल हैं।

    Categorizes images into predefined labels using various optimized inference backends.

    C++
    GitHub पर देखें↗4,413
  • openimages/datasetopenimages का अवतार

    openimages/dataset

    4,366GitHub पर देखें↗

    This project is a computer vision dataset and image annotation repository designed for training and evaluating machine learning models. It provides a large collection of labeled images, serving as an object detection benchmark and a source of pixel-level segmentation data. The repository distinguishes itself as a multimodal visual dataset by pairing images with synchronized voice, text, and mouse traces to support narrative understanding. It further enables the analysis of model fairness through the inclusion of demographic attributes and exhaustive annotations. The dataset covers a broad ra

    Provides human-verified positive and negative labels across thousands of classes for image categorization.

    Python
    GitHub पर देखें↗4,366
  • fastai/course22fastai का अवतार

    fastai/course22

    3,398GitHub पर देखें↗

    This is a structured deep learning curriculum for programmers, delivered as a collection of Jupyter notebooks. It teaches the fundamentals of training neural networks for computer vision, natural language processing, tabular data analysis, and collaborative filtering using PyTorch and the fastai library. The course is designed to be hands-on, guiding learners from building a training loop from scratch to fine-tuning pretrained models for a variety of practical tasks. The curriculum distinguishes itself by covering the full lifecycle of a deep learning project, from data preparation and augmen

    Provides a widget for reviewing and manually correcting misclassified images from a trained model.

    Jupyter Notebookdeep-learningfastaijupyter-notebooks
    GitHub पर देखें↗3,398
  1. Home
  2. Data & Databases
  3. Data Categorization
  4. Classification Labelers
  5. Image Classifiers

सब-टैग एक्सप्लोर करें

  • Classifier Interpretability1 सब-टैगTools for visualizing and explaining the decision-making process of image classification models. **Distinct from Image Classifiers:** Focuses on explaining why an image was classified, rather than performing the classification itself.
  • Guided Synthesis ClassifiersUsing a classifier to steer a diffusion model's sampling process for higher-fidelity image generation. **Distinct from Image Classifiers:** Distinct from general Image Classifiers: specifically used for guiding diffusion sampling, not for categorizing images into predefined labels.
  • Misclassification ReviewersWidgets that show misclassified images from a trained model for manual correction. **Distinct from Image Classifiers:** Distinct from Image Classifiers: focuses on reviewing and correcting misclassifications, not automated classification.
  • NSFW ClassifiersClassifies images as porn, hentai, sexy, neutral, or drawing using a TensorFlow.js model running in the browser. **Distinct from Image Classifiers:** Distinct from Image Classifiers: specifically targets NSFW categories (porn, hentai, sexy, neutral, drawing) rather than general image classification.