howlowck / train-faces

UI for training faces for Microsoft Cognitive Services Face API
https://howlowck.github.io/train-faces/
MIT License
15 stars 9 forks source link
cognitiveservices microsoft react

Cognitive Services Face API Training Build Status

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 this app, you will need node, npm or yarn:

  1. clone this repository
  2. run npm install (this will take a little while)
  3. run yarn start OR yarn run compile and serve the assets in the dist directory
  4. go to http://localhost:3000

Technical Details

Key Application Dependencies

Backend This app is now serverless :)

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

TODO