Priyanshuraj21030 / Multipred

Heart Disease and Diabetes Prediction web application
2 stars 5 forks source link
hacktoberfest hacktoberfest-accepted logistic-regression ml

Multipred: Empowering Healthcare Access in the Digital Age

Multipred is an innovative online platform designed to provide accessible healthcare information and predictive tools. Our mission is to empower individuals with knowledge and resources to make informed decisions about their health.

Key Features

  1. Disease Predictions

    • Diabetes Prediction Model (Accuracy: 70.13%)
    • Breast Cancer Prediction Model (Accuracy: 90.35%)
  2. BMI Calculator

    • Helps users assess their body composition and weight status
  3. Health Information

    • Comprehensive resources on various health topics

Tech Stack

Machine Learning Models

Diabetes Prediction Model

Breast Cancer Prediction Model

BMI Calculator

Our BMI (Body Mass Index) calculator allows users to:

Project Structure

This project has two main branches:

How to Run the Project

Follow these steps to run the Multipred project on your local system:

  1. Clone the repository

    git clone https://github.com/your-username/Multipred.git
    cd Multipred
  2. Set up a virtual environment (optional but recommended)

    python -m venv venv
    source venv/bin/activate  # On Windows, use `venv\Scripts\activate`
  3. Install dependencies

    pip install -r requirements.txt
  4. Set up the database

    python manage.py migrate
  5. Create a superuser (optional)

    python manage.py createsuperuser
  6. Run the development server

    python manage.py runserver
  7. Access the application Open your web browser and go to http://127.0.0.1:8000/

Note: If you're using the main_api branch, you'll need to run the FastAPI server separately. Refer to the branch-specific instructions for more details.

Important Note

While Multipred provides valuable tools and information, it is not a substitute for professional medical advice. Users should always consult with healthcare professionals for accurate diagnoses and personalized treatment plans.

Future Development

Multipred is continuously evolving. We are committed to expanding our offerings to become a comprehensive medical assistance portal, providing even more tools and services to support our users' health journeys.

Contributing

We welcome contributions to improve Multipred. If you're interested in contributing, please contact us or check our contribution guidelines.

License

This project is licensed under the MIT License.