Skip to content

Releases: vanvalenlab/kiosk-console

v1.1.0

10 Mar 01:51
059281a
Compare
Choose a tag to compare

v1.1.0

This release adds testing, improves creation and deletion scripts, significantly improves the menu interface, and also clarifies all documentation.

Features

  • Added integration tests in Travis (#268)

  • Added automated Docker build with Travis (#198).

  • Automatically destroy Redis's persistent disks during cluster deletion (#199).

  • ReadTheDocs support and full documentation overhaul (#265, #287, #292).

  • Improved Docker image pull efficiency (#258).

  • Use a randomized bucket/cluster name by default (#212).

  • Further generalize helm charts to be overridden with helmfiles (#190).

  • Configure default node types to minimize CPU counts (#193).

  • Use default-models as the default bucket in tf-serving to provide a set of default models for new clusters (#193).

  • Update redis-consumer and frontend to use pre-defined workflows (#179).

  • Refactor default queue names from predict and track to segmentation and tracking (#213).

  • Added make command for easy Prometheus and associated CRD destruction (#222).

  • Added contributor docs to project (#227, #245).

Bugfixes

Breaking Changes

  • Removed the QR code for authentication (#196).

Affable Andy

17 Sep 00:02
085b5ff
Compare
Choose a tag to compare

This version of the Deepcell Kiosk was used to obtain the benchmarking results in the preprint Dynamic allocation of computational resources for deep learning-enabled cellular image analysis with Kubernetes.

The Deepcell Kiosk currently supports segmentation of individual live-cell images and tracking of cells across image stacks out of the box,. Furthermore, the architecture is flexible enough that, by extending the kiosk-redis-consumer repository, users can adapt the Deepcell Kiosk to support arbitrary image processing workflows. As example of this extensibility is available in the aforementioned preprint, where we implemented an augmented microscopy workflow.

Valid inputs to the Deepcell Kiosk include individual images or zip files of multiple images.

The Deepcell Kiosk is fully functional on Google Kubernetes Engine and autoscales using Kubernetes' built-in HPA functionality. These features will be supported on Amazon Web Services in a future release.

Add GKE support

19 Oct 22:16
Compare
Choose a tag to compare

Kiosk now works with GKE and AWS.

0.2.1

08 Sep 03:43
Compare
Choose a tag to compare
changed branch from gpus to master (#9)

0.2.0: Add support for GPU instance groups (#6)

06 Sep 04:07
3878dc6
Compare
Choose a tag to compare
* Add support for GPU instance groups

* Install nvidia drivers

* Fix error handling in wait-for-kops. Fix patching so that it overwrites.

* add nvidia-docker-installer.sh script

* Upgrade geodesic. Fix wait-for-kops formatting.

* Upgrade docker-ce for docker-nvidia compatibility

* verbose bash execution

* reduce default size back to zero

0.1.0: Update README.md (#7)

06 Sep 04:07
Compare
Choose a tag to compare
Pre-release
* Update README.md