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
·

4 Repos

Awesome GitHub RepositoriesPortable Data Expression APIs

Unified programmatic interfaces for defining data transformations that are backend-agnostic.

Distinguishing note: Shortlist candidates focus on data portability (exports) or specific pipeline definitions rather than a portable expression API.

Explore 4 awesome GitHub repositories matching data & databases · Portable Data Expression APIs. Refine with filters or upvote what's useful.

Awesome Portable Data Expression APIs GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • ibis-project/ibisAvatar von ibis-project

    ibis-project/ibis

    6,574Auf GitHub ansehen↗

    Ibis is a portable Python dataframe library and multi-backend query engine that provides a unified interface for executing data transformations across diverse compute engines. It functions as a Python SQL expression compiler and dialect transpiler, allowing users to define data logic once and execute it across cloud warehouses, embedded databases, and distributed clusters without rewriting code. The project distinguishes itself through a database backend abstraction that decouples transformation logic from the underlying execution engine. It enables polyglot data workflows by mixing raw SQL s

    Provides a unified programmatic interface for defining data transformations that work across different backend engines.

    Pythonbigqueryclickhousedatabase
    Auf GitHub ansehen↗6,574
  • nvidia/daliAvatar von NVIDIA

    NVIDIA/DALI

    5,713Auf GitHub ansehen↗

    NVIDIA DALI is a GPU-accelerated data loading and preprocessing library designed for deep learning workflows. It constructs high-performance data pipelines that offload decoding, augmentation, and normalization to the GPU, eliminating CPU bottlenecks in training and inference. The library reads data from multiple storage formats and streams it directly into GPU memory, with support for multi-GPU execution to scale throughput across large-scale workloads. DALI distinguishes itself by enabling data pipelines to be built once and executed across multiple deep learning frameworks without code cha

    Provides portable data pipelines that work across TensorFlow, PyTorch, PaddlePaddle, and JAX without code changes.

    C++audio-processingdata-augmentationdata-processing
    Auf GitHub ansehen↗5,713
  • open-mmlab/mmocrAvatar von open-mmlab

    open-mmlab/mmocr

    4,739Auf GitHub ansehen↗

    mmocr ist ein auf PyTorch basierendes Framework für optische Zeichenerkennung (OCR), das für das Training und Deployment von Modellen zur Texterkennung, -identifizierung und Extraktion von Schlüsselinformationen entwickelt wurde. Es dient als umfassende Toolbox für die Erkennung und Identifizierung von Text in Szenen und bietet spezialisierte Bibliotheken zum Lokalisieren von Textregionen und zum Konvertieren von visuellem Text in maschinell kodierte Strings. Das Projekt zeichnet sich durch ein Forschungs-Framework für die Extraktion von Schlüsselinformationen und fortgeschrittene Text-Spotting-Funktionen aus. Dazu gehören punktbasiertes Spotting mittels Transformern und die Verwendung parametrisierter Bezier-Kurven, um beliebig geformten Text zu identifizieren und zu transkribieren. Das Framework deckt ein breites Spektrum an Computer-Vision-Funktionen ab, einschließlich Daten-Pipeline-Management zur Augmentierung und Standardisierung diverser OCR-Datensätze, Modelltraining mit verteilter Skalierung und Performance-Evaluierung unter Verwendung von Standard-OCR-Metriken. Es bietet zudem Dienstprogramme für geometrische Polygon-Manipulation und Ergebnisvisualisierung zur Überprüfung von Vorhersagen gegen Ground-Truth-Annotationen. Das System ist in Python implementiert und unterstützt die Installation über Docker-Umgebungs-Packaging.

    Transforms data structures between different OCR and object detection frameworks to ensure tool compatibility.

    Pythonabcnetabinetcrnn
    Auf GitHub ansehen↗4,739
  • tensorflow/datasetsAvatar von tensorflow

    tensorflow/datasets

    4,575Auf GitHub ansehen↗

    This project is a dataset management framework and cross-framework data loader that provides a unified interface for reading data formats compatible with TensorFlow, JAX, and PyTorch. It serves as a library of curated public datasets provided as data streams and includes tools for building, versioning, and documenting large-scale datasets. The system differentiates itself through a distributed data processing engine capable of managing massive datasets across clusters using parallelized pipelines. It utilizes builder-based construction to standardize how data is downloaded and prepared, while

    Provides a unified interface for reading data formats compatible with TensorFlow, JAX, and PyTorch to simplify model training.

    Python
    Auf GitHub ansehen↗4,575
  1. Home
  2. Data & Databases
  3. Portable Data Expression APIs

Unter-Tags erkunden

  • Cross-Framework Data LoadersUnified interfaces that allow reading native data formats across multiple machine learning frameworks. **Distinct from Cross-Framework Data Pipelines:** Focuses on the loader interface for reading various framework-specific formats rather than the processing graphs themselves.
  • Cross-Framework Data PipelinesConstructs reusable data processing graphs that integrate with TensorFlow, PyTorch, and PaddlePaddle without code changes. **Distinct from Portable Data Expression APIs:** Distinct from Portable Data Expression APIs: focuses on building portable pipeline graphs across deep learning frameworks, not general data transformation APIs.