This is a simple demo for Kairos written in swift 4.1, in which a person sets the ID (the data they want to be returned when recognized) and Gallery name (kinda kairos folder in which they want to store).
Then put the Gallery name in which they have stored and press recognize to go to camera.
Alamofire - https://github.com/Alamofire/Alamofire
SwiftyJSON - https://github.com/SwiftyJSON/SwiftyJSON
Just put your app_id and app_key in the ViewController.swift and CameraViewController.swift
var app_id = "";
var app_key = "";
Get app_id and app_key from:
https://developer.kairos.com/signup
Thanks,
Shanezzar!