Skip to content

Releases: maru-labo/doodle

🎉 Release v2.0.0

02 Aug 08:21
5a288b9
Compare
Choose a tag to compare

This is the 2nd release of MaruLabo Doodle!

🍺 This release includes the following binaries:

  • model.tar.gz: It's contains the model data with SavedModel format.
  • model.tfjs.tar.gz: It's contains the model data with Web-friendly format for TensorFlow.js.
  • model.tflite: It's the model data for TensorFlow Lite.
  • hub.tar.gz: It's contains the TFHub module.
  • net.marulabo.doodle.apk: Android application example apk file. (not signed and tflite was not compiled from source)
  • net.marulabo.doodle.native.apk: Android application example apk file. (not signed)

🎉 Release v1.0.0

08 May 22:17
Compare
Choose a tag to compare

This is the first release of MaruLabo Doodle!

🍺 This release includes the following binaries:

  • model.tar.gz: Standard CNN learned model (SavedModel format)
  • example.tensorflowjs.tar.gz: Web application without model data. Ref: examples/tensorflow_js