.. highlight:: console :octicon:`terminal` CLI ======================= There are two available commands: ``aidsorb`` and ``aidsorb-lit``. .. tab-set:: .. tab-item:: aidsorb For creating, preparing and visualizing molecular point clouds. +------------+--------------------------------------------------------------+ | Subcommand | Short description | +============+==============================================================+ | create | Create point clouds from a directory containing structures. | +------------+--------------------------------------------------------------+ | prepare | Split point clouds into train, validation and test sets. | +------------+--------------------------------------------------------------+ | visualize | Visualize point cloud of a structure. | +------------+--------------------------------------------------------------+ For more information:: $ aidsorb [] --help .. tab-item:: aidsorb-lit For the deep learning part. +------------+--------------------------------------------------------------+ | Subcommand | Short description | +============+==============================================================+ | fit | Train a DL architecture. | +------------+--------------------------------------------------------------+ | validate | Evaluate the model on the validation set. | +------------+--------------------------------------------------------------+ | test | Evaluate the model on the test set. | +------------+--------------------------------------------------------------+ | predict | Currently, not available (see :ref:`index:TODO`). | +------------+--------------------------------------------------------------+ For more information:: $ aidsorb-lit [] --help