shlokashah / life_plus_plus

An Ethereum based EHR system ensuring integrity of medical records

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Life++

The web app focuses on providing a secure online storage for the user’s medical records. The user will sign in to his account and access a dashboard of his medical records. The user will submit a photo of the physical prescription which he/she receives from the doctor. Alternatively , the doctor too can submit a photo of the prescription he/she prescribed to the user. Once any user uploads a photo of the prescription , the app performs optical character recognition and extracts text from it.

To ensure the incorruptibility of the document , a hash of the document is generated and is logged in a blockchain. The blockchain ensures that the hash of the document cannot be tampered with in any condition. When the user requests for the document again, the app matches the hash of the document present in its database with that in the blockchain. If they are found to be same, it means the article was not tampered with.

Features:

  • Transforms image of prescription into text
  • Ensures incorruptibility of stored document by pushing hash of text in blockchain.
  • Can recognise pneumonia in common X-Rays.

Technologies used:

  1. Django framework (for backend)
  2. Web3.py (to talk with the blockchain)
  3. Ganache (A local blockchain based on Ethereum)
  4. Solidity (To create Smart Contracts)
  5. Tesseract.js (OCR)
  6. Keras (Machine learning models)
  7. SQLite (Database)

Activity Diagram

Screenshots of the application

Ganache

About

An Ethereum based EHR system ensuring integrity of medical records


Languages

Language:Python 74.4%Language:HTML 22.1%Language:CSS 2.7%Language:Solidity 0.8%