/CatalystMLFlogoDeployDemo

Code that goes along with a medium article (link in Readme).

Primary LanguagePython

CatalystMLFlogoDeployDemo

This repository contains the code necessary for building a Flogo App that accepts in data transforms it with CatalystML and makes an inference on whether the credit card charge is fraudulent or not. Creating the CatalystML transformations and (quickly) creating a DL model is here medium blog post (partI). The files and medium post for creating a rest API as a Flogo app are coming shortly.