Public
Edited
Sep 29, 2023
Insert cell
Insert cell
tf = await import("https://esm.sh/@tensorflow/tfjs@4.10.0");

Insert cell
model = {
const modelUrl =
'https://storage.googleapis.com/tfjs-models/savedmodel/mobilenet_v2_1.0_224/model.json';
const model = await tf.loadGraphModel(modelUrl);
return model;
}
Insert cell
model
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more