Skip to content

"Machine learning project to predict thyroid diseases based on patient data."

Notifications You must be signed in to change notification settings

santhosh-2901/thyroid_prediction

Repository files navigation

Thyroid Prediction

This project uses machine learning to predict thyroid disorders based on medical data. The model is trained to classify patients into different thyroid conditions using various features.

Table of Contents

Description

The Thyroid Prediction project utilizes a Random Forest Classifier to diagnose thyroid disorders. The web application is built using Flask and provides an interface for users to input medical data and receive predictions about thyroid conditions.

Installation

Clone this repository to your local machine or download the ZIP file.

git clone https://github.com/santhosh-2901/thyroid_prediction.git

Navigate to the project directory.

cd thyroid_prediction

Install the required Python dependencies.

pip install -r requirements.txt

Usage

Running the Flask App

  1. Start the Flask app.
    python app.py
  2. Open your web browser and navigate to http://localhost:8000 to access the web app.

Using the Web App

  1. Enter the values for the medical features as prompted in the form.
  2. Click on the "Predict" button to generate a prediction about whether the user has a thyroid disorder.
  3. The prediction result will be displayed on the web page.

Contributing

If you would like to contribute to this project, you can follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix.
    git checkout -b feature/your-feature-name
  3. Make your changes and commit them with descriptive commit messages.
    git commit -m "Add feature X"
  4. Push your changes to your forked repository.
    git push origin feature/your-feature-name
  5. Open a pull request in this repository and provide a detailed description of your changes.

License

This project is licensed under the MIT License.

Acknowledgments

This project was developed as part of an AI & Data Science course. Special thanks to the dataset providers and all contributors.

Contact

If you have any questions, suggestions, or feedback, please feel free to contact santhoshkumar[santhoshjan2001@gmail.com].

We hope you find this web app useful!


Feel free to customize this template further to better fit your project details and personal preferences.

About

"Machine learning project to predict thyroid diseases based on patient data."

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published