awesome-repositories.com
Blog
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
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

18 dépôts

Awesome GitHub RepositoriesEnum Label Mappings

Logic for mapping enum values to human-readable display strings.

Distinct from Enum Definitions: Focuses on label mapping rather than enum definition.

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

Awesome Enum Label Mappings 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.
  • filamentphp/filamentAvatar de filamentphp

    filamentphp/filament

    31,215Voir sur GitHub↗

    Filament is a full-stack framework for building administrative panels and management interfaces within the Laravel ecosystem. It provides a declarative, component-based architecture that allows developers to construct complex, data-driven applications using server-side configuration objects rather than manual HTML. By inspecting database model structures and relationships, the framework automates the generation of CRUD interfaces, forms, and data tables, significantly reducing boilerplate code. The project distinguishes itself through a highly modular and extensible design that supports custo

    Maps enum values to human-readable labels, colors, and icons for improved data representation.

    PHPadminalpine-jsbuilder
    Voir sur GitHub↗31,215
  • d2l-ai/d2l-enAvatar de d2l-ai

    d2l-ai/d2l-en

    29,001Voir sur GitHub↗

    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

    Maps categorical strings to numerical identifiers for model output interpretation.

    Pythonbookcomputer-visiondata-science
    Voir sur GitHub↗29,001
  • trekhleb/homemade-machine-learningAvatar de trekhleb

    trekhleb/homemade-machine-learning

    24,608Voir sur GitHub↗

    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

    Provides feedforward propagation to identify the most probable class labels for input data.

    Jupyter Notebook
    Voir sur GitHub↗24,608
  • beekeeper-studio/beekeeper-studioAvatar de beekeeper-studio

    beekeeper-studio/beekeeper-studio

    22,030Voir sur GitHub↗

    Beekeeper Studio is a cross-platform desktop application designed for database management and SQL development. It provides a unified graphical interface to connect to, query, and modify data across a wide range of relational and NoSQL database systems. The application functions as a comprehensive workspace, integrating tools for schema design, record editing, and data visualization. The project distinguishes itself through a focus on secure, flexible connectivity and AI-assisted workflows. It supports advanced authentication methods, including enterprise single sign-on, multi-factor authentic

    Replaces raw database identifiers with human-readable labels in result sets using custom mapping files.

    TypeScriptbigquerycassandracockroachdb
    Voir sur GitHub↗22,030
  • crystal-lang/crystalAvatar de crystal-lang

    crystal-lang/crystal

    20,299Voir sur GitHub↗

    Crystal is a statically typed, compiled programming language designed for high performance and memory safety. It leverages an LLVM-based compiler to translate source code into optimized machine-executable binaries, while its type-inference-based static analysis enforces strict safety rules during the build process. The language distinguishes itself through a fiber-based concurrent runtime that manages lightweight execution units for asynchronous input and output without blocking the main process. It also features a powerful compile-time macro system that allows for the inspection and transfor

    Implicitly converts symbols to matching enum members to allow for more concise code when passing values to methods.

    Crystalcompilercrystalcrystal-language
    Voir sur GitHub↗20,299
  • piskvorky/gensimAvatar de piskvorky

    piskvorky/gensim

    16,361Voir sur GitHub↗

    Gensim is a natural language processing toolkit designed for large-scale text analysis and the training of semantic vector embeddings. It provides a framework for identifying latent thematic structures within document collections and calculating semantic similarity between text segments using unsupervised statistical algorithms. The project is distinguished by its ability to handle datasets that exceed available system memory through incremental corpus streaming, which processes documents one at a time from disk. It utilizes sparse vector representations and dictionary-based token mapping to

    Maps vocabulary terms to unique integer identifiers to create a consistent dictionary for vectorization.

    Pythondata-miningdata-sciencedocument-similarity
    Voir sur GitHub↗16,361
  • zalandoresearch/fashion-mnistAvatar de zalandoresearch

    zalandoresearch/fashion-mnist

    12,754Voir sur GitHub↗

    This project is a computer vision benchmark and image classification dataset used to measure and compare the accuracy of machine learning models. It provides a standardized collection of labeled fashion product images and training data formatted to be compatible with the MNIST dataset structure. The dataset consists of fixed-dimension grayscale images and label-based category mappings, stored in a binary format. It includes pre-split training and testing sets and a static distribution to ensure consistent cross-model benchmarking. The repository supports image classification benchmarking and

    Maps integer values to specific fashion product categories for ground-truth comparison.

    Pythonbenchmarkcomputer-visionconvolutional-neural-networks
    Voir sur GitHub↗12,754
  • serde-rs/serdeAvatar de serde-rs

    serde-rs/serde

    10,457Voir sur GitHub↗

    This project is a framework for the efficient serialization and deserialization of data structures. It provides a unified, macro-based interface that automates the conversion of complex internal objects into standardized formats and reconstructs them from raw input streams or buffers. By leveraging compile-time code generation, the library minimizes manual implementation overhead while ensuring consistent logic across diverse data types. The framework distinguishes itself through a format-agnostic data model and a visitor-based parsing architecture that decouples data structures from specific

    Maps enumeration variants to their underlying numeric values during serialization instead of using string names.

    Rustderiveno-stdrust
    Voir sur GitHub↗10,457
  • gibbok/typescript-bookAvatar de gibbok

    gibbok/typescript-book

    10,317Voir sur GitHub↗

    The Concise TypeScript Book: A Concise Guide to Effective Development in TypeScript. Free and Open Source.

    Provides a reverse mapping technique for numeric enums, enabling value-to-name lookups.

    JavaScriptbookfreejavascript
    Voir sur GitHub↗10,317
  • humanizr/humanizerAvatar de Humanizr

    Humanizr/Humanizer

    9,717Voir sur GitHub↗

    Humanizer is a .NET natural language formatter and string manipulation library designed to convert technical identifiers, numbers, and dates into grammatically correct, human-readable text. It functions as a pluralization engine, localization utility, and case conversion tool for the .NET ecosystem. The library provides specialized capabilities for transforming programming conventions like PascalCase or snake_case into readable sentences and vice versa. It distinguishes itself by handling irregular and uncountable English words during pluralization and singularization, and by applying culture

    Uses reflection to map enumeration members to their custom human-readable description attributes.

    C#hacktoberfestlocalization
    Voir sur GitHub↗9,717
  • iamseancheney/python_for_data_analysis_2nd_chinese_versionAvatar de iamseancheney

    iamseancheney/python_for_data_analysis_2nd_chinese_version

    8,937Voir sur GitHub↗

    This project is an educational resource and a collection of instructional materials for performing data manipulation and statistical analysis using Python. It provides a comprehensive set of guides and code examples for using the Pandas, NumPy, and Matplotlib libraries to analyze structured data. The resource includes a dedicated guide for reshaping, cleaning, and aggregating tabular data and time series via Pandas, alongside a reference for high-performance vectorized operations and linear algebra using NumPy. It also features tutorials for creating publication-quality charts, distribution p

    Provides logic for mapping raw categorical identifiers to human-readable descriptive labels.

    matplotlibnumpypandas
    Voir sur GitHub↗8,937
  • boostorg/boostAvatar de boostorg

    boostorg/boost

    8,493Voir sur GitHub↗

    Boost is a collection of portable, high-performance source libraries that extend the C++ standard library. It provides a wide range of reusable components, data structures, and algorithms designed to add capabilities to the base language across different platforms. The project is distinguished by its extensive focus on compile-time template metaprogramming and generic programming. It implements advanced architectural patterns such as policy-based design, concept-based type validation, and the use of SFINAE for conditional template resolution to minimize runtime overhead. The library covers a

    Provides utilities to map enumeration values to human-readable strings with support for nested types.

    HTML
    Voir sur GitHub↗8,493
  • olifolkerd/tabulatorAvatar de olifolkerd

    olifolkerd/tabulator

    7,550Voir sur GitHub↗

    Tabulator is an interactive data table library and virtual DOM data grid used to create high-performance tables from JSON or arrays. It functions as a hierarchical data viewer and a spreadsheet interface component, capable of rendering thousands of records efficiently through viewport-based virtualization and progressive loading. The library distinguishes itself by providing a full spreadsheet interface mode with multi-sheet management, cell range selection, and bulk copy-paste capabilities. It supports complex data architectures, including nested data field mapping, expandable tree structure

    Replaces raw cell values with human-readable labels using lookup objects or delimited strings.

    JavaScriptajaxcdnjsdata
    Voir sur GitHub↗7,550
  • nvidia/pix2pixhdAvatar de NVIDIA

    NVIDIA/pix2pixHD

    6,920Voir sur GitHub↗

    pix2pixHD is a conditional generative adversarial network designed to transform semantic label maps into high-resolution photorealistic images. It functions as a high-resolution image synthesizer and an image-to-image translation model capable of producing synthetic images at 2048x1024 resolution. The system includes a semantic image editor that allows for the modification of high-resolution visuals by updating the underlying semantic label maps. This enables interactive image editing and the generation of photorealistic images based on source images or discrete label maps. The framework pro

    Translates discrete semantic category IDs into photorealistic visual textures and shapes.

    Python
    Voir sur GitHub↗6,920
  • ivanvorobei/sppermissionsAvatar de ivanvorobei

    ivanvorobei/SPPermissions

    5,817Voir sur GitHub↗

    SPPermissions is a Swift library that centralizes permission status checks and request flows across iOS and macOS system services. It provides a unified API for checking the current authorization state of any system permission and requesting access through the appropriate system dialog, all through a single interface. The library uses typed enums to map each system permission to a distinct case, allowing developers to check status and request authorization with a single method call and closure-based callback. It automatically derives the required Info.plist usage-description keys from the per

    Maps each system permission to a typed enum case for unified status checks and requests.

    Swift
    Voir sur GitHub↗5,817
  • sparrowcode/permissionskitAvatar de sparrowcode

    sparrowcode/PermissionsKit

    5,815Voir sur GitHub↗

    Universal API for request permission and get its statuses.

    Maps each system permission to a typed enum case bundling Info.plist key, status query, and request logic.

    Swift
    Voir sur GitHub↗5,815
  • lllyasviel/controlnet-v1-1-nightlyAvatar de lllyasviel

    lllyasviel/ControlNet-v1-1-nightly

    5,156Voir sur GitHub↗

    This project is a neural network extension for Stable Diffusion that provides spatial control and geometric consistency for text-to-image generation. It functions as an image structure controller and conditioning tool, enabling the use of external inputs to guide the layout and geometry of generated imagery. The framework is distinguished by its ability to transform input images into structural guides through various preprocessors. These include the extraction of depth maps, normal maps, and human pose landmarks, as well as the detection of Canny edges, anime lineart, and straight architectur

    Enables precise spatial placement of scene elements by mapping specific colors to object categories.

    Python
    Voir sur GitHub↗5,156
  • velocidex/velociraptorAvatar de Velocidex

    Velocidex/velociraptor

    3,769Voir sur GitHub↗

    Velociraptor is a digital forensics and incident response platform, endpoint detection and response system, and visibility tool. It provides a query engine and remote forensic collector used to hunt for indicators of compromise and perform triage across a fleet of hosts. The system is distinguished by its specialized query language for interrogating host state and parsing binary files. It features a notebook environment that combines markdown documentation with executable query cells to standardize investigative workflows and enable collaborative reporting. The platform covers a wide range o

    Translates raw integer values into human-readable strings based on predefined bitmasks and enum mappings.

    Godigital-forensicsendpoint-discoveryendpoint-protection
    Voir sur GitHub↗3,769
  1. Home
  2. Data & Databases
  3. Enum Definitions
  4. Enum Label Mappings

Explorer les sous-tags

  • Catch-All Variant MappersLogic for mapping unrecognized input values to a designated catch-all enum variant. **Distinct from Enum Label Mappings:** Distinct from Enum Label Mappings: focuses on handling unknown input values during deserialization rather than display labels.
  • Category Identifier Mappings2 sous-tagsUtilities for mapping categorical strings to numerical identifiers with reverse decoding support. **Distinct from Enum Label Mappings:** Distinct from enum label mappings: focuses on ML-specific category-to-ID mapping.
  • Numeric RepresentationsMapping enumeration variants to underlying numeric values. **Distinct from Enum Label Mappings:** Distinct from Enum Label Mappings: focuses on numeric representation rather than human-readable string labels.
  • Permission Enum AbstractionsTyped enums that map each system permission to a distinct case, centralizing status checks and requests. **Distinct from Enum Label Mappings:** Distinct from Enum Label Mappings: focuses on abstracting permission types into enums, not mapping enums to display strings.
  • Reverse MappingsRetrieves the name of a numeric enum member from its value, enabling lookup by value. **Distinct from Enum Label Mappings:** Distinct from Enum Label Mappings: focuses on reverse lookup from value to name, not forward mapping to display strings.