Skip to content

determining currency denomination and detecting where its counterfeit or not using ML

Notifications You must be signed in to change notification settings

theDefiBat/Note-Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Note-Detection

determining currency denomination and detecting where its counterfeit or not using ML

To Run

cd app python main.py

Problem Statement

To identify the denomination of a note using Machine Learning based on an image. To design the present currency template in ATM’s it requires 6-9 months. This is an attempt is to use Machine Learning(ML) to reduce this time.

Introduction\Proposed solution

CNNs are known to work better with Images as it works on a window(group of pixels) Used LeNET architecture which uses CNN and is simple to train on a CPU. This model will classify the image given into one of the class. MLP(Multi-layer Perceptron) converts input into 1-D array, which causes loss of spatial correlation between the pixels counterfeit detection using auto-encoder technique

results

About

determining currency denomination and detecting where its counterfeit or not using ML

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published