Current project status:
! In Progress
The goal of this project is to build a classification model that accurately predicts the type of thyroid based on a given set of features from thyroid patients. The provided training data includes information about various patient characteristics. The model needs to classify each patient into one of the thyroid types, enabling accurate diagnosis and appropriate treatment planning.
git clone https://github.com/sverma1999/thyroid-detection.git
conda create -p thyroidDetectionVenv python==3.8 -y
conda activate thyroidDetectionVenv
pip install -r requirements.txt
export AWS_ACCESS_KEY_ID=<AWS_ACCESS_KEY_ID>
export AWS_SECRET_ACCESS_KEY=<AWS_SECRET_ACCESS_KEY>
export AWS_DEFAULT_REGION=<AWS_DEFAULT_REGION>
export MONGO_DB_URL="mongodb+srv://<username>:<password>@cluster0.nbka4hq.mongodb.net/test"
python app.py
http://localhost:8080/train
http://localhost:8080/predict