issues
search
opensrp
/
fhircore
FHIR Core / OpenSRP 2 is a Kotlin application for delivering offline-capable, mobile-first healthcare project implementations from local community to national and international scale using FHIR and WHO Smart Guidelines on Android.
https://opensrp.io
Apache License 2.0
56
stars
59
forks
source link
Hold a briefing session with UW ML dept on ways to go about reading seven-segment-display
#76
Closed
f-odhiambo
closed
3 years ago
f-odhiambo
commented
3 years ago
Possible solution
Launch the IPE and do some pre-processing
Take the G6PD image Create some segments where the reading will be collected
Join the spaces on seven-segment digits Get the whole number so no space within a digit
Run the new image through ML Kit Do post-processing to get the different values
Send to the RIM module for interpretation i.e (Result Interpretation Module)
vincent-karuri
commented
3 years ago
Findings on this are documented
here
.
Possible solution