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
·

36 Repos

Awesome GitHub RepositoriesModel-as-a-Table Integrations

Database extensions that expose machine learning models as queryable virtual tables.

Distinguishing note: Focuses on the SQL-based abstraction of models as data, rather than the model training process itself.

Explore 36 awesome GitHub repositories matching data & databases · Model-as-a-Table Integrations. Refine with filters or upvote what's useful.

Awesome Model-as-a-Table Integrations GitHub Repositories

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

    mindsdb/mindsdb

    39,313Auf GitHub ansehen↗

    MindsDB is an AI-native database engine that treats machine learning models and autonomous agents as virtual tables. By mapping external data sources, predictive models, and third-party services directly into the database schema, it enables users to perform inference, data retrieval, and complex orchestration using standard SQL syntax. The platform distinguishes itself through an autonomous agent orchestrator that executes iterative reasoning loops, allowing agents to plan data access and synthesize natural language responses from connected knowledge bases. It functions as a federated data ga

    The platform allows users to register and query external machine learning models as virtual tables to perform predictions using standard SQL syntax.

    Makefileagentsaianalytics
    Auf GitHub ansehen↗39,313
  • 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

    Refines classifiers to distinguish between real and synthetic data through iterative binary classification training.

    Pythonbookcomputer-visiondata-science
    Auf GitHub ansehen↗29,001
  • microsoft/bringing-old-photos-back-to-lifeAvatar von microsoft

    microsoft/Bringing-Old-Photos-Back-to-Life

    15,691Auf GitHub ansehen↗

    This project is a deep learning image restoration tool designed to remove scratches, fading, and noise from aged photographs and film. It utilizes generative adversarial networks for image translation, alongside specialized networks for face enhancement and video colorization. The system distinguishes itself through a combination of latent-space domain mapping and progressive face enhancement to recover blurred or missing high-frequency facial details. For video content, it employs a colorization framework that uses optical flow and temporal guidance to propagate color from selected keyframes

    Utilizes discriminator arrays operating at multiple image scales to ensure both fine detail and global structural integrity.

    Pythongansgenerative-adversarial-networkimage-manipulation
    Auf GitHub ansehen↗15,691
  • mikefarah/yqAvatar von mikefarah

    mikefarah/yq

    14,913Auf GitHub ansehen↗

    This tool is a command-line processor designed for querying, updating, and transforming structured data files. It functions as a versatile engine for manipulating YAML, JSON, TOML, and XML documents, allowing users to perform complex operations directly from the terminal. By utilizing a path-based expression language, it enables precise navigation and modification of data structures within configuration files and infrastructure-as-code workflows. What distinguishes this tool is its ability to perform in-place document mutations while preserving original formatting, comments, and metadata. It

    The tool checks if a target array contains a specific subset or if a string contains a substring and returns boolean results.

    Gobashclicsv
    Auf GitHub ansehen↗14,913
  • nikopueringer/corridorkeyAvatar von nikopueringer

    nikopueringer/CorridorKey

    13,940Auf GitHub ansehen↗

    Perfect Green Screen Keys

    Loads a pre-trained background removal model as a shared resource, avoiding per-clip model reloading.

    Python
    Auf GitHub ansehen↗13,940
  • rudrabha/wav2lipAvatar von Rudrabha

    Rudrabha/Wav2Lip

    13,045Auf GitHub ansehen↗

    Wav2Lip is a deep learning lip sync model and neural talking head framework designed to synchronize the lip movements in a video to match a provided audio file. It functions as a computer vision lip synchronizer and speech-to-lip generator that maps speech patterns to visual mouth movements to produce realistic talking head videos. The system utilizes a framework for training and evaluating models that align audio and video frames. This includes the ability to train lip-sync models and visual discriminators using speech-to-lip datasets and evaluating the resulting synchronization accuracy thr

    Employs a discriminator network to refine the generator by distinguishing between authentic and synthetic video frames.

    Python
    Auf GitHub ansehen↗13,045
  • 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 parametric models that fit data using a fixed set of parameters, such as linear regression.

    Jupyter Notebook
    Auf GitHub ansehen↗12,614
  • phillipi/pix2pixAvatar von phillipi

    phillipi/pix2pix

    10,644Auf GitHub ansehen↗

    pix2pix is a framework for image-to-image translation using conditional generative adversarial networks. It functions as a supervised trainer and visual domain mapper designed to learn a mapping between input and output images for style and domain transfer. The system utilizes a U-Net encoder-decoder architecture combined with a PatchGAN local discriminator to enforce high-frequency local consistency. It employs L1 loss regularization to ensure generated outputs remain structurally close to the ground truth. The project covers a broad range of computer vision capabilities, including semantic

    Utilizes a PatchGAN local discriminator to enforce high-frequency local consistency in generated images.

    Lua
    Auf GitHub ansehen↗10,644
  • airbnb/epoxyAvatar von airbnb

    airbnb/epoxy

    8,556Auf GitHub ansehen↗

    Epoxy is an Android library for building complex RecyclerView screens using a model-driven approach. It generates RecyclerView adapter models at compile time from annotated custom views, data binding layouts, or view holders, eliminating the manual boilerplate typically associated with view holders and adapters. The library provides a diffing engine that automatically compares model lists and applies minimal updates with animations for insertions, removals, and moves. The library distinguishes itself through its controller-based model building, where a controller class with a buildModels meth

    Generates RecyclerView model classes from Android DataBinding layouts using layout variables as properties.

    Java
    Auf GitHub ansehen↗8,556
  • mystenlabs/suiAvatar von MystenLabs

    MystenLabs/sui

    7,612Auf GitHub ansehen↗

    Sui is a blockchain platform featuring an object-centric state model and resource-oriented smart contracts. It utilizes parallel transaction execution to increase network throughput and supports programmable transaction blocks that bundle multiple operations into single atomic units. The platform distinguishes itself with a capability-based access control system and zero-knowledge login mechanisms, enabling users to authenticate via identity providers without seed phrases. It also implements deterministic object addressing to allow predictable state lookups and supports the creation of soulbo

    Provides merkle proofs to confirm that a specific event stream head existed at a given checkpoint.

    Rustblockchaindistributed-ledger-technologymove
    Auf GitHub ansehen↗7,612
  • priorlabs/tabpfnAvatar von PriorLabs

    PriorLabs/TabPFN

    7,408Auf GitHub ansehen↗

    Trains TabPFN on tabular data without explicit preprocessing, producing near-instant fits and probability predictions.

    Pythondata-sciencefoundation-modelsmachine-learning
    Auf GitHub ansehen↗7,408
  • mobxjs/mobx-state-treeAvatar von mobxjs

    mobxjs/mobx-state-tree

    7,050Auf GitHub ansehen↗

    MobX State Tree is a structured, tree-based state management library for JavaScript applications that combines typed model definitions with reactive snapshots and patch-based change tracking. It provides a reactive state container with runtime and compile-time type safety, where application state is defined as a tree of typed models with collocated actions, computed views, and lifecycle hooks for predictable state mutations. The library is built around an action-centric mutation model that encapsulates all state changes within named functions that directly modify the tree, supported by genera

    Instantiates observable state tree models from plain data, enabling reactive state management.

    TypeScripthacktoberfestmobxmobx-state-tree
    Auf GitHub ansehen↗7,050
  • nvlabs/stylegan3Avatar von NVlabs

    NVlabs/stylegan3

    6,929Auf GitHub ansehen↗

    StyleGAN3 is a PyTorch implementation of a generative adversarial network designed for high-fidelity image synthesis. It functions as an image synthesis model and a deep learning research tool used to train and deploy networks that generate realistic synthetic imagery from custom datasets. The project is specifically an alias-free generative model, utilizing an architecture that eliminates jagged artifacts to produce smooth translational and rotational image sequences. This enables the creation of alias-free videos and the generation of high-resolution photos without visual distortions. The

    Implements adaptive discriminator augmentation to stabilize training on small datasets.

    Python
    Auf GitHub ansehen↗6,929
  • 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

    Employs an array of discriminators at different scales to ensure both high-frequency detail and global consistency.

    Python
    Auf GitHub ansehen↗6,920
  • poloclub/transformer-explainerAvatar von poloclub

    poloclub/transformer-explainer

    6,790Auf GitHub ansehen↗

    This project is a collection of interactive graphical tools designed for monitoring neural network training, latent space mappings, and the internal mechanisms of transformers. It functions as a visual learning environment for understanding how large language models process tokens and an educational tool for analyzing the interactions between generators and discriminators within adversarial networks. The system provides a browser-based transformer architecture visualizer to show the mathematical operations used for token prediction in real time. It also includes a generative adversarial netwo

    Renders a 2D heatmap of the classification surface to visualize discriminator confidence levels.

    JavaScriptdeep-learninggenerative-aigpt
    Auf GitHub ansehen↗6,790
  • ericlbuehler/mistral.rsAvatar von EricLBuehler

    EricLBuehler/mistral.rs

    6,597Auf GitHub ansehen↗

    mistral.rs is an inference engine for large language models that runs locally and exposes models behind OpenAI and Anthropic-compatible APIs. It serves as a multi-model serving platform, capable of loading several models in a single server process with per-request routing and on-demand loading and unloading. The engine supports multimodal inference, processing text alongside images, video, audio, and speech inputs, and includes a quantized model deployment runtime that reduces memory use and speeds up inference on consumer hardware. The project distinguishes itself through an agentic tool exe

    Routes inference requests to specific loaded models by ID, with fallback to a default.

    Rustllmrustuqff
    Auf GitHub ansehen↗6,597
  • charmbracelet/huhAvatar von charmbracelet

    charmbracelet/huh

    6,575Auf GitHub ansehen↗

    Huh is a Go library for building interactive terminal forms, designed to work with the Bubbletea TUI framework. It provides a complete form-building system with text inputs, selection lists, confirmation prompts, and file pickers, all navigable using only the keyboard without requiring a mouse. The library distinguishes itself through dynamic form adaptation, allowing fields to be shown, hidden, or modified at runtime based on user selections and conditional rules. It includes screen reader support that announces form fields and falls back to text prompts when a visual interface is unavailabl

    Embeds forms as standard Bubbletea models within terminal applications for custom layout and state management.

    Go
    Auf GitHub ansehen↗6,575
  • bookshelf/bookshelfAvatar von bookshelf

    bookshelf/bookshelf

    6,352Auf GitHub ansehen↗

    Bookshelf is a JavaScript ORM for Node.js that provides a structured way to define and interact with database models. It centers on a model-driven approach where developers register models, define their relations, and manage data persistence through a consistent interface. The library distinguishes itself through its comprehensive handling of model relationships and data transformations. It supports defining one-to-one, one-to-many, many-to-many, and polymorphic associations, with the ability to eager load related models in a single query to avoid performance pitfalls. Bookshelf also automate

    Registers models by name so they can be referenced as strings in relations and retrieved later.

    JavaScript
    Auf GitHub ansehen↗6,352
  • codeigniter4/codeigniter4Avatar von codeigniter4

    codeigniter4/CodeIgniter4

    5,924Auf GitHub ansehen↗

    CodeIgniter is a PHP web framework built on the Model-View-Controller pattern, designed for building full-stack web applications. It provides a lightweight toolkit with minimal configuration, organizing application logic into controllers, models, and views for clean separation of concerns. The framework includes a fluent query builder for constructing SQL statements programmatically, PSR-4 autoloading with namespace mapping, and a service-based dependency injection container for managing shared class instances. The framework distinguishes itself through its comprehensive set of built-in tools

    Returns shared or new model instances with optional database connections.

    PHPcodeignitercodeigniter4framework-php
    Auf GitHub ansehen↗5,924
  • microsoft/typespecAvatar von microsoft

    microsoft/typespec

    5,781Auf GitHub ansehen↗

    TypeSpec is a language for defining cloud API shapes and generating OpenAPI, JSON Schema, and client/server code from a single source of truth. It functions as a protocol-agnostic API designer that models REST, gRPC, and other API protocols using a unified, extensible syntax, with a decorator-based metadata system for attaching metadata, validation rules, and lifecycle visibility to API models and operations. The compiler produces OpenAPI 3.0 specifications and other artifacts, and the tool supports declaring API versions and tracking changes to models, properties, and operations across releas

    Defines stream protocol models as a first-class concept in the API definition language.

    Javajson-schemaopenapi3protobuf
    Auf GitHub ansehen↗5,781
