num_fingers_classifier

Amarjeet Sarma

Amarjeet Sarma

Guwahati, Assam

0 0
  • 0 Collaborators

CNN model to classify the number of fingers in an image. ...learn more

Project status: Concept

Artificial Intelligence

Code Samples [1]

Overview / Usage

It's a simple CNN model made in tensorflow to identify the number of fingers in the input image.

Methodology / Approach

The model in a nutshell :

Conv2d -> ReLu -> Maxpool -> Conv2d -> ReLu -> Maxpool -> Flatten -> Fully connected layer.

Technologies Used

Tensorflow, NumPy

Repository

https://github.com/amarjeet987/num_fingers_classifier

Comments (0)