Barebones application that provides a user with a simple web interface for predicting the output of classified healthcare datasets. (i.e. Breast cancer detection)
Examplatory dataset was provided by the Machine Learning Repository of UC Irvine.
UI: Streamlit ML Algorithms: SkLearn
Indicative screenshot:
- Clone the repo and cd into it.
sudo docker build -t dss_webapp .
sudo docker run -p 8501:8501 dss_webapp
- Upload a csv of a healthcare dataset and play around.