awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • ibis-project/ibisAvatar ibis-project

    ibis-project/ibis

    6,574Vezi pe GitHub↗

    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
    Vezi pe GitHub↗6,574
  • nvidia/daliAvatar NVIDIA

    NVIDIA/DALI

    5,713Vezi pe GitHub↗

    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
    Vezi pe GitHub↗5,713
  • open-mmlab/mmocrAvatar open-mmlab

    open-mmlab/mmocr

    4,739Vezi pe GitHub↗

    mmocr este un framework de recunoaștere optică a caracterelor (OCR) bazat pe PyTorch, conceput pentru antrenarea și deployment-ul modelelor de detectare a textului, recunoaștere și extragere a informațiilor cheie. Servește ca un toolkit cuprinzător pentru detectarea și recunoașterea textului în scene, oferind biblioteci specializate pentru localizarea regiunilor de text și convertirea textului vizual în șiruri de caractere codificate de mașină. Proiectul se distinge printr-un framework de cercetare pentru extragerea informațiilor cheie și capabilități avansate de text spotting. Acestea includ spotting bazat pe puncte folosind transformatoare și utilizarea curbelor Bezier parametrizate pentru a identifica și transcrie text cu forme arbitrare. Framework-ul acoperă o suprafață largă de capabilități de viziune artificială, inclusiv gestionarea pipeline-ului de date pentru augmentarea și standardizarea seturilor de date OCR diverse, antrenarea modelelor cu scalare distribuită și evaluarea performanței folosind metrici OCR standard. Oferă, de asemenea, utilitare pentru manipularea poligoanelor geometrice și vizualizarea rezultatelor pentru auditarea predicțiilor față de adnotările ground truth. Sistemul este implementat în Python și suportă instalarea prin împachetarea mediului Docker.

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

    Pythonabcnetabinetcrnn
    Vezi pe GitHub↗4,739
  • tensorflow/datasetsAvatar tensorflow

    tensorflow/datasets

    4,575Vezi pe GitHub↗

    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
    Vezi pe GitHub↗4,575
  1. Home
  2. Data & Databases
  3. Portable Data Expression APIs

Explorează sub-etichetele

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