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.1.tar.gz (11.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.1-py3-none-any.whl (12.2 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: endofactory-0.1.1.tar.gz
  • Upload date:
  • Size: 11.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.1.tar.gz
Algorithm Hash digest
SHA256 c292b4faf26fdb6c2cfed8a7e7d866c44b294959492194c9c5d63776546c570f
MD5 9b40cba692a0f0dfa4ec0c8c6398d06a
BLAKE2b-256 75cee5fb777de3afff2f13ae97d51902387f74e7dd79edad39356267d2ee053f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: endofactory-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 12.2 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.1-py3-none-any.whl
Algorithm Hash digest
SHA256 782eba0560ed3be7d66d5c69d15d629f2c29576b99966c87b4bbb353d994e26f
MD5 a82d1c64c8242646cbfe18bebd226c42
BLAKE2b-256 2e0c529e6f0d60ecb4b44976c4fb4dd798881cb6368190f08d3e0cd27f4efd96

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