Giter Site home page Giter Site logo

unknowngenie / contactless-thermometer-with-facial-recognition Goto Github PK

View Code? Open in Web Editor NEW
3.0 1.0 0.0 679 KB

RaspberryPi based system utilizing Azure Face API for facial recognition and contact less temperature sensor to determine temperature

Python 100.00%
facial-recognition azure-face-api python raspberry-pi-3

contactless-thermometer-with-facial-recognition's Introduction

contactless-thermometer-with-facial-recognition

This project uses Azure Face API to perform facial recognition.

RaspberryPi is used to process and generate API calls.

Temperature sensor is used to determine temeprature.

A web interface is provided to interact with RaspberryPi.

Usage

  1. git clone https://github.com/UnknownGenie/contactless-thermometer-with-facial-recognition
  2. cd contactless-thermometer-with-facial-recognition
  3. Now look at train_data. Place your training data, the images for each person in respective folder. Note directory name will be considered as person name. Person Group is a container of multpile people, MAX of 1000 people can be used in single person group. Again Person Group directory name will be considered as person group name. Look for further details at: https://github.com/UnknownGenie/contactless-thermometer-with-facial-recognition/blob/master/train_data/README.md
  4. Follow the same process for testing data (if any). Person Group directory's folder name must correspond to those in train_data. Place images of persons to be identfied under the respective person group directory. Look for further details: https://github.com/UnknownGenie/contactless-thermometer-with-facial-recognition/blob/master/test_data/README.md
  5. pip install -r requirements.txt
  6. python main.py

Workflow

Program will initialize a database at first run. Train and Test all given images under train_data and test_data directories. It executes two watchdogs (callbacks to look for new file creation) on both test and train directories. In case of any new file, respetive function will be executed. User can look at logs generated on terminal.

Note

Tested on Anaconda with Windows 10, report for any errors on other platforms.

contactless-thermometer-with-facial-recognition's People

Contributors

unknowngenie avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

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.