awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

40 مستودعات

Awesome GitHub RepositoriesData Format Translators

Utilities for converting structured data between different serialization formats like CSV, JSON, and YAML.

Distinct from Financial Data Format Translation: Closest candidates focus on errors, subscriptions, or financial data, whereas this is a general-purpose tabular format translator.

Explore 40 awesome GitHub repositories matching data & databases · Data Format Translators. Refine with filters or upvote what's useful.

Awesome Data Format Translators GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • panniantong/agent-reachالصورة الرمزية لـ Panniantong

    Panniantong/Agent-Reach

    31,610عرض على GitHub↗

    Agent-Reach is an AI agent web gateway and search tool that provides language models with the ability to search and read content from the open web, social media, and community forums without using official APIs. It functions as a routing layer that connects large language models to various internet backends while managing content parsing and connection health. The system enables API-free information retrieval by using open-source backends to extract text and metadata from platforms such as Twitter, Reddit, and YouTube. It converts unstructured website content, RSS feeds, and video transcripts

    Converts diverse platform data formats into a standardized schema for consistent consumption by language models.

    Pythonagent-infrastructureai-agentai-search
    عرض على GitHub↗31,610
  • tsenart/vegetaالصورة الرمزية لـ tsenart

    tsenart/vegeta

    25,070عرض على GitHub↗

    Vegeta is an HTTP load testing tool and library designed to measure the performance and stability of web services. It functions as a command-line utility, a programmable package for integration into other applications, and a distributed load generator capable of splitting request rates across multiple machines. The tool is distinguished by its constant-rate request scheduler, which dispatches requests at a fixed frequency regardless of target response times. It employs lazy target streaming to maintain low memory usage during large tests and uses a binary-encoded storage format to minimize di

    Translates result files between binary, CSV, and JSON formats for compatibility with analysis tools.

    Gobenchmarkinggohttp
    عرض على GitHub↗25,070
  • wkentaro/labelmeالصورة الرمزية لـ wkentaro

    wkentaro/labelme

    15,984عرض على GitHub↗

    Labelme هي أداة تعليق صور تعتمد على Python تُستخدم لإنشاء مجموعات بيانات الرؤية الحاسوبية. تعمل كمحرر مرئي للتقسيم الدلالي، مما يسمح للمستخدمين بتحديد حدود الكائنات باستخدام المضلعات والمستطيلات والنقاط والدوائر. يعمل التطبيق أيضاً كمعلق صور متعدد الأطياف، ويدعم ملفات TIFF ذات العمق العالي المستخدمة في صور الأقمار الصناعية والصور العلمية. تتضمن الأداة قدرات تصنيف بمساعدة الذكاء الاصطناعي لأتمتة إنشاء الأقنعة والمضلعات. تسمح هذه الميزات بإنشاء الأشكال المدفوع بمطالبات نصية أو اختيارات نقاط تفاعلية، والتي تقترح حدوداً بناءً على نقاط إيجابية وسلبية يضعها المستخدم. يغطي البرنامج مجموعة واسعة من مهام إدارة البيانات والتعليق، بما في ذلك إنشاء أقنعة بكسل كثيفة، وصناديق التحديد الدوارة، وتسلسل إطارات الفيديو. يتضمن خط أنابيب لترجمة استمرارية حالة JSON الداخلية إلى تنسيقات مجموعات بيانات قياسية مثل COCO و Pascal VOC. تشمل القدرات الإضافية علامات تصنيف على مستوى الصورة، وأدوات تحسين الهندسة، واستيراد الصور المجمعة.

    Converts internal JSON annotation representations into standard computer vision dataset formats like COCO and Pascal VOC.

    Python
    عرض على GitHub↗15,984
  • jimp-dev/jimpالصورة الرمزية لـ jimp-dev

    jimp-dev/jimp

    14,621عرض على GitHub↗

    Jimp is a zero-dependency JavaScript image processing library and programmatic editor designed for manipulating, resizing, and filtering images in Node.js. It functions as a multi-format image encoder and extensible pipeline that operates entirely in JavaScript to ensure portable deployment across different environments without requiring native system dependencies. The engine features a modular architecture that allows for custom image processor builds and the registration of custom processing plugins. This extensibility enables the addition of specific visual effects and custom file-type enc

    Includes dedicated translation modules to encode and decode raw pixel data across multiple image formats.

    TypeScript
    عرض على GitHub↗14,621
  • bjorn/tiledالصورة الرمزية لـ bjorn

    bjorn/tiled

    12,650عرض على GitHub↗

    Tiled is a visual editor for creating two-dimensional game environments, functioning as a tile map editor and game level design tool. It allows for the construction of game worlds by arranging reusable tile sets and assets into maps. The system includes a tile set manager to organize and modify collections of tiles that can be shared across multiple project maps. It supports the creation of complex environments through layered map composition and the placement of objects at precise coordinates. The editor provides capabilities for grid alignment, coordinate-based layouts, and the attachment

    Converts internal map data into structured formats like JSON or XML for integration with external game engines.

    C++
    عرض على GitHub↗12,650
  • coil-kt/coilالصورة الرمزية لـ coil-kt

    coil-kt/coil

    11,819عرض على GitHub↗

    Coil is an image loading and caching pipeline designed for Android and Compose Multiplatform applications. It functions as a comprehensive loader, caching engine, and rendering utility that asynchronously fetches and displays images from network URLs, local storage, and multiplatform resource systems. The library distinguishes itself through a flexible fetcher-decoder pipeline and an interface-driven component registry, allowing for the integration of custom networking clients and decoders. It provides specialized support for rendering scalable vector graphics, animated formats such as GIF an

    Transforms image data between bitmaps, drawables, and painters to ensure compatibility with different rendering engines.

    Kotlinandroidandroidxcompose
    عرض على GitHub↗11,819
  • wader/fqالصورة الرمزية لـ wader

    wader/fq

    10,528عرض على GitHub↗

    fq هو معالج بيانات ثنائية بسطر الأوامر يُستخدم لفك التشفير، والتحويل، وتحليل تدفقات البايت الخام والبيانات على مستوى البت إلى تنسيقات مهيكلة. يعمل كمحرك استعلام ثنائي وظيفي يسمح بتصفية وتعيين الهياكل الثنائية، بالإضافة إلى محول يترجم الكتل الثنائية المعقدة وتنسيقات الملفات المملوكة إلى JSON أو YAML أو XML قياسي. تتميز الأداة كمعالج بت منخفض المستوى قادر على إجراء تقطيع على مستوى البت، وعمليات منطقية على البت، وتجزئة مشفرة على الملفات الخام. كما تعمل كمحلل بروتوكول شبكة مع القدرة على إعادة تجميع تدفقات TCP المجزأة وفك تشفير حركة مرور TLS للفحص على مستوى التطبيق. يغطي المشروع قدرات واسعة في التحليل الثنائي وتحويل البيانات، بما في ذلك دعم تعريفات فك التشفير المخصصة ومجموعة واسعة من التنسيقات المتخصصة مثل Mach-O وASN1 BER وAvro OCF. ويوفر أدوات للبحث في الشجرة الثنائية، وفك تشفير النص المهيكل، والتسلسل ثنائي الاتجاه بين التنسيقات الثنائية والنصية. يمكن للمستخدمين التفاعل مع النظام من خلال واجهة سطر أوامر وREPL تفاعلي لاختبار الاستعلام في الوقت الفعلي.

    Translates structured data between binary, text-based serialization formats, and various number bases.

    Go
    عرض على GitHub↗10,528
  • restkit/restkitالصورة الرمزية لـ RestKit

    RestKit/RestKit

    10,104عرض على GitHub↗

    RestKit is an iOS REST API integration framework used to connect Apple platform applications to web services. It centers on RESTful resource modeling, transforming remote API data structures into typed local objects and database entities. The framework provides capabilities for remote data persistence by caching web service resources in a local database to enable offline access. It also handles network data serialization, using pluggable parsers to convert JSON or XML responses into application data models. Additional functionality includes multipart file uploading for sending binary data an

    Convert incoming data streams from formats like JSON or XML into usable objects using a pluggable interface.

    Objective-C
    عرض على GitHub↗10,104
  • mamedev/mameالصورة الرمزية لـ mamedev

    mamedev/mame

    9,929عرض على GitHub↗

    MAME is a vintage hardware emulation platform designed to recreate the circuitry of arcade games, computers, and consoles to run original software on modern devices. It functions as a retro gaming preservation framework for managing, verifying, and archiving ROM sets and disk images to ensure long-term software accessibility. The project features a system debugging tool for inspecting emulated memory, CPU registers, and execution flow via breakpoints and disassembly. It also includes a Lua-based automation layer that exposes core system state and hardware controls for custom behavior and anal

    Translates between various on-disk image file formats and internal magnetic state representations.

    C++
    عرض على GitHub↗9,929
  • johnkerl/millerالصورة الرمزية لـ johnkerl

    johnkerl/miller

    9,911عرض على GitHub↗

    Miller is a command-line data processor used for filtering, transforming, and aggregating name-indexed tabular data. It functions as a tool for querying and reshaping records across multiple file formats, serving as a converter between CSV, JSON, and YAML. The tool distinguishes itself by using a name-indexed data model, allowing users to manipulate fields by name rather than numeric position. It utilizes single-pass streaming algorithms to compute statistics and summaries on large datasets that exceed available system memory. Its capabilities cover data transformation and analysis, includin

    Provides a common internal representation to convert seamlessly between CSV, JSON, and YAML formats.

    Gocommand-linecommand-line-toolscsv
    عرض على GitHub↗9,911
  • fasterxml/jacksonالصورة الرمزية لـ FasterXML

    FasterXML/jackson

    9,740عرض على GitHub↗

    Jackson is a Java data binding framework and multi-format data serializer used to translate data structures into native language objects. It functions as a JSON data binding library and a streaming parser that reads and writes data as discrete tokens to process large datasets with minimal memory. The project distinguishes itself through a bytecode serialization accelerator that replaces standard reflection with generated bytecode to increase data binding speed. It employs a module-based extensibility model to support a wide range of formats beyond JSON, including XML, YAML, CSV, TOML, and bin

    Provides pluggable interfaces to convert incoming data streams from multiple formats like XML and YAML into typed objects.

    hacktoberfestjacksonjava-json
    عرض على GitHub↗9,740
  • delta-io/deltaالصورة الرمزية لـ delta-io

    delta-io/delta

    8,596عرض على GitHub↗

    Delta is a lakehouse table format that brings ACID transactions and data warehouse consistency to large scale data lakes on cloud object storage. It serves as an ACID transaction manager, coordinating atomic commits and serializable isolation for concurrent reads and writes across distributed compute engines. The project provides a multi-engine interoperability layer that uses format translation to allow diverse SQL engines and processing frameworks to read and write the same tables. It functions as a data versioning system, utilizing a transaction log to enable time travel, historical snapsh

    Generates compatible metadata for external open table formats to allow cross-engine interoperability without data duplication.

    Scalaacidanalyticsbig-data
    عرض على GitHub↗8,596
  • anchore/syftالصورة الرمزية لـ anchore

    anchore/syft

    8,399عرض على GitHub↗

    Syft is a software bill of materials generator, container image scanner, and software dependency catalog. It analyzes container images and filesystems to produce comprehensive inventories of installed packages and dependencies in standard formats. Additionally, it serves as a software attestation tool and an SBOM format converter. The project distinguishes itself through the ability to create cryptographically signed attestations for software inventories to ensure provenance and integrity. It also provides the capability to transform software bills of materials between different industry sche

    Transforms internal software inventory data between different industry-standard SBOM serialization formats.

    Gocontainerscyclonedxdocker
    عرض على GitHub↗8,399
  • carson-katri/dream-texturesالصورة الرمزية لـ carson-katri

    carson-katri/dream-textures

    8,168عرض على GitHub↗

    Dream Textures is a Stable Diffusion integration for Blender that provides tools for text-to-image generation, depth projection, and node-based processing within a 3D environment. It functions as an AI texture generator capable of producing image textures and concept art from text prompts and scene renders. The system features a depth-to-image projection tool that maps generated imagery onto 3D models using depth data for spatial alignment. It also includes a node-based AI image processor for creating procedural visual effects and a dedicated toolset for AI-assisted inpainting and outpainting

    Converts raw pixel data between grayscale, RGB, and RGBA formats for software compatibility.

    Pythonaiblenderblender-addon
    عرض على GitHub↗8,168
  • cvhub520/x-anylabelingالصورة الرمزية لـ CVHub520

    CVHub520/X-AnyLabeling

    8,193عرض على GitHub↗

    X-AnyLabeling is an AI-assisted annotation platform and computer vision labeling tool. It provides an interface for annotating images and videos using polygons and rectangles to create training sets for machine learning models. The project distinguishes itself through the integration of external AI models via a plugin-based inference backend, allowing for automated generation of candidate labels and the execution of specialized tasks like pose estimation and object detection. It also functions as an optical character recognition tool for extracting text and layout information from document im

    Maps annotation data between various industry standards to ensure compatibility across different machine learning tools.

    Pythonartificial-intelligenceclipcomputer-vision
    عرض على GitHub↗8,193
  • harisekhon/devops-bash-toolsالصورة الرمزية لـ HariSekhon

    HariSekhon/DevOps-Bash-tools

    8,062عرض على GitHub↗

    DevOps-Bash-tools is a collection of shell scripts and aliases designed to automate cloud infrastructure, container orchestration, and CI/CD pipelines. It provides a comprehensive toolset for managing operational workflows through the command line. The project specializes in automating tasks across multiple platforms, including managing namespaces and secrets in Kubernetes, auditing resources in AWS and GCP, and triggering builds or managing environment variables in GitHub Actions, GitLab CI, and CircleCI. It also includes a toolkit for interacting with container registries to query manifests

    Convert between JSON and YAML and validate data files.

    Shellapiawsbash
    عرض على GitHub↗8,062
  • phoboslab/qoiالصورة الرمزية لـ phoboslab

    phoboslab/qoi

    7,492عرض على GitHub↗

    QOI is a lossless image codec and encoding standard designed for high-speed compression and decompression of raw pixel data. It provides a toolkit for translating raw image buffers into a compact format and back into pixel representations without any loss of quality. The implementation focuses on fast image encoding and decoding, enabling the rapid conversion of compressed image data back into raw pixels. It also supports image format conversion to ensure compatibility across different software systems and hardware.

    Translates image data between different formats to ensure cross-system and hardware compatibility.

    C
    عرض على GitHub↗7,492
  • open-mmlab/mmposeالصورة الرمزية لـ open-mmlab

    open-mmlab/mmpose

    7,374عرض على GitHub↗

    MMPose is a PyTorch-based pose estimation toolbox and deep learning training pipeline designed for detecting 2D and 3D keypoints on humans, animals, and faces. It serves as a computer vision model zoo and a framework for both 2D pose estimation and 3D pose lifting. The project is distinguished by its modular architecture and extensibility, employing a registry-based system and hierarchical configurations to allow for custom algorithm integration and model pipeline customization. It supports diverse estimation paradigms, including top-down, bottom-up, and two-stage pose lifting workflows. The

    Includes utilities to translate raw dataset annotations into standardized formats like COCO.

    Pythonanimal-pose-estimationbenchmarkcpm
    عرض على GitHub↗7,374
  • xiangyuecn/areacity-jsspider-statsgovالصورة الرمزية لـ xiangyuecn

    xiangyuecn/AreaCity-JsSpider-StatsGov

    6,672عرض على GitHub↗

    This project is an administrative GIS toolset that provides a comprehensive dataset of China's administrative divisions, including provinces, cities, districts, and townships. It functions as a coordinate system transformer and a boundary converter for transforming geographic data into standard formats. The toolset distinguishes itself through the ability to convert administrative boundary data between CSV, GeoJSON, Shapefiles, and SQL. It includes specialized utilities for coordinate system transformation between GCJ-02, BD-09, WGS-84, and CGCS2000 standards to ensure accuracy across differe

    Translates administrative data between specialized spatial formats like GeoJSON and SHP and tabular structures like CSV.

    JavaScript
    عرض على GitHub↗6,672
  • superradcompany/microsandboxالصورة الرمزية لـ superradcompany

    superradcompany/microsandbox

    6,570عرض على GitHub↗

    Microsandbox is a runtime for creating and managing lightweight, hardware-isolated virtual machines — called sandboxes — that boot directly from standard OCI container images. Each sandbox runs as its own host process with a separate kernel, filesystem, and network stack, providing process-per-sandbox isolation. The project includes a command-line tool and multi-language SDKs (Rust, TypeScript, Python, Go) for programmatic lifecycle control, and it communicates with sandbox agents over Unix sockets using a CBOR-encoded protocol. What distinguishes Microsandbox is its combination of host-manag

    Automatically detects disk image format from file extension or accepts explicit type hints for booting.

    Rust
    عرض على GitHub↗6,570
