Currency Recognition System Using Image
Currency Recognition System Using Image
Abstract— In this paper, we invented a system for top of Tensor Flow that makes it easy to construct, train and
currency identification using a technique called image deploy object detection models.
processing. The suggested approach can be used for
identifying the nation (country) or origin and the cost or II. BACKGROUND MOTIVATION
the denomination of a given note as well. We have taken As there are more than 150 different currencies available
simplest paper currencies into consideration. This system around the world so for the currency recognition the demand
works by first pointing the nation of origin using assured of an automated system has been exponentially growing. The
existing region of interest, and then extricating the cost need for constructing a system for processing notes with
value using attributes like color, text, or size of the negligible human interference for various different uses had
currency, based on how much the notes in the same nation significance for the development of system which helps in
varies. We have examined some of the most popular detecting or identifying the paper notes. However this work
currencies, along with their cost value or denominations. becomes very critical due to the differing characteristics in
Our system is able to accurately and expeditiously classify each notes and the security measures involved in different
sample notes. currencies. Various methods were suggested like pattern
matching to construct a system that uses a method for the
Keywords— Machine Learning, Currency detection, recognition and identification of currencies. Not even a single
Feature extraction, Neural Network. technique has been proven to be sufficient enough for genuine
improvement therefor making the issue an interesting area of
I. INTRODUCTION research. In the early 90’s proposal of an approach was made
As per the survey conducted, there exist more than 150 to identify the paper currency using image processing
different currencies in the world presently. These currencies technique. It has been supposed that the notes taken were in
varies substantially in characteristics such as color, size and good condition and the images are obtained as needed. It's
shape. Unlike the ancient times, the business and exchange critical to make reference that the system suggested need the
among various nations has expanded in all varieties of levels. input images which are taken in a predefined dimensions. The
The need for acquiring knowledge about approximately all of methodology discussed performs pre-processing steps in a
the currencies by means of the banks has been extraordinarily sequence on input pictures and several features are then
critical. However for any human being it is almost impossible selected as hue, saturation and value criterion so that
to recognize or memorize all the types of currencies regulating calculation of Euclidean distance using these parameters can
throughout the world. Thus it becomes necessity to have an be performed and this will be matched with the predefined
efficient automatic system that helps in recognizing paper parameters, set as standards. Though an algorithm was
currency which is pivotal for the future. In this paper, we proposed in this system for the multiple currencies, but as the
suggest an automated system for currency recognition using various notes across nations have similar features so this
Image processing techniques. Our system works for the method is not an effective method to identify all the
currencies used most commonly. It use the sample image currencies.
dataset to implement object recognition. We implement a III. PROPOSED MODEL
model using tensor flow in python with a sample dataset of
various classes to retrieve various elements in labelled images. Our proposed system needs to be taught how an object or
The advancement we have found is the precision of finding currency looks like in order to teach it to recognize that
the objects in images. It present Convolution neural networks currency or object. We must teach the system how an rs10,
for object recognition and classification in this paper. In rs20, rs100 etc. notes looks like before it can identify it. The
conviction with other software, tools and APIs such as Tensor precision of the system can be extended with the increase in
Flow Object Detection API, is an open source schema built on number of labeled pictures the system takes to train the
classifier. This type of learning is known as Supervised
Learning.
539
International Journal of Engineering Applied Sciences and Technology, 2020
Vol. 5, Issue 1, ISSN No. 2455-2143, Pages 539-542
Published Online May 2020 in IJEAST (http://www.ijeast.com)
A. Model Generation:-
a. Dataset:-
The dataset include 7 classes which do not overlap with
200 images in every class. The images are perfectly
labelled and are without any noise.
540
International Journal of Engineering Applied Sciences and Technology, 2020
Vol. 5, Issue 1, ISSN No. 2455-2143, Pages 539-542
Published Online May 2020 in IJEAST (http://www.ijeast.com)
541
International Journal of Engineering Applied Sciences and Technology, 2020
Vol. 5, Issue 1, ISSN No. 2455-2143, Pages 539-542
Published Online May 2020 in IJEAST (http://www.ijeast.com)
542