Skip to content

A proof of concept running in docker-compose which launches a web app, with a dash front end which speaks to an ml_launcher service to preform arbitrary scientific segmenting tasks

License

Notifications You must be signed in to change notification settings

mlexchange/mlex_dash_segmentation_demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Segmentation demo v2.0.0

The first version of the image segmentation demo integrated with the model registry and the compute sevice manager. It is adapted from a segmentation example in Dash Enterprise App Gallery.

To run this demo, docker-compose the followings (in the order):

  • mlex_api: b384722
  • mlex_model_registry: 65b803a
  • mlex_dash_segmentation_demo

Then build the images of the models using the command make build_docker. (Currently fully supports random forest, pyMSDtorch, and kmeans model)

It supports asynchronous job submissions and results showing: choose which (completed) training results from the list to use for segmenting. Similarly, choose which (completed) segmenting (deploy) results to show.

Copyright

MLExchange Copyright (c) 2021, The Regents of the University of California, through Lawrence Berkeley National Laboratory (subject to receipt of any required approvals from the U.S. Dept. of Energy). All rights reserved.

If you have questions about your rights to use or distribute this software, please contact Berkeley Lab's Intellectual Property Office at IPO@lbl.gov.

NOTICE. This Software was developed under funding from the U.S. Department of Energy and the U.S. Government consequently retains certain rights. As such, the U.S. Government has been granted for itself and others acting on its behalf a paid-up, nonexclusive, irrevocable, worldwide license in the Software to reproduce, distribute copies to the public, prepare derivative works, and perform publicly and display publicly, and to permit others to do so.

About

A proof of concept running in docker-compose which launches a web app, with a dash front end which speaks to an ml_launcher service to preform arbitrary scientific segmenting tasks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages