Cognitive Services Face API Training

screenshot

The goal of this project is to create a dashboard for users to manage and test their Cognitive Services Face API, given that they have a Face API Key

Features

Getting Started

You can go to the Live App.

Or if you want to Spin up your own instance of the Training Face, you will need node, npm or yarn:

  1. clone this repository
  2. run npm install --production (this will take a little while)
  3. run node server
  4. go to http://localhost:3000

Technical Details

Key Application Dependencies

Backend

Frontend

Development Tools

Getting Started with Development

  1. clone this repository
  2. run yarn (might take a while)
  3. run yarn start
  4. go to localhost:3000

To Contribute

Please refer to the CONTRIBUTING.md