MCPcopy Create free account
hub / github.com/tensorflow/tfjs-examples /

Class

electron/image_classifier.js:33–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31 * dataset and can be seen in `./imagenet_classes.js`.
32 */
33export class ImageClassifier {
34 constructor() {
35 this.model = null;
36 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected