Skip to content

Instantly share code, notes, and snippets.

julia> using Metalhead
julia> res = trained(ResNet50);
julia> img = load("cat.jpg"); #https://raw.githubusercontent.com/BVLC/caffe/master/examples/images/cat.jpg
julia> using Metalhead: classify
julia> classify(res, img)
"spotlight, spot"