https://github.com/catalystcode/nutritiondoctorapi
:apple: Microsoft/Ping An Nutrition Doctor - Web Api
https://github.com/catalystcode/nutritiondoctorapi
asp-net-core azure-webapp
Last synced: 23 days ago
JSON representation
:apple: Microsoft/Ping An Nutrition Doctor - Web Api
- Host: GitHub
- URL: https://github.com/catalystcode/nutritiondoctorapi
- Owner: CatalystCode
- License: mit
- Created: 2017-07-24T23:24:38.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-02T19:01:53.000Z (about 8 years ago)
- Last Synced: 2025-03-16T03:14:26.825Z (7 months ago)
- Topics: asp-net-core, azure-webapp
- Language: C#
- Homepage:
- Size: 1.46 MB
- Stars: 0
- Watchers: 11
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ping An Nutrition Doctor - Web Api
During the Microsoft One Week Hackathon, we [Microsoft] collaborated with Ping An to build Nutrition Doctor. Nutrition Doctor is an application that allows users to take a photo of a food item whereupon the app will identify the food item and present the user with nutritional information such as calories, fat, etc.
## Architecture

----

Each component is separated into its own Git repository:
* [Mobile Client](https://github.com/CatalystCode/NutritionDoctor)
* [Web Api](https://github.com/CatalystCode/NutritionDoctorApi)
* [Functions](https://github.com/CatalystCode/NutritionDoctorFunctions)
* [Image Classifier](https://github.com/CatalystCode/NutritionDoctorImageClassifier)## Getting Started
The Web API is a stateless ASP.NET Core application that exposes two REST APIs and communicates with Azure Blob Storage (for image persistence), Azure Queue (for asynchronous image processing), and MySQL (for data persistence).
1. `git clone git@github.com:CatalystCode/NutritionDoctorApi.git`
2. Open `NutritionDoctorApi.sln` in Visual Studio 2017
3. `F5` to Debug