Skip to content

hiromaily/go-human-detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-human-detection

human detection by Open CV3.

About this project

This depends on GoCV, Github
After face detected, Google Home would speak something.

Install

Read GoCV Github.

If you'd like to work with Google Home, the below Environment Variable can be used.

export GOOGLE_HOME=https://xxx.ngrok.io/google-home-notifier

Features

For now, face detection can send message to Google Home device to speak.

Face Detection

$ go-cv -mode 1 -gh 'https://xxx.ngrok.io/google-home-notifier'

Motion Detection

$ go-cv -mode 2

Streaming from web camera on the web.

$ go-cv -mode 3 -port 8080
# It would be helpful to cooperate with ngrok
$ ngrok http 8080 
  ==> http://xxx.ngrok.io

About

human detection by Open CV3

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published