Skip to content

Commit

Permalink
Cleaned up readme
Browse files Browse the repository at this point in the history
  • Loading branch information
GiacomoLaw committed Jan 25, 2017
1 parent fab8453 commit 39c1308
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
@@ -1,16 +1,16 @@
# BossSensor
Hide screen when boss is approaching.
Hide your screen when your boss is approaching.

## Demo
Boss stands up. He is approaching.
The boss stands up. He is approaching.

![standup](https://github.com/Hironsan/BossSensor/blob/master/resource_for_readme/standup.jpg)

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

![approaching](https://github.com/Hironsan/BossSensor/blob/master/resource_for_readme/approach.jpg)

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

![editor](https://github.com/Hironsan/BossSensor/blob/master/resource_for_readme/editor.jpg)

Expand All @@ -20,7 +20,7 @@ If image is classified as the Boss, monitor changes.
* Python3.5
* OSX
* Anaconda
* Many boss image and other person image
* Lots of images of your boss and other person image

Put images into [data/boss](https://github.com/Hironsan/BossSensor/tree/master/data/boss) and [data/other](https://github.com/Hironsan/BossSensor/tree/master/data/other).

Expand Down Expand Up @@ -57,4 +57,4 @@ Change Keras backend from Theano to TensorFlow.

## Author

[Hironsan](https://github.com/Hironsan)
[Hironsan](https://github.com/Hironsan)

0 comments on commit 39c1308

Please sign in to comment.