Skip to content

feat: add CLI interface for main reconstruction pipeline#12

Open
revaarathore11 wants to merge 2 commits into
humanai-foundation:mainfrom
revaarathore11:feature/cli-interface
Open

feat: add CLI interface for main reconstruction pipeline#12
revaarathore11 wants to merge 2 commits into
humanai-foundation:mainfrom
revaarathore11:feature/cli-interface

Conversation

@revaarathore11

Copy link
Copy Markdown

Summary

This PR adds a command-line interface (CLI) to the main reconstruction pipeline to improve usability and reproducibility.

Changes

  • Added an argparse-based CLI to main_pipeline.py
  • All CLI arguments are optional to preserve backward compatibility
  • Existing default behavior is unchanged when no arguments are provided
  • Updated onboarding documentation with basic CLI usage examples

Usage

python3 main_pipeline.py --help
python3 main_pipeline.py --input-dir input/ --output-dir output/
python3 main_pipeline.py --visualize

### Review Notes
- This PR is intentionally limited to CLI wiring and documentation
- No changes were made to ML logic, reconstruction algorithms, or evaluation code
- `--data-path` is parsed but not wired yet by design to preserve existing behavior

@revaarathore11

Copy link
Copy Markdown
Author

@Marmotia1 please review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant