Skip to content
This repository has been archived by the owner on Nov 22, 2023. It is now read-only.

Latest commit

 

History

History
40 lines (31 loc) · 864 Bytes

README.md

File metadata and controls

40 lines (31 loc) · 864 Bytes

Baymax is your ML Super Hero

Baymax is a repository where you can find some running ML models

Usage

Download and build

git clone git@github.com:edelprino/baymax.git
cd baymax
docker-compose build

Start the tensorboard container

docker-compose up -d

Run your model

docker-compose exec baymax python quickstart/titanic.py

Train monitor

http://localhost:6006/

Usefull links

To check

TO DO

  • Up and run tensorboard to visualize logs
  • Train models online