I recently wrote an article about running a fastai model in the browser. Today, I am sharing my next end-to-end example that trains a fastai vision classifier model, exports to CoreML (via ONNX) and build a react-native app around it. I hope you enjoy!
This is amazing work! I am also planning to use my fastai unet model on the server. Any thoughts on how run them on Java based servers? ONNX looks like only supports CLang based runtimes.
I prepared a Colab to convert fastai models to CoreML. I used it for exporting CycleGan generator.
First we convert to Onnx and then to CoreML. Link to Github
Thank you. I am coming from a web development background, so anything based on JavaScript is just more natural for me, but this would work with native iOS (Swift or Objective-C).