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
·

46 Repos

Awesome GitHub RepositoriesFormat Conversions

Processes the transformation of structured data from one format to another via mapping logic.

Distinct from Structured Data Schemas: Focuses on the active conversion process between formats rather than the static definition of the schema itself

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

Awesome Format Conversions GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • open-mmlab/mmsegmentationAvatar von open-mmlab

    open-mmlab/mmsegmentation

    9,860Auf GitHub ansehen↗

    MMSegmentation is an open-source semantic segmentation toolbox built on PyTorch that provides a modular, configurable framework for building, training, evaluating, and deploying segmentation models. At its core, it offers a config-driven pipeline that assembles training, evaluation, and inference workflows by parsing hierarchical configuration files, with a modular component registry that enables plug-and-play composition of neural network modules, optimizers, datasets, and metrics. The framework supports the full model lifecycle through a unified runner interface that controls training, testi

    Transforms raw annotations into standardized label maps through a configurable sequence of data transforms and folder structure conventions.

    Pythondeeplabv3image-segmentationmedical-image-segmentation
    Auf GitHub ansehen↗9,860
  • doctrine/dbalAvatar von doctrine

    doctrine/dbal

    9,699Auf GitHub ansehen↗

    This project is a SQL database abstraction layer that provides a consistent object-oriented interface for interacting with multiple relational database systems. It includes a driver wrapper to standardize connections and result sets, a fluent query builder for constructing portable SQL statements, and a type mapper for converting database-specific data types into native application types and vice versa. The library enables programmatic schema management through a schema manager that can introspect database metadata, model structures as objects, and generate the SQL required to migrate between

    Translates application objects into the specific string formats required by the underlying database platform.

    PHPdatabaseibm-db2mariadb
    Auf GitHub ansehen↗9,699
  • iib0011/omni-toolsAvatar von iib0011

    iib0011/omni-tools

    9,710Auf GitHub ansehen↗

    omni-tools is a browser-based utility suite that provides client-side tools for manipulating PDFs, media files, and data formats. It functions as a collection of web-based processors and calculation engines that execute directly within the browser without requiring server-side processing. The suite includes a client-side PDF editor for merging, splitting, and reorganizing document structures, and a web-based media processor for resizing, trimming, and converting image and video files. It also features a data format converter that transforms structured information between JSON, CSV, and XML fo

    Converts structured data between different formats by mapping input fields to specific output templates.

    TypeScriptalternativeconverterdata-manipulation
    Auf GitHub ansehen↗9,710
  • studyzy/imewlconverterAvatar von studyzy

    studyzy/imewlconverter

    9,686Auf GitHub ansehen↗

    imewlconverter is an input method editor wordlist converter and format transformer designed to migrate user dictionaries and phrase lists between different software environments. It functions as a cross-platform dictionary migrator, translating proprietary binary and text wordlists for use across Windows, macOS, and mobile systems. The tool standardizes diverse lexicon formats, such as WL, FIT, DCTX, LD2, and QPYD, into common structures to ensure cross-platform compatibility. It specifically handles binary wordlist extraction and the transformation of custom phrase lists for systems includin

    Transforms wordlists from various input method formats into the DCTX format required for Microsoft Pinyin.

    C#c-sharpchinese-charactersconverter
    Auf GitHub ansehen↗9,686
  • wireshark/wiresharkAvatar von wireshark

    wireshark/wireshark

    9,477Auf GitHub ansehen↗

    Wireshark is a network protocol analyzer and traffic inspector used for capturing and inspecting network traffic. It functions as a packet capture tool that intercepts live data from network interfaces and a TCP/IP dissector that decodes network protocol layers to translate raw binary packets into human-readable fields. The system provides capabilities for protocol stream reconstruction, grouping related packets into cohesive conversations between endpoints. It also operates as a packet file converter, allowing for the reading, modification, and conversion of network capture files across vari

    Writes packets from one capture file to another to change formats or remove specific packets.

    Cpacket-capturestratosharktshark
    Auf GitHub ansehen↗9,477
  • lancedb/lancedbAvatar von lancedb

    lancedb/lancedb

    9,031Auf GitHub ansehen↗

    LanceDB is a vector database and columnar data store designed to function as a versioned dataset manager and vector search engine. It serves as a high-performance backend for indexing and retrieving high-dimensional embeddings, providing the foundation for machine learning data pipelines. The system distinguishes itself through a combination of cloud-native object storage and immutable version tracking, allowing for data time-travel and reproducible AI experiments. It integrates hybrid search capabilities, merging dense vector similarity with BM25 full-text search and SQL-like scalar filters

    Transforms stored data between different registered formats to optimize data layout for inspection.

    HTMLapproximate-nearest-neighbor-searchimage-searchnearest-neighbor-search
    Auf GitHub ansehen↗9,031
  • adaway/adawayAvatar von AdAway

    AdAway/AdAway

    8,816Auf GitHub ansehen↗

    AdAway is an Android network firewall and DNS traffic filter that functions as a local VPN ad blocker. It intercepts network requests to prevent advertisements and tracking domains from reaching the device by filtering traffic against host lists. The project features a host file manager capable of importing and converting blocklists from external third-party providers. It includes a system for managing both blocked and allowed domains, allowing for the creation of custom rules to permit specific trusted sites or block individual domains. The tool provides granular traffic control through app

    Converts blocked and allowed hostname lists between legacy hosts file formats and structured data representations.

    Cad-blockerandroidblocker
    Auf GitHub ansehen↗8,816
  • vowpalwabbit/vowpal_wabbitAvatar von VowpalWabbit

    VowpalWabbit/vowpal_wabbit

    8,683Auf GitHub ansehen↗

    Vowpal Wabbit is an open-source machine learning system designed for online learning, where models update incrementally from streaming data without requiring full retraining. It provides a reduction-based learning framework that composes complex tasks from simpler algorithms, and includes a feature hashing trick that maps unbounded feature names into a fixed-size vector space to keep memory usage constant regardless of dataset size. The system supports distributed training across a cluster using an allreduce protocol for synchronized updates, and offers an active learning query strategy that s

    Transforms pandas DataFrames into the Vowpal Wabbit text format for use with training and prediction tools.

    C++active-learningc-plus-pluscontextual-bandits
    Auf GitHub ansehen↗8,683
  • kellyjonbrazil/jcAvatar von kellyjonbrazil

    kellyjonbrazil/jc

    8,538Auf GitHub ansehen↗

    jc is a tool that transforms plain-text results from command-line utilities, system tools, log formats, and text tables into structured JSON data. It functions as a structured data transformer capable of converting various file formats, including CSV, INI, XML, and YAML, into JSON representations for programmatic use. The project includes a collection of specific parsers for Unix commands and system tools such as df, blkid, and various package managers. It also features specialized converters for web server logs, Common Log Format, and Common Event Format strings. The tool covers broad capab

    A feature that transforms Common Event Format strings into JSON objects by unescaping characters and normalizing timestamps.

    Pythonbashbash-scriptingcli
    Auf GitHub ansehen↗8,538
  • cvhub520/x-anylabelingAvatar von CVHub520

    CVHub520/X-AnyLabeling

    8,193Auf GitHub ansehen↗

    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

    Implements transformation logic to convert image annotations between various industry-standard formats.

    Pythonartificial-intelligenceclipcomputer-vision
    Auf GitHub ansehen↗8,193
  • tomwright/daselAvatar von TomWright

    TomWright/dasel

    7,976Auf GitHub ansehen↗

    Dasel is a multi-format data processor and structured data query tool used for querying, editing, and converting data across JSON, YAML, TOML, and XML. It functions as a universal data converter and a cross-format configuration editor that allows users to interact with various serialization formats through a single unified interface. The tool provides a selector-based interface for extracting and searching nested values and modifying keys and values across different file types. It enables the transformation of data between supported structures to change file types while preserving the origina

    Transforms structured data between different supported formats to change file types while preserving original content.

    Gocliconfigconfiguration
    Auf GitHub ansehen↗7,976
  • freika/dawarichAvatar von Freika

    Freika/dawarich

    8,030Auf GitHub ansehen↗

    Dawarich is a self-hosted location history manager and travel journaling platform. It functions as a personal travel archive that collects GPS coordinates and movement data, providing a private alternative to proprietary tracking services. The system utilizes a PostgreSQL geospatial database to store coordinates, visits, and custom geofence boundaries. The project distinguishes itself as a geospatial data converter and visualization tool, capable of transforming location history between formats such as GPX, KML, and GeoJSON. It allows users to organize GPS tracks and geotagged photos into nam

    Translates location data between GeoJSON, KML, and GPX formats for interoperability.

    Rubygoogle-mapsgpsloggerhacktoberfest
    Auf GitHub ansehen↗8,030
  • skywind3000/ecdictAvatar von skywind3000

    skywind3000/ECDICT

    7,840Auf GitHub ansehen↗

    ECDICT is a collection of structured linguistic datasets and an English-Chinese dictionary database. It provides bilingual word definitions, phonetic symbols, and parts of speech, alongside a bilingual geographic gazetteer that maps English place names to Chinese equivalents. These resources are available as a multi-format lexicon export in CSV, SQL, StarDict, and MDX formats. The project distinguishes itself by integrating a linguistic corpus dataset that includes word frequency rankings and academic syllabus markers derived from national corpora. It functions as an educational vocabulary re

    Implements the transformation of structured linguistic data between CSV, SQL, StarDict, and MDX formats.

    Python
    Auf GitHub ansehen↗7,840
  • libimobiledevice/libimobiledeviceAvatar von libimobiledevice

    libimobiledevice/libimobiledevice

    7,733Auf GitHub ansehen↗

    libimobiledevice is a communication library designed to interact with iOS devices using native protocols instead of proprietary software. It provides a set of tools for device management, including firmware recovery, filesystem access, and the creation of native backups and restores. The project implements a property list parser to read and write data across binary, XML, and JSON formats. It enables low-level hardware control, such as triggering recovery modes, modifying system settings, and managing device activation and provisioning via official servers. The library covers several function

    Provides a command-line interface to transform property list files between different encodings and formats.

    Ccioslibrary
    Auf GitHub ansehen↗7,733
  • open-mmlab/mmagicAvatar von open-mmlab

    open-mmlab/mmagic

    7,434Auf GitHub ansehen↗

    mmagic is a multimodal training pipeline and framework for generative AI, focusing on visual synthesis and restoration. It provides the infrastructure to build and train models for tasks such as text-to-image and text-to-video generation, 3D-aware content synthesis, and high-fidelity image translation using diffusion models and generative adversarial networks. The project distinguishes itself through specialized capabilities for generative model personalization, including techniques for fine-tuning subjects and styles. It also supports advanced visual manipulations such as latent space interp

    Provides preprocessing scripts to crop, resize, and reformat raw image data for training and testing.

    Jupyter Notebookaigccomputer-visiondeep-learning
    Auf GitHub ansehen↗7,434
  • lascc/hacktoolsAvatar von LasCC

    LasCC/HackTools

    6,742Auf GitHub ansehen↗

    HackTools is a browser extension pentesting toolkit designed for offensive security professionals. It serves as a centralized collection of tools for generating payloads, managing penetration testing workflows, and accessing security reference materials within a web-based interface. The project provides specialized utilities for generating attack strings for XSS, SQL injection, and reverse shells to identify and exploit web vulnerabilities. It includes a data encoding and hashing utility to convert information between various formats for the purpose of bypassing security filters or verifying

    Includes utilities to encode, obfuscate, or hash information to bypass security filters.

    TypeScriptbug-bountycheatsheetchrome-extension
    Auf GitHub ansehen↗6,742
  • lysyi3m/macos-terminal-themesAvatar von lysyi3m

    lysyi3m/macos-terminal-themes

    6,459Auf GitHub ansehen↗

    This project is a collection of resources and utilities for macOS terminal customization, providing a set of color schemes, a palette previewer, and theme conversion tools. Its primary purpose is to manage the visual appearance of the default macOS Terminal application. The toolkit includes a theme converter for transforming color scheme files between different terminal application formats. It also features a previewer that uses escape sequences to generate visual representations of color palettes for validation. The system covers broader capabilities for command line interface visual design

    Transforms structured theme data from one terminal schema to another via property key and value mapping.

    Swiftcolor-schemesmacosterminal
    Auf GitHub ansehen↗6,459
  • wireservice/csvkitAvatar von wireservice

    wireservice/csvkit

    6,390Auf GitHub ansehen↗

    csvkit is a composable Unix-style command-line toolkit for converting, filtering, and analyzing CSV files directly from the terminal. It provides a suite of focused single-purpose commands that can be combined via pipes to build complex data processing workflows, with a modular architecture that includes a column-type inference engine for automatically detecting data types and a streaming-pipeline design for efficient handling of tabular data. The toolkit distinguishes itself through its SQL-engine abstraction layer, which allows users to run SQL queries directly against CSV files without req

    Converts between CSV and formats like Excel, JSON, SQL, and fixed-width files using a single command.

    Python
    Auf GitHub ansehen↗6,390
  • open-mmlab/mmdetection3dAvatar von open-mmlab

    open-mmlab/mmdetection3d

    6,273Auf GitHub ansehen↗

    MMDetection3D is an open-source toolbox for 3D perception, providing a unified framework for detecting and segmenting objects in three-dimensional environments. It supports a range of core tasks including monocular 3D object detection from single camera images, LiDAR-based 3D object detection from raw point clouds, and multi-modal fusion that combines camera images with LiDAR data. The toolbox also covers point cloud semantic segmentation, assigning class labels to every point in a scan for scene understanding. The project distinguishes itself through a config-driven pipeline that orchestrate

    Transforms raw sensor data from KITTI, Waymo, and nuScenes into a standardized internal structure for model consumption.

    Python3d-object-detectionobject-detectionpoint-cloud
    Auf GitHub ansehen↗6,273
  • tkarras/progressive_growing_of_gansAvatar von tkarras

    tkarras/progressive_growing_of_gans

    6,159Auf GitHub ansehen↗

    This repository provides a complete framework for training generative adversarial networks (GANs) that produce high-resolution photorealistic images, up to 1024 by 1024 pixels. The core technique is progressive layer growth, where both the generator and discriminator networks start training at low resolution and gradually add new layers to model finer details, enabling stable synthesis of large images. The framework includes a high-resolution image generator, an image quality metric evaluator, a latent space interpolation tool for creating smooth transition videos, and a multi-resolution datas

    Converts image datasets into multi-resolution TFRecords for efficient streaming during progressive training.

    Python
    Auf GitHub ansehen↗6,159
