Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pyk/hsr

Hand signals recognition using Convolutional Neural Network implemented in TensorFlow
https://github.com/pyk/hsr

Last synced: about 2 months ago
JSON representation

Hand signals recognition using Convolutional Neural Network implemented in TensorFlow

Awesome Lists containing this project

README

        

# HSR

This repository contains code that I use to build a machine learning model for hand signals
recognition system.

![Eval example](hsr-eval.png)

The training data is not included. You can create your own training data
using webcam via Chrome. I use the following
[HTML & JS script](https://gist.github.com/pyk/48b92225d1e3c5a732d1fda7c7b79ce5)
to collect the training data.

## Running

python train.py training-data/

It expect all images inside `training-data` directory are named using this
format: `label_id-*` where `label_id` is natural number and `0 < label_id`.