Coder Social home page Coder Social logo

ibatindev / whoiscomingto.party Goto Github PK

View Code? Open in Web Editor NEW

This project forked from natsu90/whoiscomingto.party

0.0 1.0 0.0 353 KB

Face Recognition Attendance System

Home Page: https://whoiscomingto.party

Shell 2.50% JavaScript 58.56% HTML 28.90% CSS 10.04%

whoiscomingto.party's Introduction

WhoIsComingTo.Party

Demo

https://whoiscomingto.party

Installation

cd functions && npm i && npm run setup

firebase deploy

About

With all the craze about Machine Learning nowadays, I wish to try my hands on this technology especially Face Recognition. But unfortunately if you are just a humble software developer it will be a long journey. But luckily when I'm scrolling around in Github, I found this awesome library which is called face-api.js.

FAQ

  1. What are the necessary files needed to use the library?
  • You need the Tensorflow saved models. Luckily for you these are already saved in the library repo in weights folder so you can just copy from it.
  1. What kind of data that I will store in database?
  • It is called descriptor. The data is in array of 128 float numbers e.g [-0.029340924695134163, -0.13368940353393555, 0.1174287348985672, ... (total 128) ]. One people can have many descriptor to make the recognition more accurate. So when you are retrieving the data from your database, you might want to output into following JSON format;
	[
		{
			label: 'person 1',
			descriptors: [descriptor1array]
		},
		{
			label: 'another person',
			descriptors: [descriptor2array, descriptor3array]
		}
	]
  1. Do I really need to make some face expressions in the data training to make the recognition more accurate?
  • No, I just having fun since the face expression recognition function is available. Plus it also work like some kind of authorisation since anyone can take your picture, but no one can make you making those face expressions. Unless you are a famous person and your picture in different expression is everywhere online.

License

Licensed under the MIT license

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.