Vorherige123Nächste
  1. Home
  2. Data & Databases
  3. Structured Data Schemas
  4. Format Conversions

Unter-Tags erkunden

  • Audio Format Converters3 Sub-TagsLogic for transforming audio data from one format to another. **Distinct from Format Conversions:** Specific to audio stream transformation rather than structured data schemas or ebooks.
  • Capture Format ConversionTransformation of network capture data from one file format to another or removing specific packets during write. **Distinct from Format Conversions:** Specific to network capture file formats rather than general structured data or database schema conversions.
  • DataFrame Format ConvertersTransforms pandas DataFrames into the Vowpal Wabbit text format for training and prediction. **Distinct from Format Conversions:** Distinct from Format Conversions: specifically converts pandas DataFrames to a machine learning input format, not general structured data conversion.
  • Glossary Format ConvertersUtilities that transform terminology lists into dictionary formats compatible with inference engines. **Distinct from Format Conversions:** Specifically handles the translation of glossary lists into model-compatible formats rather than general data schemas.
  • Hierarchical Dataset ConversionsTransforms hierarchical structures into standardized dataset formats for probabilistic forecasting. **Distinct from Sensor Dataset Conversions:** Specifically handles time series hierarchies rather than sensor or image data formats.
  • LogSpecialized transformations of log-specific formats into structured data representations. **Distinct from Format Conversions:** Focuses specifically on log formats like CEF and CLF rather than general structured data formats.
  • Medical Imaging FormatsSpecialized transformations between medical imaging standards and web-optimized formats. **Distinct from Format Conversions:** Distinct from general format conversions by specifically targeting DICOM and DICOMweb industry standards.
  • Proprietary Format Converters2 Sub-TagsSpecialized conversion logic for transforming proprietary service exports into open geographic standards. **Distinct from Format Conversions:** Focuses specifically on converting Google's proprietary JSON timeline format into standard geographic formats.
  • RequestTransformation of network request definitions from one structured format to another. **Distinct from Format Conversions:** Focuses specifically on converting network request formats (HAR, curl) into test cases, not general data schema conversion.
  • Segmentation Dataset Conversions1 Sub-TagTransforms raw image annotations into standardized label maps for semantic segmentation training and evaluation. **Distinct from Format Conversions:** Distinct from general Format Conversions: specifically targets pixel-level annotation maps for segmentation, not arbitrary structured data formats.
  • Sensor Dataset ConversionsTransforming raw sensor data from multiple benchmark formats into a standardized internal annotation and info-file structure. **Distinct from Format Conversions:** Distinct from Format Conversions: specifically converts autonomous driving sensor data formats (KITTI, Waymo, nuScenes) rather than general structured data.
  • Spatial Dataset ConversionsTransformation of 3D reconstruction datasets into standardized spatial formats for benchmarking. **Distinct from Format Conversions:** Specifically targets the conversion of 3D spatial data into standardized benchmarks, unlike general structured data mapping.
  • Test Definition ConversionsTransformation of test case definitions between different structured formats like YAML and JSON. **Distinct from Format Conversions:** Focuses on test definitions specifically, whereas general format conversion covers any structured data.
  • Web Message ConvertersTransformations of HTTP request and response payloads between different data representations. **Distinct from Format Conversions:** Focuses specifically on web request/response data formats rather than general structured data or tensors.