This is the code for the Industrial Machine Learning pipelines at the PyCon SK (Bratislava) 2017.
Presentation briefly introducing deep learning and how to apply a specific subset of deep learning, recurrent neural networks, to solve real world problems.
In order to configure, you will need:
- Python 3.6
- RabbitMQ
To build the environment using conda:
conda env create -f crypto_ml.yml
Make sure you have the following installations:
- Minikube
- kubectl
Start a minikube server:
minikube start