View source: R/model_management.R
| show_vision_models | R Documentation |
Display all available vision models in a user-friendly format with additional details and usage hints.
show_vision_models(show_details = FALSE, filter_by = NULL)
show_details |
Logical indicating whether to show detailed information |
filter_by |
Optional character vector to filter by architecture type |
Invisibly returns the models data.frame
# Show all models
show_vision_models()
# Show only CLIP models
show_vision_models(filter_by = "clip")
# Show detailed information
show_vision_models(show_details = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.