Skip to content
This repository has been archived by the owner on Nov 5, 2019. It is now read-only.
/ FaceYou Public archive

Electron Project, Face recognition using Azure API

License

Notifications You must be signed in to change notification settings

powext/FaceYou

Repository files navigation

Sublime's custom image

Maintenance Generic badge Generic badge Ask Me Anything !

🔥Introdution🔥

An electron app for a school project build in 1 week, git commints and branches are not well organized and the code may contain italian words

How it works❓

The app use Azure face recognition API to recognize faces in photos and get characteristics params and Cloudinary save photos in cloud. To use and modify this project you need to create the related accounts in the two platforms:

API Keys❗️

Insert your API keys in the following rows to make your app working

/crypto-app/index.html (187) and /crypto-app/login.html (147)

var subscriptionKey = "SUBSCRIPTION_KEY";
var uriBase = "URL";

/crypto-app/login.html (113) and /crypto-app/registration.html (147)

cloudinary.config({
  cloud_name: 'CLOUD_NAME',
  api_key: 'API_KEY',
  api_secret: 'API_SECRET'
});

Usage👈

Run this command in the root folder to install npm dependencies

npm install

Install the electron command globally

npm install electron -g

Move to crypto-app directory and run the electron app with the command below

cd crypto-app
electron .

👥Made by👥

Simone Bianchin (pow)

LinkedIn

Intagram

About

Electron Project, Face recognition using Azure API

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published