Skip to main content

Revolutionary EndoVQA dataset construction tool for rapid dataset mixing and configuration

Project description

EndoFactory 🏭

EndoFactory Logo

Revolutionary tool for constructing EndoVQA datasets through YAML configuration.

Quick Start

1. Installation

git clone <repository-url>
cd EndoFactory
poetry install

2. Generate Test Data

poetry run python tests/test_data_generator.py

3. Create Configuration

poetry run python -m endofactory.cli create-config --output config.yaml

4. Edit Configuration

datasets:
  - name: endoscopy_vqa_v1
    image_path: /path/to/images
    parquet_path: /path/to/metadata.parquet
    weight: 0.6
  - name: medical_vqa_v2
    image_path: /path/to/images2
    parquet_path: /path/to/metadata2.parquet
    weight: 0.4

columns:
  - uuid
  - question
  - answer
  - options
  - task
  - category

task_proportions:
  task_proportions:
    classification: 0.5
    detection: 0.3
    segmentation: 0.2

export:
  output_path: /path/to/output
  format: parquet

5. Build Dataset

poetry run python -m endofactory.cli build config.yaml --verbose

6. View Results

poetry run python -m endofactory.cli view output/endovqa_dataset.parquet

CLI Commands

create-config

Generate example configuration file

endofactory create-config [--output CONFIG_PATH]

build

Build mixed dataset from configuration

endofactory build CONFIG_PATH [--verbose]

stats

Show dataset statistics

endofactory stats CONFIG_PATH

view

Visualize parquet file structure and data

endofactory view PARQUET_FILE [--rows N] [--columns]

Configuration Options

Dataset Weights

Control proportion of each dataset in final mix:

datasets:
  - name: dataset_a
    weight: 0.7  # 70% from dataset_a
  - name: dataset_b  
    weight: 0.3  # 30% from dataset_b

Task Proportions

Control distribution of different task types:

task_proportions:
  task_proportions:
    classification: 0.4
    detection: 0.4
    segmentation: 0.2
  subtask_proportions:
    classification:
      organ_classification: 0.6
      disease_classification: 0.4

Global Columns

Specify columns to extract (missing columns filled with null):

columns:
  - uuid
  - question
  - answer
  - task

Features

  • 🚀 Fast Dataset Mixing: YAML-based configuration for dataset blending
  • 📊 Task Proportion Control: Precise control over task/subtask distribution
  • 💾 Multiple Export Formats: Support for Parquet and JSONL output
  • 🔍 Data Visualization: One-command parquet file inspection
  • 🛡️ Schema Flexibility: Automatic handling of different column structures
  • ⚡ High Performance: Polars-powered data processing
  • 🎯 Reproducible: Configurable random seeds

Project Structure

EndoFactory/
├── src/endofactory/
│   ├── __init__.py
│   ├── cli.py
│   ├── config.py
│   ├── core.py
│   └── yaml_loader.py
├── tests/
├── assets/
├── example_config.yaml
└── pyproject.toml

Requirements

  • Python >= 3.9
  • Poetry (recommended) or pip

License

MIT License

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

endofactory-0.1.0.tar.gz (9.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

endofactory-0.1.0-py3-none-any.whl (10.3 kB view details)

Uploaded Python 3

File details

Details for the file endofactory-0.1.0.tar.gz.

File metadata

  • Download URL: endofactory-0.1.0.tar.gz
  • Upload date:
  • Size: 9.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.1.4 CPython/3.13.6 Darwin/24.6.0

File hashes

Hashes for endofactory-0.1.0.tar.gz
Algorithm Hash digest
SHA256 ac834a1753f1a4b15753237d0054dd68a317d2bbfca591b93e4dd9380290b8a6
MD5 c9d2d93dda2e291ef76210cddb910b4f
BLAKE2b-256 7689301427dd3f4dd0ce766a5047994297288b738e37a5d6c86e97f52c4fb61d

See more details on using hashes here.

File details

Details for the file endofactory-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: endofactory-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 10.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.1.4 CPython/3.13.6 Darwin/24.6.0

File hashes

Hashes for endofactory-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 f06e6ae8349a13515711479ddb5f9f6a263696e5887a99b5225581ec17266c16
MD5 b084aa0ba6f0a4162a74dd2d67aeff90
BLAKE2b-256 373965239310bf2ae351d1ae416fed79d01dd72b595799c4ec28fb1a176ac0e5

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page