Skip to content

uameless/kyphosis

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kyphosis Diagnosis : Classifying Patients as Having Kyphosis or Not

Kyphosis Classification app is a simple Tkinter-based application that helps classify the occurrence of kyphosis in patients based on their Age (number of months after surgery), Number (Number of vertebrae involved), and Start (The first vertebrae operated on).

1. Main Page :

The main page of the app contains a form with three fields number of months after surgery, Number of vertebrae involved, and The first vertebrae operated on.

Alt text



2. Error Message :

If the user leaves any of the fields empty, an error message (Please fill in all the fields) will be displayed in a pop-up window.

Alt text



3. Positive Prediction :

This message will be shown when the person is predicted to have kyphosis.

Alt text



4. Negative Prediction :

This message will be shown when the person is predicted to not have kyphosiS.

Alt text

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.2%
  • Python 0.8%