All Projects → Hironsan → Bosssensor

Hironsan / Bosssensor

Licence: mit
Hide screen when boss is approaching.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Bosssensor

Deepway
This project is an aid to the blind. Till date there has been no technological advancement in the way the blind navigate. So I have used deep learning particularly convolutional neural networks so that they can navigate through the streets.
Stars: ✭ 118 (-98.06%)
Mutual labels:  opencv, cnn
Quickdraw
Implementation of Quickdraw - an online game developed by Google
Stars: ✭ 805 (-86.76%)
Mutual labels:  opencv, cnn
Ai Thermometer
Fever screening with IR & RGB cameras and Deep CNNs
Stars: ✭ 60 (-99.01%)
Mutual labels:  opencv, cnn
Self Driving Car 3d Simulator With Cnn
Implementing a self driving car using a 3D Driving Simulator. CNN will be used for training
Stars: ✭ 143 (-97.65%)
Mutual labels:  opencv, cnn
Handpose
A python program to detect and classify hand pose using deep learning techniques
Stars: ✭ 168 (-97.24%)
Mutual labels:  opencv, cnn
Facial Expression Recognition Using Cnn
Deep facial expressions recognition using Opencv and Tensorflow. Recognizing facial expressions from images or camera stream
Stars: ✭ 261 (-95.71%)
Mutual labels:  opencv, cnn
Raspberrypi Facedetection Mtcnn Caffe With Motion
MTCNN with Motion Detection, on Raspberry Pi with Love
Stars: ✭ 204 (-96.65%)
Mutual labels:  opencv, cnn
Mvision
机器人视觉 移动机器人 VS-SLAM ORB-SLAM2 深度学习目标检测 yolov3 行为检测 opencv PCL 机器学习 无人驾驶
Stars: ✭ 6,140 (+0.97%)
Mutual labels:  opencv, cnn
Text Classification
Implementation of papers for text classification task on DBpedia
Stars: ✭ 682 (-88.78%)
Mutual labels:  cnn
Openlabeling
Label images and video for Computer Vision applications
Stars: ✭ 706 (-88.39%)
Mutual labels:  opencv
Captcha Break
captcha break based on opencv2, tesseract-ocr and some machine learning algorithm.
Stars: ✭ 667 (-89.03%)
Mutual labels:  opencv
Gazetracking
👀 Eye Tracking library easily implementable to your projects
Stars: ✭ 683 (-88.77%)
Mutual labels:  opencv
Torchio
Medical image preprocessing and augmentation toolkit for deep learning
Stars: ✭ 708 (-88.36%)
Mutual labels:  cnn
Prototypical Networks For Few Shot Learning Pytorch
Implementation of Prototypical Networks for Few Shot Learning (https://arxiv.org/abs/1703.05175) in Pytorch
Stars: ✭ 669 (-89%)
Mutual labels:  cnn
Opencvtutorials
OpenCV-Python4.1 中文文档
Stars: ✭ 720 (-88.16%)
Mutual labels:  opencv
Chosuntruck
Euro Truck Simulator 2 autonomous driving solution
Stars: ✭ 706 (-88.39%)
Mutual labels:  opencv
Makeup
让你的“女神”逆袭,代码撸彩妆(画妆)
Stars: ✭ 655 (-89.23%)
Mutual labels:  opencv
Mmcamscanner
Simulation of CamScanner app With Custom Camera and Crop Rect Validation
Stars: ✭ 728 (-88.03%)
Mutual labels:  opencv
Raftlib
The RaftLib C++ library, streaming/dataflow concurrency via C++ iostream-like operators
Stars: ✭ 717 (-88.21%)
Mutual labels:  opencv
Head Pose Estimation
Head pose estimation by TensorFlow and OpenCV
Stars: ✭ 698 (-88.52%)
Mutual labels:  opencv

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].