qctl
Usage:--debug: Enable debug mode-v, --version: Show the application’s version and exit.--help: Show this message and exit.
docs- Documentation managementdataset- Dataset operationsconfig- Configuration management
qctl docs
Usage:--help: Show this message and exit.
view: Parses the documentation files and launches the web server for live-previewing.build: Parses the CLI code and builds the CLI documentation.
qctl docs view
Parses the documentation files and launches the web server for live-previewing. Usage:qctl docs build
Parses the CLI code and builds the CLI documentation. Usage:qctl dataset
Usage:create: Create the datasetsplit: Split dataset into train/testvisualize: Visualize with FiftyOneview: View with TensorBoardlist: List available datasetsindex: Index for semantic search
qctl dataset create
Create the parquet datasets from raw data. Usage:--save-to TEXT: Path to save the dataset file (default:./datafiles)--help: Show this message and exit.
qctl dataset split
Split the dataset into train and test sets. Usage:--description TEXT: Description of the split operation--overwrite / --no-overwrite: Recreate and overwrite existing splits (default:no-overwrite)--huggingface-hub / --no-huggingface-hub: Upload to Hugging Face Hub (default:no-huggingface-hub)--fiftyone / --no-fiftyone: Create FiftyOne dataset (default:no-fiftyone)--help: Show this message and exit.
qctl dataset visualize
Visualize the Seamagine datasets using FiftyOne. Usage:[REPO_ID]: Hugging Face Hub repository ID (default:aegean-ai/fo_seamagine)
--remote-server TEXT: Address of a remote FiftyOne server--help: Show this message and exit.
qctl dataset view
View transformed data using TensorBoard. Usage:--dataset-name TEXT: Path to the dataset parquet file (default:seamagine.parquet)--save-to TEXT: Path to save the tensorboard logs (default:./runs/transformed_images)--class-names TEXT: Class names to view (default:A)--with-transforms / --no-with-transforms: Apply transforms to images (default:with-transforms)--num-batches INTEGER: Number of batches to view (default:8)--help: Show this message and exit.
qctl dataset list
List the datasets available in the S3 bucket. Usage:qctl dataset index
Index the datasets for semantic search. Usage:qctl config
Usage:view: View the configuration
qctl config view
View the configuration. Usage:--save-to TEXT: Path to save the YAML file--include-sections TEXT: Comma-separated keys to include in the output--help: Show this message and exit.

