How to Make a Cross-Platform Image Classifying App With Flutter and Fastai

Siddhant Dubey
Better Programming
Published in
5 min readJul 8, 2019

--

My workstation while building this app.

In this article, I’ll be explaining how to use an API to build a cross-platform mobile app that uses a neural network to classify images. I will be using the model I built in one of my previous articles, but this tutorial will work with any single-label image classification model.

--

--