Skip to content

Geliştirilmiş, makine öğrenmesi modelleriyle çeşitli hastalıkların teşhisine yardımcı olmayı amaçlayan bir web uygulamasıdır. HealthMirror, kullanıcıların sağlık verilerini girerek potansiyel hastalık risklerini analiz etmelerini sağlar. Uygulama diyabet, meme kanseri gibi farklı hastalıkları için eğitilmiş modellerle sağlıklı ve hasta ayrımı yapar

Notifications You must be signed in to change notification settings

code-alchemist01/HealthMirror

Repository files navigation

HealthMirror

HealthMirror is an AI-powered health diagnostic tool that leverages machine learning models to predict various diseases based on patient data and symptoms.

Features

  • Multiple Disease Prediction: Predicts diseases like diabetes, heart disease, breast cancer, liver disease, Parkinson's, and more.
  • User-Friendly Interface: Provides an intuitive web interface for users to input their data and receive predictions.
  • Model Training: Includes scripts to train machine learning models on various datasets.

Getting Started

Prerequisites

  • Python 3.10 or higher
  • Required Python packages (see requirements.txt)

Installation

  1. Clone the repository:
    git clone https://github.com/yourusername/HealthMirror.git
  2. Navigate to the project directory:
    cd HealthMirror
  3. Install the required packages:
    pip install -r requirements.txt

Usage

  1. Run the Flask application:
    python app.py
  2. Open your web browser and navigate to http://localhost:5000.
  3. Input your data and receive predictions.

Directory Structure

HealthMirror/
├── Datasetler/
├── ModelEğitimleri/
├── Modeller/
├── Raporlar/
├── templates/
├── app.py
├── requirements.txt
└── README.md

Contributing

Contributions are welcome! Please fork the repository and create a pull request with your changes.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Geliştirilmiş, makine öğrenmesi modelleriyle çeşitli hastalıkların teşhisine yardımcı olmayı amaçlayan bir web uygulamasıdır. HealthMirror, kullanıcıların sağlık verilerini girerek potansiyel hastalık risklerini analiz etmelerini sağlar. Uygulama diyabet, meme kanseri gibi farklı hastalıkları için eğitilmiş modellerle sağlıklı ve hasta ayrımı yapar

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published