Month: May 2018

  • Google’s ML Kit: Text recognition with sample app of receipts reading

    Google has published a few AI kit and one of them is text recogition, which I decided to try it out using a sample Android app to read receipts. The target is to be able to recognise: total, VAT and type. Full code can be found here. Step 1: Groundworks First of all, we need […]

  • Google’s ML kit: Image recognition in Kotlin

    Google’s ML kit is the new firebase SDK that provides machine learning power to Android and iOS apps. The tool set includes: label image, text recognition, face detection, landmark recognition, barcode scanning and smart reply (coming soon at the time of writing). In this tutorial, I will show you how to set up the image […]