edhenry / chexnet

Implementation and fullstack pipeline for CheXNet classifier
MIT License
13 stars 12 forks source link

Migrating UI from Flask to Jupyter #8

Closed edhenry closed 5 years ago

edhenry commented 5 years ago

Currently there is a Flask app that is used as the UI into the service in terms of passing images into the service for inference.

Working on porting the "UI" over to a Jupyter notebook : https://github.com/edhenry/chexnet/blob/feature/airflow-scheduler/CheXNet%20Workflow%20Example.ipynb

Will update accordingly.

edhenry commented 5 years ago

Migration has been completed within this PR https://github.com/edhenry/chexnet/pull/10

Lots of work was done in the linked PR, but there are notebook creation updates littered throughout the commits. One can dig through them if they're interested in updated.