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.

codecov

Quick Start

1. Installation

If you just want the cli, pip it!

pip install endofactory -i https://pypi.org/simple

Or if you want to be contributor,

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.4.tar.gz (17.6 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.4-py3-none-any.whl (18.8 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: endofactory-0.1.4.tar.gz
  • Upload date:
  • Size: 17.6 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.4.tar.gz
Algorithm Hash digest
SHA256 d7e14e25d5a808a8fb9ef3e8706f5c9f073a4774be3b4674c3c2877b6c05b0be
MD5 434a0148aaee96a89413f3506be96b66
BLAKE2b-256 4ea914c5f4873abf1e6f29016ad0a821cdecacd1fbbf80dac35731f23b4e90e1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: endofactory-0.1.4-py3-none-any.whl
  • Upload date:
  • Size: 18.8 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.4-py3-none-any.whl
Algorithm Hash digest
SHA256 426b16079408c0ff8f0283dd217e7c2cc006975fb7d1243b1580766a2698235e
MD5 34058343de0d6fda4f0b2e1fb97e35cd
BLAKE2b-256 d1e4b767396c19db5570987e618b2a3c6a35b3c05f498df17a8304da0514ac54

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