MONet.utils module#
- MONet.utils.get_available_models(token, username)[source]#
Fetches available segmentation models for a given user from the remote portal.
- Parameters:
token (str) – The authentication token for the user.
username (str) – The username of the user.
- Returns:
dict – A dictionary mapping model names (without ‘-segmentation’ suffix) to their corresponding MONAI label.