Giter Site home page Giter Site logo

malikshubham827 / get-me-through Goto Github PK

View Code? Open in Web Editor NEW
285.0 285.0 80.0 2.09 MB

A Free, Offline, Real-Time, Open-source web-app to assist organisers of any event in allowing only authorised/invited people using Face-Recognition Technology or QR Code.

License: MIT License

Python 18.17% JavaScript 62.09% CSS 1.33% HTML 18.41%
css3 dlib face-detection face-recognition html5 material-design materializecss-framework mongodb mongoosejs nodejs offline-first opencv3 python3 qr-code qrcode-scanner

get-me-through's People

Contributors

malikshubham827 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

get-me-through's Issues

having trouble running on ubuntu 16

here are the prompt from running the npm install
(get-me-through) gerrymac@ubuntu:~/env/get-me-through$ npm install

[email protected] install /home/gerrymac/env/get-me-through/node_modules/uws
node-gyp rebuild > build_log.txt 2>&1 || exit 0

npm WARN [email protected] No repository field.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})

added 374 packages in 29.203s
npm start
(get-me-through) gerrymac@ubuntu:~/env/get-me-through$ npm start

[email protected] start /home/gerrymac/env/get-me-through
node ./bin/www

module.js:487
throw err;
^

Error: Cannot find module '/home/gerrymac/env/get-me-through/bin/www'
at Function.Module._resolveFilename (module.js:485:15)
at Function.Module._load (module.js:437:25)
at Function.Module.runMain (module.js:605:10)
at startup (bootstrap_node.js:158:16)
at bootstrap_node.js:575:3
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] start: node ./bin/www
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR! /home/gerrymac/.npm/_logs/2017-07-25T03_58_13_794Z-debug.log

i followed every step of the installation am i doing siomething wrong?

Works only on localhost

Hi
it is working in my local host.But i uploaded to server. video popup does n't show.it throws an error could not connect to x server.

bin folder missing?

Hi i was gonna make something similar to this project till I decide to do a search before I dig deeper. One problem tho, when I clone your repo there is no "./bin/www" folder, i can see the folder in your screen shot, but can't find it in the repo

remote server

can work on remote server ? as centos or ubuntu ?

case remote server do not have attached camera but client pc only have camera is it possible to work ? with client and remote server ?

how many know_people will take effect for recognition speed?

This project is interesting but I want to implement the idea like your project.
The question in my mind is...
How many know_people will take effect for recognition speed?
because while recognizing a face the memory size to hold know_people face up to number of people.

Thank you.

not displaying data and qr code

In first screenshot , you can see that the program is recognizing Barack Obama's image in right half of pic but not displaying the data such as permission , timein, timeout, email_id etc.

You have shown us one pic in geeksforgeeks

first_1

first_2

website where the above data is displayed as it should so tell me what should I supposed to do?

second pic is as you can see no qr is there so what should I do to have that qr code .

OS X El Capitan > Run > Symbol not found: _clock_gettime

stderr: Traceback (most recent call last):
  File "/Users/alexander/Documents/project/get-me-through/server/routes/../py/run.py", line 3, in <module>
    import cv2
  File "/usr/local/lib/python3.6/site-packages/cv2/__init__.py", line 4, in <module>
    from .cv2 import *
ImportError: dlopen(/usr/local/lib/python3.6/site-packages/cv2/cv2.cpython-36m-darwin.so, 2): Symbol not found: _clock_gettime
  Referenced from: /usr/local/lib/python3.6/site-packages/cv2/.dylibs/libavutil.55.78.100.dylib (which was built for Mac OS X 10.12)
  Expected in: /usr/lib/libSystem.B.dylib
 in /usr/local/lib/python3.6/site-packages/cv2/.dylibs/libavutil.55.78.100.dylib

 byyee
run.js -> success code:1 null

pathlib module not found

Hy there,

Everything seems working but the python script faills loading pathlib module.
I did install this module sudo pip3 install pathlib

Requirement already satisfied: pathlib in /usr/local/lib/python3.5/dist-packages
I can load it manualy from a ipython3 or python3 command line.

So my question is, what python environment is automaticaly used ?

Regards,
Florent

About "Train" term

I guess you used the term "Train" to represent saving known person images to db. If so, it would be more clear to use the term "Enroll" for this purpose.

"Training" shortly means, giving the data to the algorithm and expecting that the algorithm can learn the nature of the data so it can predict the unknown ones. The model you used (about %99 accuracy) already trained with millions of face images.

Great work.

Training with multiple images of same person

Probably more informational than an issue if there is already a way around this..

How can we add multiple images of the same person like X1.jpg, X2.jpg, X3.jpg, etc. in the known_people folder for more accurate training, and get to recognize the person as X?

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.