Skip to content

This repository showcases the use case of image classification on SIGN dataset with 6 classes. The dataset contains signs crated by hands.

Notifications You must be signed in to change notification settings

surbhardwaj/CNN-Application-SIGN-dataset-in-Pytorch-COUNT_HOW_MANY_FINGERS-

Repository files navigation

Convolutional-Neural-Networks-Application-SIGN-dataset-

This repository showcases the use case of image classification on SIGN dataset with 6 classes. The dataset contains hand signs. The model used has CONV2D -> RELU -> MAXPOOL -> CONV2D -> RELU -> MAXPOOL -> FLATTEN -> FULLYCONNECTED layers. Implementation is done in pytorch. The model achieves an accuracy of 99% on train data and 91% on the test data. I had implemented a flask API for this application which takes an image as input and outputs the image prediction.

Below image shows how an image is uploaded through the Postman(client), and the format of response returned by the server.

alt text

About

This repository showcases the use case of image classification on SIGN dataset with 6 classes. The dataset contains signs crated by hands.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published