awesome-repositories.com
Blog
MCP
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
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 repository-uri

Awesome GitHub RepositoriesDataset Configuration Systems

Systems for defining dataset parameters and pipelines via configuration files.

Distinguishing note: Focuses on the configuration of dataset paths and pipelines within a modular system.

Explore 6 awesome GitHub repositories matching data & databases · Dataset Configuration Systems. Refine with filters or upvote what's useful.

Awesome Dataset Configuration Systems GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • open-mmlab/mmdetectionAvatar open-mmlab

    open-mmlab/mmdetection

    32,756Vezi pe GitHub↗

    This project is a modular research toolkit designed for developing, training, and evaluating deep learning models for object detection, segmentation, and video instance tracking. It provides a flexible training engine that manages complex neural network execution, including distributed training, custom lifecycle hooks, and weight optimization. The framework is built around a hierarchical configuration system that allows users to define architectures, data pipelines, and training hyperparameters through composable, inheritable files. The project distinguishes itself through its highly modular

    Enables configuring custom datasets by defining paths and transformation pipelines.

    Pythoncascade-rcnnconvnextdetr
    Vezi pe GitHub↗32,756
  • modelscope/ms-swiftAvatar modelscope

    modelscope/ms-swift

    14,597Vezi pe GitHub↗

    This project is a comprehensive toolkit designed for the full lifecycle management of large language and multimodal models. It functions as a unified orchestrator that handles the entire development process, ranging from dataset preparation and supervised fine-tuning to advanced reinforcement learning alignment and production-ready inference deployment. The platform distinguishes itself through a specialized reinforcement learning library that supports complex optimization algorithms, including group relative policy optimization and leave-one-out techniques, to improve model instruction-follo

    Manages dataset sources, subsets, and column mappings through centralized configuration files.

    Pythondeepseek-r1embeddinggrpo
    Vezi pe GitHub↗14,597
  • open-mmlab/mmdetection3dAvatar open-mmlab

    open-mmlab/mmdetection3d

    6,273Vezi pe GitHub↗

    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

    Sets up the data pipeline, dataloader, and evaluator in a config file to train and validate on a custom dataset.

    Python3d-object-detectionobject-detectionpoint-cloud
    Vezi pe GitHub↗6,273
  • facebookresearch/mmfAvatar facebookresearch

    facebookresearch/mmf

    5,635Vezi pe GitHub↗

    MMF is a modular framework for building, training, and evaluating vision-and-language models. It provides a configuration-driven experiment system where model, dataset, and training parameters are defined through composable YAML files, alongside a curated model zoo of pretrained checkpoints for state-of-the-art multimodal architectures. The framework includes a multimodal dataset loader that downloads, processes, and batches vision-and-language data, and a vision-language model trainer supporting distributed training, mixed precision, and checkpoint-based resumption. The framework distinguish

    Specifies dataset-specific settings such as annotation paths, image sources, and processor pipelines through a dedicated configuration file.

    Pythoncaptioningdeep-learningdialog
    Vezi pe GitHub↗5,635
  • openvla/openvlaAvatar openvla

    openvla/openvla

    5,305Vezi pe GitHub↗

    OpenVLA is a vision-language-action model and framework designed for general-purpose robotic manipulation. It provides a robotic policy training framework and a control inference engine that map visual and textual inputs to robotic control actions, enabling zero-shot instruction following on hardware. The project includes a robotics dataset pipeline for standardizing diverse trajectory data and managing dataset mixtures. It supports large-scale model training through distributed GPU compute and sharded data parallelism, alongside parameter-efficient adaptation for fine-tuning models to new ta

    Defines a registry of robotics datasets with sampling weights via configuration files.

    Python
    Vezi pe GitHub↗5,305
  • chartbrew/chartbrewAvatar chartbrew

    chartbrew/chartbrew

    3,641Vezi pe GitHub↗

    Chartbrew is a self-hosted business intelligence platform and data visualization engine designed to transform raw data from SQL databases and external API endpoints into interactive charts and dashboards. It serves as a tool for building analytics dashboards that monitor business metrics and KPIs through a privately hosted environment. The platform distinguishes itself with an embedded analytics workflow, allowing users to generate secure, time-limited shared links and iframes to display private charts on external websites. It also provides programmatic chart generation via API and integrates

    Enables the deletion of specific dataset configurations associated with charts to remove them from visualizations.

    JavaScriptanalyticsapichartjs
    Vezi pe GitHub↗3,641
  1. Home
  2. Data & Databases
  3. Dataset Configuration Systems

Explorează sub-etichetele

  • Dataset Configuration ManagementAdministrative controls for managing and removing dataset configuration settings. **Distinct from Dataset Configuration Systems:** Focuses on the removal of configurations to stop data from appearing in visualizations, not ML dataset splits.
  • Processor Pipeline ConfigurationsSpecifies text and answer processors in a configuration file that the system automatically initializes and attaches to the dataset. **Distinct from Dataset Configuration Systems:** Distinct from Dataset Configuration Systems: focuses on processor pipeline configuration rather than general dataset parameters.