Skip to content

mykola-dev/energy-meter-scanner

Repository files navigation

Energy Meter Scanner

The easy way to collect gas/electric/water/etc meter stats

Powered by Anyline OCR SDK

Quick Start

  • Setup your Firebase account (DB, Storage, Email Authentication and Remote Config are required). Fortunately Android Studio is able to do it for you.
  • Register Anyline API token here https://www.anyline.io/
  • Save token in the Firebase Remote Config under anyline_api_key key

That's it!

Technologies used in this project:

  • Kotlin 1.2
  • Anyline OCR engine
  • Firebase
  • MVVM (sort of)
  • Architecture Components
  • Databindings (from bindingtools)
  • Kodein DI
  • OpenWeatherMap API
  • Kotlin Coroutines