https://github.com/francedot/hack-xam
EyeCare is the prototype of an app developed at OxfordHack 2017 for the main call on AI by Microsoft.
https://github.com/francedot/hack-xam
Last synced: about 1 year ago
JSON representation
EyeCare is the prototype of an app developed at OxfordHack 2017 for the main call on AI by Microsoft.
- Host: GitHub
- URL: https://github.com/francedot/hack-xam
- Owner: francedot
- Created: 2017-11-26T12:40:33.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-21T16:33:43.000Z (over 8 years ago)
- Last Synced: 2025-02-13T20:37:36.130Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 25.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EyeCare
**EyeCare** is the prototype of an app developed at [OxfordHack 2017](http://oxfordhack.com) for the main challenge on AI by Microsoft.
By leveraging the power of Microsoft Azure and Cognitive Services, EyeCare wants to help optometrists diagnose eye disorders and users to receive feedback starting from a picture of the eyes. The system has been designed so that the specialist, in this case the eye doctor, can participate to the refining of Eyecare’s Computer Vision model.
In just 24 hours we came up with a consumer mobile app to be used by the final user and a web portal for the specialists.
Through the web portal, the optometrist can check diagnosis details and provide an evaluation that serves as an input to a Custom Vision API node for its continuous training.
The client mobile app for iOS, Android and Windows has been developed using Xamarin while an ASP.NET Core backend acts as a middleware with the client app, the Azure Custom Vision API endpoint and the specialists web portal.
The web portal has been developed using PHP and Bootstrap and deployed as an Azure Website.
## Mobile App

## Web Portal