num_fingers_classifier
- 0 Collaborators
CNN model to classify the number of fingers in an image. ...learn more
Project status: Concept
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