Skip to content

Android app that takes chest X-ray image as an input and predicts whether or not it is diagnosed with pneumonia.

Notifications You must be signed in to change notification settings

ParvNarang/PNEU-COV-App

Repository files navigation

PNEU-COV App

Android app that takes chest X-ray image as an input and predicts whether or not it is diagnosed with pneumonia.

Start Activity

The first activity has the option of selecting your preffered language. Currently supporting English and Hindi.

Home Page

The model for detecting pneumonia was initially trained in python and was converted to .h5 model file. For importing it to Android Studio, tensorflow lite library is required and the h5 model has to be converted into .tflite file. The input image size is [224,224]. Upload the chest X-ray image using the upload button (which uses the media store library and uri library). Click the select button to make the prediction.

Result Page

As the select button is pressed it jumps on to the result activity. The case below shows the chest X-ray image with pneumonia.

This shows the image with the normal case.

Future Plan

Add more models such as brain tumor detection, covid-19 detection.

About

Android app that takes chest X-ray image as an input and predicts whether or not it is diagnosed with pneumonia.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages