thyroid-detection
README.md

Thyroid Detection

This application builds a multi-class classification methodology to predict the type of Hypothyroidism based on the given training data. Refer to the application workflow below for details. The application is deployed on Heroku and the code for this app can be found here.

Access Application


Libraries Used:

  • App framework - flask, wsgiref
  • DB operations - sqlite3
  • Data processing and ML - numpy, pandas, matplotlib, scikit-learn, xgboost, boto3, kneed, pickle
  • General operations - os, shutil, csv, json, re, datetime, time

image