Flutter, CameraX, and MediaPipe

Build a real-time image classification app for Android

Bo Hellgren
Level Up Coding
Published in
16 min readMar 5, 2024

--

You want to build an app for real-time classification of, for example, dogs. With real-time I mean that as soon as a dog enters the camera view, its breed should be displayed — without need to tap a button or anything. Which software and tools would you use?

--

--