Update README.md for ClearML

This commit is contained in:
Allegro AI 2021-01-14 17:10:44 +02:00 committed by GitHub
parent a2c22534cd
commit 0f2ba1e63a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
# Trains Webapp
# ClearML Webapp
## Building the UI from source
### Prerequisite
@ -18,7 +18,7 @@
## Application Structure
#### Business Logic module
Contains Trains logic. api calls and trains objects (e.g tasks, models) and trains logic function (e.g isTaskHidden)
Contains ClearML logic. api calls and ClearML objects (e.g tasks, models) as well as ClearML logic function (e.g isTaskHidden)
#### Core module
Contains only logic. no declarations. no dependency with any other module beside ngrx.