Bosssensor

Hide screen when boss is approaching.
Alternatives To Bosssensor
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Tensorflow177,8503277718 hours ago46October 23, 20192,047apache-2.0C++
An Open Source Machine Learning Framework for Everyone
Transformers112,568641,86914 hours ago114July 18, 2023850apache-2.0Python
🤗 Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.
Pytorch71,1963,3416,72814 hours ago37May 08, 202312,812otherPython
Tensors and Dynamic neural networks in Python with strong GPU acceleration
Cs Video Courses60,304
3 days ago2
List of Computer Science courses with video lectures.
Keras59,45157818 hours ago80June 27, 202397apache-2.0Python
Deep Learning for humans
D2l Zh48,2731114 days ago47December 15, 202248apache-2.0Python
《动手学深度学习》:面向中文读者、能运行、可讨论。中英文版被70多个国家的500多所大学用于教学。
Faceswap47,156
16 hours ago23gpl-3.0Python
Deepfakes Software For All
Tensorflow Examples42,312
a year ago218otherJupyter Notebook
TensorFlow Tutorial and Examples for Beginners (support TF v1 & v2)
Deepfacelab42,238
a month ago536gpl-3.0Python
DeepFaceLab is the leading software for creating deepfakes.
Yolov541,921
a day ago8September 21, 2021224agpl-3.0Python
YOLOv5 🚀 in PyTorch > ONNX > CoreML > TFLite
Alternatives To Bosssensor
Select To Compare


Alternative Project Comparisons
Readme

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

Popular Machine Learning Projects
Popular Deep Learning Projects
Popular Machine Learning Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Python
Machine Learning
Deep Learning
Opencv
Cnn
Computer Vision
Anaconda
Pyqt4