Skip to content

Providing a RESTfull api for pyradiomics utilizing grunt

Notifications You must be signed in to change notification settings

Mayo-QIN/pyradiomics_grunt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A RESTFull api for pyradiomics

This is an effort to provide a RESTfull API for pyradiomics utilizing docker and grunt

Run

clone the repository

git clone https://github.com/Mayo-QIN/pyradiomics_grunt.git

build docker

docker build . -t pyradiomics

run docker

docker run -d -p 9001:9901 pyradiomics

Usage

visit localhost:9901

image1

Interact with the service using

  • curl
curl -X POST --form format="txt" --form label="" --form image=@FILENAME --form mask=@FILENAME --form param=@FILENAME --form outputfile=output.FILENAME 0.0.0.0:9001/rest/service/pyradiomics
  • python

  • or web interface

    image2

About

Providing a RESTfull api for pyradiomics utilizing grunt

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published