Releases: MeqdadDev/teachable-machine-lite
Releases · MeqdadDev/teachable-machine-lite
v1.2.0.2
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
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