vanvalenlab / kiosk-frontend

DeepCell web application built using NodeJS, Express, React, and Webpack.
Other
1 stars 0 forks source link

Add User Stories to About page to help direct users to the appropriate tool. #131

Open willgraf opened 4 years ago

willgraf commented 4 years ago

Currently, the /about page contains descriptions for several repositories in the DeepCell ecosystem. They are laid out one by one and must each be read to understand which project is best for a user. Ideally, we can edit the layout of the content to help the user understand which is best for them without reading everything.

For example:

I want to deploy my own models the cloud. You can use the kiosk-console to deploy models in the cloud...

I want to segment an image with a pre-built model You can use the kiosk-client as a CLI tool for segmenting images with deepcell.org.

I want to segment an image with a pre-built model WITHOUT having to use the command line. If you use ImageJ, you can use the plugin to segment images with deepcell.org without leaving ImageJ!

willgraf commented 3 years ago

@MekWarrior Do you think this has been sufficiently resolved by #156?