awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
roboflow avatar

roboflow/maestro

0
View on GitHub↗
2,677 stars·222 forks·Python·Apache-2.0·20 viewsmaestro.roboflow.com↗

Maestro

Features

  • Fine-Tuning Frameworks - A framework for fine-tuning multimodal vision-language models like Florence-2 and PaliGemma 2 on custom datasets with a streamlined Python API and CLI.
  • Streamlined Fine-Tuning Pipelines - Fine-tune multimodal models on custom datasets using a streamlined configuration and training pipeline.
  • Static Dictionary Definitions - Defines all training parameters (dataset, epochs, batch size, optimizer) as a static dictionary rather than imperative code.
  • Vision-Language Fine-Tunings - Fine-tuning multimodal vision-language models on custom datasets for specialized computer vision tasks using a streamlined pipeline.
  • Python API - Configure fine-tuning programmatically by importing a training function and passing a configuration dictionary.
  • Training - Configure fine-tuning jobs from the command line by specifying dataset, epochs, batch size, optimization strategy, and metrics.
  • Training Execution CLI Commands - Start a fine-tuning job from the command line by specifying dataset, epochs, batch size, optimization strategy, and metrics.
  • Pipeline Configurations - Passes a single Python dictionary through the entire training lifecycle, from setup to execution.
  • Training Execution APIs - Run fine-tuning programmatically by passing a configuration dictionary to a model-specific training function.
  • Unified Interfaces - Wraps distinct vision-language model architectures behind a unified fine-tuning interface.
  • Dispatch Mechanisms - Routes fine-tuning jobs to model-specific training functions based on a configuration dictionary key.

Star history

Star history chart for roboflow/maestroStar history chart for roboflow/maestro

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Maestro

These projects share indexed features with Maestro. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • starsfieldai/r1-vStarsfieldAI avatar

    StarsfieldAI/R1-V

    4,060View on GitHub↗

    R1-V is a toolset for the development of multimodal models, providing a low-cost training environment designed to optimize the reasoning and feedback loops of large vision-language models. It integrates a training framework, fine-tuning pipelines, and performance evaluation tools. The project features a reinforcement learning framework that improves visual reasoning and generalization by rewarding correct outputs based on visual verification. It also includes a supervised fine-tuning pipeline for customizing vision-language models to specific tasks using labeled datasets and configuration fil

    Python
    View on GitHub↗4,060
  • ailab-cvc/yolo-worldAILab-CVC avatar

    AILab-CVC/YOLO-World

    6,425View on GitHub↗

    YOLO-World is a vision-language framework and open-vocabulary object detection model. It identifies objects in images and video based on free-form text prompts without requiring predefined category labels. The system enables the identification of arbitrary objects by fusing image features with text embeddings. It includes a specialized tool for automated image labeling, which generates bounding box annotations for custom datasets using text-based prompts. The project provides a deployment pipeline for converting models into quantized ONNX and TFLite formats, supporting real-time inference on

    Python
    View on GitHub↗6,425
  • vowpalwabbit/vowpal_wabbitVowpalWabbit avatar

    VowpalWabbit/vowpal_wabbit

    8,683View on GitHub↗

    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

    C++active-learningc-plus-pluscontextual-bandits
    View on GitHub↗8,683
  • jingyaogong/minimind-vjingyaogong avatar

    jingyaogong/minimind-v

    6,431View on GitHub↗
    Pythonartificial-intelligencechatgptvision-language-model
    View on GitHub↗6,431
Compare all 18 related projects→

Frequently asked questions

What are the main features of roboflow/maestro?

The main features of roboflow/maestro are: Fine-Tuning Frameworks, Streamlined Fine-Tuning Pipelines, Static Dictionary Definitions, Vision-Language Fine-Tunings, Python API, Training, Training Execution CLI Commands, Pipeline Configurations.

Which projects share features with roboflow/maestro?

Projects with overlapping indexed features include: starsfieldai/r1-v — R1-V is a toolset for the development of multimodal models, providing a low-cost training environment designed to… ailab-cvc/yolo-world — YOLO-World is a vision-language framework and open-vocabulary object detection model. It identifies objects in images… vowpalwabbit/vowpal_wabbit — Vowpal Wabbit is an open-source machine learning system designed for online learning, where models update… ofa-sys/chinese-clip — Chinese-CLIP is a multimodal framework and vision-language model designed for cross-modal retrieval and representation… jingyaogong/minimind-v. maiot-io/zenml — ZenML is an extensible machine learning orchestration framework designed to manage the end-to-end lifecycle of data…