Releases: MeqdadDev/teachable-machine
Releases · MeqdadDev/teachable-machine
v1.2
Releasing a new version 1.2 for Teachable Machine for Python package
What's Changed:
- Add classification result to the camera view
- Add the possibility to classify and show the result at the same time
- Refactoring the source code
- Add unit tests
- Build documentation (find it here)
- Enhance error handling and messages
- Design a logo for the package
Teachable Machine v1.1
Releasing Teachable Machine for Python package, v1.1
Features of this version:
- Increase the package compatibility by updating the dependencies versions'
- Getting the class names and confidence scores from Keras models
- Adding more detailed results after classification process
- Enhance error messages to be more specific
- Refactoring the source code with modularized components
v1.0
Releasing Teachable Machine for Python package, v1.0
Features of this version:
- Running an Image Classification model created by Teachable Machine using Python. (keras model with h5 extension)
- Working with frames using OpenCV.
Give it a try from here:
https://pypi.org/project/teachable-machine/
Full Changelog: https://github.com/MeqdadDev/teachable-machine/commits/v1.0