From 4de0377d8bb2c87a5c40b2498c79ef6c365244f9 Mon Sep 17 00:00:00 2001 From: allegroai <> Date: Fri, 14 Jun 2019 18:40:10 +0300 Subject: [PATCH] Documentation --- README.md | 11 +++++------ docs/webapp_screenshots.gif | Bin 1628510 -> 1688647 bytes 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 329509b6..b657e5e2 100644 --- a/README.md +++ b/README.md @@ -97,14 +97,13 @@ Connect your code with TRAINS: ## How TRAINS Works -TRAINS is composed of the following: +TRAINS is a two part solution: -* [TRAINS-server](https://github.com/allegroai/trains-server) -* [Web-App](https://github.com/allegroai/trains-web) (web user interface) -* Python SDK (auto-magically connects your code, see [Using TRAINS](#using-trains)) +1. TRAINS [python package](https://pypi.org/project/trains/) (auto-magically connects your code, see [Using TRAINS](#using-trains)) +2. [TRAINS-server](https://github.com/allegroai/trains-server) for logging, querying, control and UI ([Web-App](https://github.com/allegroai/trains-web)) -The following diagram illustrates the interaction of the [trains-server](https://github.com/allegroai/trains-server) -and a GPU training machine using TRAINS +The following diagram illustrates the interaction of the [TRAINS-server](https://github.com/allegroai/trains-server) +and a GPU training machine using the TRAINS python package