Skip to content

CatalystCode/NutritionDoctorFunctions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ping An Nutrition Doctor - Functions

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

architecture


call graph

Each component is separated into its own Git repository:

Getting Started

The Azure Function is triggered by queue messages. For each message, a call is made to Azure ML and Custom Vision to identify the image. The data is then persisted to a MySQL database.

  1. git clone git@github.com:CatalystCode/NutritionDoctorApi.git
  2. Open NutritionDoctorApi.sln in Visual Studio 2017
  3. Update local.settings.json with the respective secrets for Storage Account, Custom Vision, and Azure ML.
  4. F5 to Debug

About

🍎 Microsoft/Ping An Nutrition Doctor - Functions

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages