Code viewer for World: Doodle Neural Network - pl...

// Cloned by Sophie Renshaw on 1 Dec 2021 from World "Doodle Neural Network - playing around" by Sophie Renshaw 
// Please leave this clone trail here.
 
$.getScript("/uploads/50ph/cnn.js"),
$.getScript("/uploads/50ph/main.js"),
$.getScript("/uploads/50ph/painter.js"),
$.getScript("/uploads/50ph/ui.js"),
$.getScript("https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.2.0/p5.min.js"),
$.getScript("https://cdn.jsdelivr.net/npm/@tensorflow/tfjs@0.8.0")

// AB.loadCSS("/uploads/50ph/doodle.css"),

// thehtml='<button class="train">train</button>',

// AB.msg(thehtml,1),thehtml='<button class="test">test</button>',
// AB.msg(thehtml,3),thehtml='<button class="guess">guess</button>',
// AB.msg(thehtml,5),thehtml='<button class="clear">clear</button>',
// AB.msg(thehtml,7);