View Source Evision.Zoo (Evision v0.2.9)
Evision Model Zoo
Summary
Types
@type smartcell_option() :: %{value: Strung.t(), label: Strung.t()}
@type smartcell_param_map() :: %{name: String.t(), params: [smartcell_param()]}
@type smartcell_params() :: [smartcell_param_map()]
@type smartcell_tasks() :: [variant()]
@type variant() :: %{ id: String.t(), name: String.t(), docs_url: String.t(), params: smartcell_params(), docs: String.t() }