{"id":15427065,"url":"https://github.com/howlowck/train-faces","last_synced_at":"2025-04-19T16:10:19.745Z","repository":{"id":150378220,"uuid":"83933472","full_name":"howlowck/train-faces","owner":"howlowck","description":"UI for training faces for Microsoft Cognitive Services Face API","archived":false,"fork":false,"pushed_at":"2017-12-05T20:59:10.000Z","size":1485,"stargazers_count":15,"open_issues_count":12,"forks_count":9,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-16T09:23:02.289Z","etag":null,"topics":["cognitiveservices","microsoft","react"],"latest_commit_sha":null,"homepage":"https://howlowck.github.io/train-faces/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/howlowck.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-03-05T00:12:54.000Z","updated_at":"2020-12-30T09:45:44.000Z","dependencies_parsed_at":"2023-04-25T20:42:28.987Z","dependency_job_id":null,"html_url":"https://github.com/howlowck/train-faces","commit_stats":{"total_commits":53,"total_committers":1,"mean_commits":53.0,"dds":0.0,"last_synced_commit":"205a4918390ed94a46a07c63ec5168129c72ca6b"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/howlowck%2Ftrain-faces","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/howlowck%2Ftrain-faces/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/howlowck%2Ftrain-faces/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/howlowck%2Ftrain-faces/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/howlowck","download_url":"https://codeload.github.com/howlowck/train-faces/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249734046,"owners_count":21317693,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cognitiveservices","microsoft","react"],"created_at":"2024-10-01T17:58:41.771Z","updated_at":"2025-04-19T16:10:19.709Z","avatar_url":"https://github.com/howlowck.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cognitive Services Face API Training [![Build Status](https://travis-ci.org/howlowck/train-faces.svg?branch=master)](https://travis-ci.org/howlowck/train-faces)\n\n![screenshot](https://howlowck.github.io/train-faces/imgs/identify-screenshot.png)\n\nThe goal of this project is to create a dashboard for users to manage and test their [Cognitive Services Face API](https://www.microsoft.com/cognitive-services/en-us/face-api), given that they have a Face API Key\n\n## Features\n* Manages your Person, Person Group, and Training of your Face API\n* Locally Storing your Face API Key\n* Nicely formated User Data for the Person entities\n* Quickly submit Face entities using the webcam\n\n## Getting Started\nYou can go to the [Live App](http://aka.ms/trainfaces).\n\nOr if you want to Spin up your own instance of this app, you will need `node`, `npm` or [`yarn`](https://yarnpkg.com/en/):\n1. clone this repository\n2. run `npm install` (this will take a little while)\n3. run `yarn start` OR `yarn run compile` and serve the assets in the `dist` directory\n4. go to [`http://localhost:3000`](http://localhost:3000)\n\n----\n## Technical Details\n\n### Key Application Dependencies\n#### ~~Backend~~ This app is now serverless :)\n* ~~[express](https://expressjs.com/) (Server)~~\n* ~~[project-oxford](https://github.com/felixrieseberg/project-oxford) (Face API Client)~~\n\n#### Frontend\n* [react](https://www.npmjs.com/package/react) (View Layer)\n* [redux](https://www.npmjs.com/package/redux) (App State Management)\n* [react-router](https://www.npmjs.com/package/react-router) (Router for React)\n* [redux-thunk]((https://www.npmjs.com/package/react-router) (Redux Async Management)\n* [antd](https://www.npmjs.com/package/antd) (React Component Library)\n* [react-json-tree](https://www.npmjs.com/package/react-json-tree) (Render Json Tree)\n* [react-ace](https://www.npmjs.com/package/react-ace) (AceEditor for react)\n* [lodash.get/set](https://www.npmjs.com/package/lodash.get) (Access deeply nested values)\n\n#### Development Tools\n* [webpack](https://webpack.js.org/) (Asset/Package Bundling)\n* [babel](https://babeljs.io/) (Transpiles ES7 to ES5)\n* [webpack-hot-middleware](https://github.com/glenjamin/webpack-hot-middleware) (Hot Module Replace)\n* [plop](https://github.com/amwmedia/plop) (Code Generator)\n* [eslint](http://eslint.org/) (Code Style Linter)\n\n### Getting Started with Development\n1. clone this repository\n2. run `yarn` (might take a while)\n3. run `yarn start`\n4. go to [`localhost:3000`](http://localhost:3000)\n\n### To Contribute\nPlease refer to the [CONTRIBUTING.md](https://github.com/howlowck/train-faces/blob/master/CONTRIBUTING.md)\n\n### TODO\n* Async Flow in UI\n* Auto Refresh on FaceAPIKey change\n* Mobile Friendly\n* Fix User Data for Face Creation\n* Add User Data for Person Group Creation\n* Convert ternary operators to `_.get` for readability\n* Build dist on server\n* Helpful Error Messages\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhowlowck%2Ftrain-faces","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhowlowck%2Ftrain-faces","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhowlowck%2Ftrain-faces/lists"}