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/
Apache License 2.0
10 stars 5 forks source link

A search engine and ner demo using streamlit #51

Closed Leolty closed 2 years ago

Leolty commented 2 years ago

This PR fixes #45 and #46 .

Description of changes

This PR is just a demo for showing the following processeses:

  1. build a pipeline to read, process and write mimic iii data
  2. connect with Elasticsearch and store the data in it
  3. visualize the results with streamlit
codecov[bot] commented 2 years ago

Codecov Report

Merging #51 (d88719f) into master (867b854) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master      #51   +/-   ##
=======================================
  Coverage   84.17%   84.17%           
=======================================
  Files           9        9           
  Lines         512      512           
=======================================
  Hits          431      431           
  Misses         81       81           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 867b854...d88719f. Read the comment docs.