السابق12التالي
  1. Home
  2. Data & Databases
  3. Data Format Translators

استكشف الوسوم الفرعية

  • Annotation Format Translators1 وسم فرعيUtilities that convert labeling data between different industry-standard annotation schemas. **Distinct from Data Format Translators:** Focuses on training labels (like COCO or YOLO) rather than general data serialization like JSON or CSV.
  • Byte Representation ConvertersTranslates byte data between ASCII, hexadecimal, and binary representations. **Distinct from Data Format Translators:** Distinct from Data Format Translators: focuses on low-level byte representation conversion, not structured data formats.
  • Disk Image Format Translation2 وسوم فرعيةConversion between different on-disk image formats and internal representations. **Distinct from Data Format Translators:** Distinct from general data format translators: specifically handles magnetic disk image formats and internal representations.
  • Image Format Translators1 وسم فرعيUtilities specifically for converting raw pixel data between various image file formats. **Distinct from Data Format Translators:** Distinct from general data format translators by focusing specifically on image encoding and decoding of pixel buffers.
  • Pluggable Format DeserializersInterfaces that convert incoming data streams from multiple formats like JSON or XML into typed objects. **Distinct from Data Format Translators:** Focuses on the deserialization of streams into objects via a pluggable interface, whereas candidates focus on simple format-to-format translation.
  • Spatial Format TranslatorsUtilities that convert geographic and spatial data between specialized map formats and tabular structures. **Distinct from Data Format Translators:** Specializes in geospatial/map formats, whereas Data Format Translators covers general serialization like CSV and JSON.
  • Table Format TranslatorsUtilities that translate metadata between different lakehouse table formats to enable cross-engine interoperability. **Distinct from Data Format Translators:** Distinct from Data Format Translators: specifically targets table-level metadata (like Iceberg or Hudi) rather than general serialization formats like CSV or JSON.
  • Web Format TranslatorsUtilities for converting JSON data to and from web-specific formats such as HTTP headers and browser cookies. **Distinct from Data Format Translators:** Distinct from general Data Format Translators: specifically targets web-protocol formats like cookies and headers rather than standard files like CSV or YAML.