Giter Club home page Giter Club logo

biometric_camera_signin's Introduction

Biometric Camera Sign in

An Python3 application to facilitate biometric sign in via an edge device with a camera. Developed on a Raspberry Pi 4.

This project came about from conversations with the Atlanta-based non-profit SafeHouse Outreach, dedicated to breaking the cycle of poverty, which is apparent on just about any walk through downtown (Peachtree Center) Atlanta.

One service SafeHouse provides is a meal several times a week, and each time a list of guests (i.e. individuals living on the streets) is required by the Georgia Department of Community Affairs Homeless Management Information System (HMIS). There are many repeat guests so in collaboration with SafeHouse, a biometric sign in device that could output list of guests (i.e. a meal log) was settled upon as a solution.

A Raspberry Pi 4 + camera was used for development, but future iterations could leverage more powerful hardware like a NVIDIA Jetson Nano.

Special thanks to SafeHouse for their support!

Installation

Instructions assume a default 'pi' user and sources cloned into the home directory:

  • Install Docker:

    curl -sSL https://get.docker.com | sh

    More info is available here.

  • Clone the repo to the home directory with the commands:

    cd /home/pi
    
    git clone https://github.com/blakeflei/biometric_camera_signin.git
    
  • Create default configuration and download pretrained models:

    docker run \
          --rm \
          -v /home/pi/biometric_camera_signin:/home/biom/biometric_camera_signin  \
          -w /home/biom/biometric_camera_signin \
          blakeflei/arm32v7-biometric:20200508 \
          bash biometric_setup.sh
    
  • Start sign in app:

    cd /home/pi/biometric_camera_signin
    
    bash start.sh
    

Building the docker image:

While the dockerfile is available for building in the docker folder, arm32 libraries for python and opencv-4.3.0 aren't available via pip or debian buster repos, so the build process requires compilation and takes several hours.

A docker image is available on docker hub and is recommended for use.

Dependencies

While the python code is platform independent, the docker image presumes arm32 architecture.

References

License

BSD 3-Clause License. Please see LICENSE file.

biometric_camera_signin's People

Contributors

blakeflei avatar

Watchers

James Cloos avatar

Forkers

dherincx92

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.