pyradiomics
pyradiomics copied to clipboard
Adding a RESTful api to pyradiomics
Hi all,
is adding a RESTful api to pyradiomics of interest?
I have created a demo repo
https://github.com/Mayo-QIN/pyradiomics_grunt
You can try it by:
docker pull mayoqin/pyradiomics_grunt
run
docker run -d -p 9001:9901 mayoqin/pyradiomics_grunt
Visit localhost 9001
Please let me know if you would like to include something like this to your project.