Vorherige12Nächste
  1. Home
  2. Data & Databases
  3. Model-as-a-Table Integrations

Unter-Tags erkunden

  • Algorithm Result IntegrationProcesses for integrating the outputs of computational algorithms directly back into tabular storage as new columns. **Distinct from Model-as-a-Table Integrations:** Distinct from Model-as-a-Table: focuses on appending calculated vector results to a dataframe rather than exposing models as virtual tables.
  • Block Trait AbstractionsDefines blockchain blocks through a trait interface for type-safe, interchangeable implementations. **Distinct from Model-as-a-Table Integrations:** Distinct from Model-as-a-Table Integrations: focuses on trait-based block abstraction for blockchain nodes, not SQL-based model querying.
  • Cross-Language Data RecordsDeriving record traits on structs to expose their fields as cross-language data types. **Distinct from Model-as-a-Table Integrations:** Distinct from Model-as-a-Table Integrations: exposes Rust struct fields as data records across FFI, not as SQL virtual tables.
  • DataBinding Layout Model GeneratorsGenerates an Epoxy model class from an Android databinding layout, using layout variables as model properties. **Distinct from Model-as-a-Table Integrations:** Distinct from Model-as-a-Table Integrations: focuses on generating RecyclerView models from Android DataBinding layouts, not exposing ML models as database tables.
  • Discriminator Networks5 Sub-TagsNeural networks trained to classify data as authentic or synthetic. **Distinct from Model-as-a-Table Integrations:** Focuses on the discriminator architecture, distinct from model-as-a-table integrations.
  • Inclusion Verification Utilities1 Sub-TagFunctions that verify the presence of specific elements or substrings within data collections. **Distinct from Model-as-a-Table Integrations:** Distinct from Model-as-a-Table Integrations: focuses on boolean membership testing in data structures rather than exposing ML models as virtual tables.
  • Inference Model IntegrationsIntegrates pre-trained machine learning models as shared services for inference without per-clip model reloading. **Distinct from Model-as-a-Table Integrations:** Distinct from Model-as-a-Table Integrations: focuses on loading and reusing models for inference, not exposing them as queryable tables.
  • Model Fitting via API2 Sub-TagsSubmits an uploaded training set with a task type to produce a fitted model identifier for later predictions. **Distinct from Model-as-a-Table Integrations:** Distinct from Model-as-a-Table Integrations: focuses on the API-based model fitting workflow, not SQL-based model abstraction.
  • Model InstantiationReturning shared or new instances of model classes with optional database connections. **Distinct from Model-as-a-Table Integrations:** Distinct from Model-as-a-Table Integrations: focuses on model object creation rather than exposing models as queryable tables.
  • Model RegistriesRegisters models by name so they can be referenced as strings in relations and retrieved later. **Distinct from Model-as-a-Table Integrations:** Distinct from Model-as-a-Table Integrations: registers ORM models for string-based relation references, not SQL-based model abstraction.
  • Model UnprotectorsUnlocking state models to allow direct mutations outside of the action system. **Distinct from Model-as-a-Table Integrations:** Distinct from Model-as-a-Table Integrations: focuses on toggling mutation protection on state models, not exposing models as database tables.
  • Model Weight DownloadsDownloads pretrained model weights from remote registries to shared filesystems for distributed training. **Distinct from Model-as-a-Table Integrations:** Distinct from Model-as-a-Table Integrations: focuses on downloading model weights to storage, not querying models as tables.
  • Request Routing by Model ID3 Sub-TagsTargets a specific loaded model by its model ID in a request, with fallback to a default model. **Distinct from Model-as-a-Table Integrations:** Distinct from Model-as-a-Table Integrations: focuses on routing inference requests, not exposing models as queryable tables.
  • Stream Protocol ModelsDefines models that represent stream protocol types, parameterized by the type of data they carry. **Distinct from Model-as-a-Table Integrations:** Distinct from Model-as-a-Table Integrations: focuses on defining stream protocol types in an API definition language, not exposing ML models as queryable tables.
  • TUI Form EmbeddingsIntegrating interactive forms as composable models within terminal UI applications. **Distinct from Model-as-a-Table Integrations:** Distinct from Model-as-a-Table Integrations: focuses on embedding forms in TUI applications, not exposing models as database tables.
  • ViewHolder Model GeneratorsGenerates an Epoxy model class from a view holder pattern using @EpoxyAttribute annotations on fields. **Distinct from Model-as-a-Table Integrations:** Distinct from Model-as-a-Table Integrations: focuses on generating RecyclerView models from view holder patterns, not exposing ML models as database tables.