from Sanitas - Health in latin
Using Blockchain and Computer Vision technology to digitize crucial healthcare documents
Computer Vision
- OpenCV & Tesseract: Optical Character Recognition
- OHIP card recognition
- mqtt publishing (sending data)
- generalize to various documents
Blockchain
- React front-end
- Blockstack authenticated login
- mqtt subscription (recieving data) and display
- full Blockstack/Gaia Database integration
In bash
- Navigate to folder
$ cd <insert path> - Run the site
$ npm run start - Wait for the site to open
- Complete Blockstack authentication/login
- Wait for page to load (without data)
- Run ID Scanner (orient OHIP card so that the Name and card number are within the boxes, then press spacebar to submit)
$ python ID\ Scanner.py
Note: This is after having inserted mqtt broker link in both src/profile.js and ID Scanner.py