An automated tagging plugin for Annotorious and AnnotoriousOSD using MobileNet and TensorflowJS
npm install @recogito/annotorious-tensorflow-tag-suggestionsA plugin that adds AI-powered automatic tag suggestions to Annotorious and Annotorious OpenSeadragon. Tag image regions manually first.
After learning from at least two examples, the plugin provides tag suggestions automatically. Uses Transfer Learning in
Tensorflow.js on top of the MobileNet image classifier. Based on this example:
https://codelabs.developers.google.com/codelabs/tensorflowjs-teachablemachine-codelab/index.html#6
Install via npm
``sh`
npm install @recogito/annotorious-tensorflow-tag-suggestions
or include in the page
`html`
`html
``