-
```sh
$ npm run build
> volview@4.1.0 build
> vue-tsc --noEmit && vite build
vite v4.3.9 building for production... 13:05:…
-
This is a nice-to-have feature request:
It would be great if we can use the cookiecutter tool with this template so that starting new custom projects and git repos from the template can be simplified…
-
This was observed on the windows factory (aka build machine) `overload`:
![image](https://user-images.githubusercontent.com/219043/151430654-3d54a715-fb11-4465-bf84-ac4950203e2f.png)
https://g…
-
Initial setup commands as noted in the README fail on windows in both git-bash and windows terminal.
Possible fix is to look at how os-specific paths are being handled in the template scripts.
Might…
-
Arrange AWS deployment for the web app and the python server so that they are separate services that can communicate. Document how this works.
AWS Deployment of various servers/components:
1. Web …
-
This requires #5 to be completed.
Add the segmentation model that was in lungair-desktop-application.
- can study median filter example for how to pass images back and forth to python server
- …
-
Add segmentation visualization into the web app.
This can be done independently of #32 and in parallel.
The goal is to add to the web app
1. capability to display a labelmap overlay on top of a che…
-
This may require wrapping it into a flask app.
## Notes:
1. Just testing a remote instance would be a good first step to ensure nothing is broken and works correctly.
2. It might make sense to fi…
-
After #24 the url for the lungair web app requires a `/lugair/` at the end, which is not ideal.
-
This is a follow up to #16 for updating the UI.
We can pin this down more precisely when we get to it, but here are some initial thoughts:
- Rename DICOMWeb tab to something like "patient images".…