Flutter playground app that runs a style transfer ONNX model using ONNX Runtime. Project also exemplifies using a simple ONNX model that adds two float numbers.
- Style transfer models come from the ONNX Model Zoo
- Basic usage (single float32 add) model comes from ONNX Runtime Inference Examples
- ONNX Runtime Flutter plugin used is called onnxruntime and you can find the source code here
- Eurasian Blue Tit original image was created by Francis Franklin
- Learn mode about ONNX Runtime from their blog and GitHub repo