awesome-repositories.com
Blog
awesome-repositories.com

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

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

18 Repos

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • filamentphp/filamentAvatar von filamentphp

    filamentphp/filament

    31,215Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗31,215
  • 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

    Maps categorical strings to numerical identifiers for model output interpretation.

    Pythonbookcomputer-visiondata-science
    Auf GitHub ansehen↗29,001
  • 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

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

    Jupyter Notebook
    Auf GitHub ansehen↗24,608
  • beekeeper-studio/beekeeper-studioAvatar von beekeeper-studio

    beekeeper-studio/beekeeper-studio

    22,030Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗22,030
  • crystal-lang/crystalAvatar von crystal-lang

    crystal-lang/crystal

    20,299Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗20,299
  • piskvorky/gensimAvatar von piskvorky

    piskvorky/gensim

    16,361Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗16,361
  • zalandoresearch/fashion-mnistAvatar von zalandoresearch

    zalandoresearch/fashion-mnist

    12,754Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗12,754
  • serde-rs/serdeAvatar von serde-rs

    serde-rs/serde

    10,457Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗10,457
  • gibbok/typescript-bookAvatar von gibbok

    gibbok/typescript-book

    10,317Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗10,317
  • humanizr/humanizerAvatar von Humanizr

    Humanizr/Humanizer

    9,717Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗9,717
  • iamseancheney/python_for_data_analysis_2nd_chinese_versionAvatar von iamseancheney

    iamseancheney/python_for_data_analysis_2nd_chinese_version

    8,937Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗8,937
  • boostorg/boostAvatar von boostorg

    boostorg/boost

    8,493Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗8,493
  • olifolkerd/tabulatorAvatar von olifolkerd

    olifolkerd/tabulator

    7,550Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗7,550
  • nvidia/pix2pixhdAvatar von NVIDIA

    NVIDIA/pix2pixHD

    6,920Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗6,920
  • ivanvorobei/sppermissionsAvatar von ivanvorobei

    ivanvorobei/SPPermissions

    5,817Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗5,817
  • sparrowcode/permissionskitAvatar von sparrowcode

    sparrowcode/PermissionsKit

    5,815Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗5,815
  • lllyasviel/controlnet-v1-1-nightlyAvatar von lllyasviel

    lllyasviel/ControlNet-v1-1-nightly

    5,156Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗5,156
  • velocidex/velociraptorAvatar von Velocidex

    Velocidex/velociraptor

    3,769Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗3,769
  1. Home
  2. Data & Databases
  3. Enum Definitions
  4. Enum Label Mappings

Unter-Tags erkunden

  • 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 Sub-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.