Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.73 KB

README.md

File metadata and controls

30 lines (22 loc) · 1.73 KB

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