Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/easonlai/tensorflow_hand_gesture_recognition

Hand Gesture Recognition with Tensorflow
https://github.com/easonlai/tensorflow_hand_gesture_recognition

cnn cnn-classification cnn-keras cnn-model flask flask-api flask-restful flask-web gesture-recognition hand-gesture-recognition keras keras-tensorflow tensorflow tensorflow2

Last synced: 29 days ago
JSON representation

Hand Gesture Recognition with Tensorflow

Awesome Lists containing this project

README

        

# Hand Gesture Recognition with Tensorflow

* model_train/tensorflow_hand_gesture_recognition.ipynb <-- Model training for simple CNN model with 2 hand gestures.
* model_train/tensorflow_hand_gesture_recognition_resnet50.ipynb <-- Model training for Resnet50 CNN model with 2 hand gestures.
* model_train/tensorflow_hand_gesture_recognition_2.ipynb <-- Model training for simple CNN model with 4 hand gestures.
* model_serve/score.py <-- Score image file and save result into json under score_result folder.
* model_server/score_result_api.py <-- Serve model result via Resful API.
* model_server/score_result_web.py <-- Serve model result via simple website.