HealthMirror is an AI-powered health diagnostic tool that leverages machine learning models to predict various diseases based on patient data and symptoms.
- 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.
- Python 3.10 or higher
- Required Python packages (see
requirements.txt
)
- Clone the repository:
git clone https://github.com/yourusername/HealthMirror.git
- Navigate to the project directory:
cd HealthMirror
- Install the required packages:
pip install -r requirements.txt
- Run the Flask application:
python app.py
- Open your web browser and navigate to
http://localhost:5000
. - Input your data and receive predictions.
HealthMirror/
├── Datasetler/
├── ModelEğitimleri/
├── Modeller/
├── Raporlar/
├── templates/
├── app.py
├── requirements.txt
└── README.md
Contributions are welcome! Please fork the repository and create a pull request with your changes.
This project is licensed under the MIT License - see the LICENSE file for details.