Open eshbeata opened 1 year ago
Support Docker compose
The ability to keep training model with the need to rebuild web
Training the Model
docker-compose build train
Running Web
docker-compose build web && docker-compose up web
@mayooear mayooear
Support Docker compose
The ability to keep training model with the need to rebuild web
Training the Model
Running Web