bricksdont / sign-language-processing.github.io

Documentation and background of sign language processing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sign Language Processing

The goal of this project is to contain and organize the sign language processing literature, datasets, and tasks.

This project is hosted in: sign-language-processing.github.io

Contributions are welcomed!

Building

The hosted github page is automatically built on push to master.

To build the page locally, run make.

Make sure you have pandoc installed.

Development

To continuously build the page locally, listening to changes, run:

watch make

(or in bash, run while true; do make; sleep 2; done) And view the result by

npm i -g http-server
http-server dst

About

Documentation and background of sign language processing


Languages

Language:TeX 81.4%Language:Lua 6.8%Language:HTML 4.3%Language:JavaScript 3.0%Language:Makefile 1.9%Language:CSS 1.2%Language:Python 1.0%Language:Shell 0.4%