Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 788 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 788 Bytes

DiabetesDetection

This is an application used to detect whether a user has diabetes given certain parameters and locate the nearest doctor.

Features

  • Predicts Whether User May Have Diabetes: Uses a custom machine learning model which has been trained by using over 10000 data points of users with diabetes and their pre-exisitng conditions. This machine learning model has been trained to an accuracy of 99.6% on microsoft azure's machine learning service.
  • Recomends Nearest Docter: Using Google Maps API and Better Doctors API, this application recommends the highest rated doctors within the span of 20 miles of your current locaitonl

Tech Stack

  • App Development: Xamerin C#
  • Location and Maps: Google Maps API
  • Diabetic Detection ML model: Azure Machine Learning Service