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.
This is piece of Yozakura Project
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
This will install face-data-server
to /usr/local/bin
by default.
You can change /usr/local
by providing PREFIX
argument.
$ make install
All what to do are:
$ git clone https://github.com/Cj-bc/Face-data-server
$ cd Face-dataserver
$ pipenv install
1st one is preferred.
$ ./face-data-server
# or
$ make run
# or
$ pipenv run python main.py
- Cj-bc/faclig -- front end for ASCII Art model
and more...