Giter VIP home page Giter VIP logo

aspc2018's Introduction

Facer frontend app (running on a KOA-web server)

Start

  1. Clone and install dependencies with yarn.
  2. Create a self-certified SSL certificate
  3. Start project with npm run dev

SSL

You need a valid SSL certificate to run the server and display the content in your browser.

When developing, you can generate a self-cert yourself like this:

Mac OSX

mkdir cert
openssl req -nodes -new -x509 -keyout cert/server.key -out cert/server.crt

Leave all settings blank, except for Common Name which needs to be localhost.

Additionally, you need to import the server.crt into your Keychain and mark it as safe.

Windows

I recommend you use Cmdr as your shell. Enter the same commands as for Mac OSX above, then start certmgr.msc and import the new cert as a trusted root certificate.

Deploy

Run npm run build

Microsoft Face API

APP-ID: 3 86fe5360c85463bac4315dff365fdc2

  1. Create a person group

https://westus.dev.cognitive.microsoft.com/docs/services/563879b61984550e40cbbe8d/operations/563879b61984550f30395244

For this project, the person group is aspc2017

  1. Create a Face List

https://westus.dev.cognitive.microsoft.com/docs/services/563879b61984550e40cbbe8d/operations/563879b61984550f3039524b

For this project, the list is aspc2017faces

  1. Create a Person Group

For this project, the group is aspc2017facegroup

  1. Submit FaceID to list to get a persisted face ID

  2. Get Stored Faces

https://westus.dev.cognitive.microsoft.com/docs/services/563879b61984550e40cbbe8d/operations/563879b61984550f3039524c/console

aspc2018's People

Contributors

robbestad avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.