Rafiki is a distributed, scalable system that trains machine learning (ML) models and deploys trained models, built with ease-of-use in mind. To do so, it leverages on automated machine learning (AutoML).
Read Rafiki's full documentation at https://nginyc.github.io/rafiki/docs/.
Prerequisites: MacOS or Linux environment
-
Install Docker 18
-
Install Python 3.6
-
Setup Rafiki's complete stack with the init script:
bash scripts/start.sh
-
To destroy Rafiki's complete stack:
bash scripts/stop.sh
More instructions are available in Rafiki's developer guide.