drivendataorg / concept-to-clinic

ALCF Concept to Clinic Challenge
https://concepttoclinic.drivendata.org/
MIT License
367 stars 146 forks source link

User should be able to run nodule candidates prediction #285

Open Serhiy-Shekhovtsov opened 6 years ago

Serhiy-Shekhovtsov commented 6 years ago

Currently we can only create a new case based on local images. There should be a button to start the actual prediction. After clicking it should show that prediction is running. Once prediction is ready - it should show update the status on the page.

Serhiy-Shekhovtsov commented 6 years ago

I would like to take it if no one minds.

Serhiy-Shekhovtsov commented 6 years ago

Guys, if anyone is interested, feel free to take it.

chaitanyarahalkar commented 4 years ago

can anyone please explain to me how to use the prediction API? I am in a fix, trying to figure out how can I use it

Serhiy-Shekhovtsov commented 4 years ago

You can find the prediction code here: https://github.com/drivendataorg/concept-to-clinic/tree/master/prediction/src/algorithms And here you can find some usage examples: https://github.com/drivendataorg/concept-to-clinic/tree/master/prediction/src/tests

chaitanyarahalkar commented 4 years ago

Hey, thanks for the help! I wanted to know whether it is possible to run the prediction code from the frontend on the sample LIDC images available in the Docker container by default.

chaitanyarahalkar commented 4 years ago

Has anyone worked on adding that button as @Serhiy-Shekhovtsov mentioned?