towhee-0.6.0
Pre-release
Pre-release
Highlights
- A new programming API,
DataCollection
, is released in this version. The users can build their own unstructured data processing pipeline and application with a pythonic, method-chaining style DSL, based onDataCollection
. Please check details in our API document; - Towhee now provides a decorator
towhee.register
to help the users register their own code as an operator, and cooperate their code with the operators from towhee hub. The decorator also simplifies operator development. Please check our examples in the API document: towhee ‒ Towhee v0.6.0 documentation; towhee.train
now integrate captum to explain model;
towhee
- The DataCollection API:
- The decorator for register operator: #897 #920
- Support for entity class: #799 #868 #998 #1035
towhee.models
towhee.models now is a separate python package , which makes it much easier to be upgraded independently.