asyml / ForteHealth

The project is in the incubation stage and still under development. ForteHealth is a flexible and powerful ML workflow builder for biomedical and clinical scenarios. This is part of the CASL project: http://casl-project.ai/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add and integrate visualization to the demo pipeline

Piyush13y opened this issue · comments

Is your feature request related to a problem? Please describe.
We want to be able to visualize the findings of our medical pipeline, and use UIMA Cas Viewer to show annotations for input data in a graphical interface instead of building a GUI from scratch. Stave isn't stable at this point either for our use case.

Describe the solution you'd like
Might have to use some 3rd party adapters to be able to leverage UIMA's Annotation Viewer(written in Java), for our use case.

Describe alternatives you've considered
@drishtiramesh looked into Jython, Python annotator, dkpro-cassis as possible options to implement this translation from python to java.

Decided against using UIMA CAS viewer for our pipeline. We will go forward with Stave and make changes to that interface to suit our needs.