Skip to content

Releases: MeqdadDev/teachable-machine-lite

v1.2.0.2

18 Nov 09:32
806d3a2
Compare
Choose a tag to compare

What's Changed

  • Code refactoring by @MeqdadDev in #3
  • Add classification results to the camera view and build a new method … by @MeqdadDev in #5
  • Design a new teachable machine lite logo by @MeqdadDev in #6
  • Build documentation with mkdocs by @MeqdadDev in #10
  • Release/v1.2.0.1 by @MeqdadDev in #14
  • Update the description for the package in setup.py file by @MeqdadDev in #16
  • Update the new package version and add a compatible numpy version by @MeqdadDev in #17

Full Changelog: v1.1-release...v1.2.0.2

Teachable Machine Lite - v1.1 Release

05 Apr 12:27
65a5a4a
Compare
Choose a tag to compare

Teachable Machine Lite for Python package release, v1.1

Features of this version:

  • Extracting the class name, classification time and confidence scores (accuracy) from TFLite model file
  • Simplifying the needed commands for classification process
  • Adding more detailed results after classification process
  • Enhance error messages to be more specific
  • Minor refactoring on the source code
  • Enhance the performance of classification while using camera frames
  • Adding more detailed docstrings for clarity and usage
  • Compatibility with old codebases