toku345 / myclips

Simple face detection camera on Vision Kit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

myclips

Build Status Maintainability Test Coverage

Requirement

# in Vision Kit(RaspberryPi)
$ sudo apt-get install -y gpac

Installation

Usage

https://slack.com/apps/A0F7YS25R-bots

$ cd /path/to/myclips
$ env SLACK_TOKEN=xxxxx SLACK_CHANNEL_ID=xxxxx python3 main.py

Development

Requirement

  • Python 3.5.3
  • gpac
# in macOS
$ brew install gpac

Run test

$ cd /path/to/myclips
$ pip install -r requirements.txt
$ pytest

About

Simple face detection camera on Vision Kit

License:Apache License 2.0


Languages

Language:Python 100.0%