Skip to content

Health Center is an AI-driven platform where users input their symptoms to receive personalized medical advice, including diet plans, medicine recommendations, things to avoid, and exercise tips. Built with Python, Flask, and machine learning.

License

Notifications You must be signed in to change notification settings

zeeza18/Health-Center

Repository files navigation

Health Center

Welcome to the Health Center project, an innovative platform that harnesses the power of AI and machine learning to enhance healthcare accessibility and provide personalized medical recommendations. This project aims to revolutionize the way individuals manage their health by offering a user-friendly interface for uploading medical documents and receiving tailored advice. check

Table of Contents

  1. Environment Setup
  2. Dataset
  3. Project Overview
  4. Technologies Used
  5. Project Images
  6. Acknowledgment
  7. License

Environment Setup

To set up the project, ensure you have Python 3.8 installed. Follow these steps:

  1. Create a virtual environment:

    python3.8 -m venv venv
  2. Activate the virtual environment:

    • On Windows:
    venv\Scripts\activate
    • On macOS/Linux:
    source venv/bin/activate
  3. Install the required packages:

    pip install -r requirements.txt

Dataset

The dataset used in this project is the Medicine Recommendation System Dataset provided by Noor Saeed. This comprehensive dataset includes detailed information on various medicines and their recommended uses, forming the backbone of our recommendation system.

Project Overview

Health Center offers a range of features designed to empower users with knowledge and personalized healthcare solutions:

  • Image Upload: Users can easily upload images of their prescriptions or medical reports.
  • AI-Powered Recommendations: Advanced machine learning models analyze the input data to provide accurate medicine recommendations.
  • Educational Resources: The platform includes extensive information on health conditions and treatments, helping users make informed decisions.

Technologies Used

  • Python 3.8
  • Flask
  • Bootstrap
  • Pandas
  • scikit-learn
  • NumPy

Project Images

Screenshot 1 Screenshot 2 Screenshot 3 Screenshot 4

Acknowledgment

We extend our gratitude to Noor Saeed for providing the Medicine Recommendation System Dataset, which is instrumental to this project.

License

This project is licensed under the MIT License. See the LICENSE file for more details.

About

Health Center is an AI-driven platform where users input their symptoms to receive personalized medical advice, including diet plans, medicine recommendations, things to avoid, and exercise tips. Built with Python, Flask, and machine learning.

Topics

Resources

License

Stars

Watchers

Forks

Packages