Skip to content

fylingcta/BossSensor

This branch is up to date with Hironsan/BossSensor:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d06d7ee · Oct 31, 2018

History

61 Commits
Sep 20, 2016
Sep 21, 2016
Sep 13, 2016
Jul 4, 2016
Jul 4, 2016
Jan 25, 2017
Sep 14, 2016
Jan 13, 2017
Sep 21, 2016
Sep 14, 2016
Oct 31, 2018
Sep 13, 2016

Repository files navigation

BossSensor

Hide your screen when your boss is approaching.

Demo

The boss stands up. He is approaching.

standup

When he is approaching, the program fetches face images and classifies the image.

approaching

If the image is classified as the Boss, it will monitor changes.

editor

Requirements

  • WebCamera
  • Python3.5
  • OSX
  • Anaconda
  • Lots of images of your boss and other person image

Put images into data/boss and data/other.

Usage

First, Train boss image.

$ python boss_train.py

Second, start BossSensor.

$ python camera_reader.py

Install

Install OpenCV, PyQt4, Anaconda.

conda create -n venv python=3.5
source activate venv
conda install -c https://conda.anaconda.org/menpo opencv3
conda install -c conda-forge tensorflow
pip install -r requirements.txt

Change Keras backend from Theano to TensorFlow.

Licence

MIT

Author

Hironsan

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%