You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using relevant digital certificates sign platform executables created by pyinstaller and create corresponding install programs from build.py and deploy to relevant app stores
The text was updated successfully, but these errors were encountered:
mdevans
changed the title
Install programs required for all supported platforms
Install programs / App Store distros required for all supported platforms
Aug 8, 2024
Random thought...is there a possibility of using https://streamlit.io/ to make this something that runs fully in a web browser and doesn't require any installation, certificates, etc?
ElectronJS was touted at the beginning of the project for its web UI and cross platform features but lacked mature dicom libraries and the existing users preferred the re-assurance of a stand alone application which could run within a private LAN with no internet connection.
This pure python version has been designed and implemented using a model-view-controller architecture and replacing the view modules with streamlit or react or other web ui widgets and running the controller on a web server backend should be a relatively painless port. The security considerations of the web server, at a minimum, the associated SSL certificate, do increase the potential for phi data leakage from a stand alone, code signed app. Nevertheless, would be worth exploring...
Using relevant digital certificates sign platform executables created by pyinstaller and create corresponding install programs from build.py and deploy to relevant app stores
The text was updated successfully, but these errors were encountered: