Tarakhs / DSSApplet

UI focused web applet that provides healthcare predictions utilizing a simple machine learning backend.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DSS Applet

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:

example

How to

  1. Clone the repo and cd into it.
  2. sudo docker build -t dss_webapp .
  3. sudo docker run -p 8501:8501 dss_webapp
  4. Upload a csv of a healthcare dataset and play around.

About

UI focused web applet that provides healthcare predictions utilizing a simple machine learning backend.


Languages

Language:Python 100.0%