Skip to content

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

Notifications You must be signed in to change notification settings

Tarakhs/DSSApplet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages