New samples are posted here: https://github.com/katanaml/sample-apps
Process automation with Machine Learning.
- invoice-automation-d1.ipynb - date is split into multiple columns
 - invoice-automation-d2.ipynb - instead of splitting date, using date difference in days
 - invoice-risk-model-local.ipynb - step by step notebook to run xgboost on premise
 - diabetes_redsamurai_db.ipynb - notebook which demonstrates how to fetch training data directly from DB, prepare train/test datasets and run training with XGBoost
 - diabetes_redsamurai_endpoint_db.ipynb - notebook which demonstrates how to use Flask to expose XGBoost ML model
 - convnet - cat vs dog image classification model built using Python code from book: https://www.manning.com/books/deep-learning-with-python (original source code from the book on GitHub: https://github.com/fchollet/deep-learning-with-python-notebooks)
 - forecast - future price forecast for iron/steel with Prophet model. Example how to save/load Prophet model and expose Flask API
 - regression - Keras/TensorFlow model with regression implementation to predict report execution time, before report request is submitted
 - tfjs-sentiment - TensorFlow.js example where Python model is reused to calculate hotel review sentiment
 - regressiontfjs - TensorFlow.js use case example with training, transfer learning to predict business report execution time
 - oracleml - machine learning with SQL in Oracle DB
 - tf2.0 - ML model implemented with TensorFlow 2.0 and Keras
 - tf-serving - TensorFlow Serving example to publish Keras model through REST
 - forecast-lstm - Simple timeseries forecast example with true future
 - tfjs-simple - TensorFlow.js example using TensorFlow.js API for data read and processing
 - pipeline - ML pipeline example with Keras regression model, scheduled re-training and Flask REST API
 - unsupervised - Unsupervised ML example with autoencoder to detect anomaly (fraud) in Health Insurance Claims
 
Author: Andrej Baranovskij, Red Samurai Consulting (https://redsamuraiconsulting.com)
Our Machine Learning product: https://katanaml.io/