Open Serhiy-Shekhovtsov opened 6 years ago
I would like to take it if no one minds.
Guys, if anyone is interested, feel free to take it.
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
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
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.
Has anyone worked on adding that button as @Serhiy-Shekhovtsov mentioned?
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.