Skip to content

Cj-bc/Face-data-server

Repository files navigation

README.md日本語: JA_README.md

Japanese document is more accurate(as I'm Japanese) so I recommend you to read them first if you can.


A face data server

Build Status

tipmona monya/mona tipkotone

This is piece of Yozakura Project

About

This project aims to make a server that streams face data. face data is series of data which points the position of each face parts

For detail: Cj-bc/FDS-protos

Installation

Make

This will install face-data-server to /usr/local/bin by default. You can change /usr/local by providing PREFIX argument.

$ make install

Manually

All what to do are:

$ git clone https://github.com/Cj-bc/Face-data-server
$ cd Face-dataserver
$ pipenv install

usage

1st one is preferred.

$ ./face-data-server
# or
$ make run
# or
$ pipenv run python main.py

Front end for this server

and more...