Diagnozify is an initiative to make it easier for the needy to get hands on quality healthcare. By the means of our app we aim to provide a platform where various syndromes can be detected just by a facial scan. This in turn will help millions of people affected by these diseases to directly meet the correct doctor for their particular disease. Diagnozify uses artificial intelligence to interpret the facial information and provide accurate results. Diagnozify detects 4 genetic syndromes namely:
- Down's Syndrome
- DiGeorge Syndrome
- William Buren Syndrome
- Noonan Syndrome
Download and install the apk file on your android mobile device. Note - Please enable install app from unknown sources setting on your device to allow installation of application.
The Diagnozify App has three major components to full full all its features
- An android application
- A backend server
- A firebase storage & firestore database
The major goal the the app is to predict different types of face syndromes once user captures the image or uploads photo from gallery, The image file is then encoded in base64 format and uploaded to static storage drive of firebase storage and image path is stored on user's collections.
After saving, The image URL is then parsed into request body of the backend API which loads the image into CNN model trained on dataset of various face syndromes images, The model predicts the chances of various syndromes and responds to the client about its predictions, If the predicted values are high enough then the result is displayed on the user's app confirming about his/her syndromic conditions.
- Further improve on my ML model.
- Work on the dataset to include more diverse population patients.
- Include an exercises and therapy suggestor.
- Add an appointment scheduler.
- Include other syndromes detection too.
- Fork the repo on your github account
- Clone the repo on your system
- Download the face syndrome detection model from the google drive link ( _)
- Upload the model to your google drive
- Run the google colab file to start API Server block by block
- Run the main.dart file inside lib folder to start the application in debug mode
- https://www.mayoclinic.org/
- https://api.flutter.dev/flutter/material/Scaffold-class.html
- https://api.flutter.dev/index.html
- https://www.google.com/amp/s/www.geeksforgeeks.org/introduction-to-tensorflow/amp/
- https://www.tensorflow.org/
- https://www.fullstackpython.com/flask.html
- https://www.w3schools.com/python/