On the other end, what is a small cloud implementation, and how do you plan on making that easy to install for researchers with smaller budgets?
...my short answer is Docker. Build images to make it easy for researchers to develop their models inside Docker containers put these images on DockerHub so that everyone can find them. Then the models can be run locally or on any other compute infrastructure that accepts containers.
As a bonus, a container will make it trivially easy for another research team to replicate the analysis of ay particular model. Just grab the image and run the app in the container!
In issue #6 @KG-ethc asked...
...my short answer is Docker. Build images to make it easy for researchers to develop their models inside Docker containers put these images on DockerHub so that everyone can find them. Then the models can be run locally or on any other compute infrastructure that accepts containers.
As a bonus, a container will make it trivially easy for another research team to replicate the analysis of ay particular model. Just grab the image and run the app in the container!