Skip to content

sshah229/Panacea

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Panacea

Panacea is an advanced healthcare solution that leverages Blockchain Technology and Artificial Intelligence to address critical challenges in managing Electronic Health Records (EHR) while ensuring data security, transparency, and efficiency.


🚀 Features

  1. Blockchain-Based EHR Management

    • Secure and tamper-proof storage of electronic health records.
    • Implements Ethereum blockchain for decentralization.
    • Blockchain certificate for verifying data integrity.
  2. Drug Recommendation System

    • Predicts safe drug options based on disease using machine learning.
    • Achieved high accuracy (91.33%) with logistic regression.
  3. Disease Comorbidity Prediction

    • Uses Spearman’s rank correlation coefficient for predicting comorbidities.
    • Data derived from MIMIC-III database integrated with UMLS API.
  4. Biomedical Named Entity Recognition (NER)

    • Extracts information from biomedical articles using Azure Cognitive Services.
  5. Doctor and Patient Dashboards

    • User-friendly interfaces for managing appointments, medical certificates, and treatment plans.

🎥 Demo

Watch the full project demo on YouTube:
Panacea 1.0


📝 Publication

This project is published in IEEE Xplore. You can access the publication here:
Panacea: Blockchain-Based and AI-Powered EHR Management


📑 Architecture Highlights

Blockchain Certificate

  • Local JSON files act as the initial database.
  • Ethereum blockchain deployed on the Ropsten test network.
  • Verification through hash comparison ensures data integrity.

Drug Recommendation System

  • Trained on the UCI Drug Review Dataset.
  • Machine learning pipeline includes data preprocessing, feature extraction, and classification.

Disease Comorbidity Prediction

  • Uses a graph database for mapping diseases to comorbidities.
  • Predictive models enhance diagnosis accuracy.

🛠️ Technologies Used

  • Programming Languages: Python, JavaScript
  • Frameworks: Flask, Azure Cognitive Services
  • Database: MIMIC-III, Neo4j (for graph database)
  • Blockchain: Ethereum (Ropsten test network)
  • Other Tools: Azure Logic Apps

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors