KarelPeeters / Kyanite

A neural network inference library, written in Rust.
Other
56 stars 1 forks source link

Add a python wrapper #1

Closed KarelPeeters closed 8 months ago

KarelPeeters commented 11 months ago

Use cases:

Implementation:

KarelPeeters commented 8 months ago

This has been implemented in kn-python, see https://github.com/KarelPeeters/Kyanite/blob/dca05eb0207b2575ca137af21532a33f5655c231/kn-python/example.py#L11-L30 for an example of how to use it.