Currency Detection For Blind People
Currency Detection For Blind People
1 ABSTRACT
1
1.2 OBJECTIVES
2
mobile application.
3
These objectives outline the project's aim to develop a technologically
advanced, user-friendly, and accessible mobile application for the
visually impaired, facilitating their independence and confidence in financial
transactions by enabling them to identify currency notes accurately.
1.3 INTRODUCTION
The "Detection of Currency Notes for Blind People" project aims to develop
a system that assists visually impaired individuals in identifying different
currency notes. By utilizing image processing and machine learning
techniques, the system provides an audible output to inform users about the
denomination of a currency note. The ability to identify currency without
human input is unfavourable for a number of applications. Probably the most
important one is assisting visually impaired people. About 165 persons per
lakh persons were visually disabled. Among them 82 percent were blind and
18 percent had low vision. Recent development of mobile platforms makes
the idea of currency recognition with a smart phone an appealing one. We are
representing an app in which currency is recognized by app and result is sent
through audio devices. One of the main problems resist by people with visual
impaired is the incapacity to identify the paper currencies due to the
approximation of paper texture and size between the different currencies.
Hence, the role of this system is to develop a solution to resolve this trouble
to make blind people feel safety and determination in the financial approach.
There are two types in currency recognition research field;
Scanner-based systems supposed to scan the whole paper. Such systems are
suitable for the equipment of currency counters. While camera based systems
except capturing the currency by a camera which may capture a part of the
4
currency. Most related works in documentation assign with the scanner-based
type [2-5]. For visual disabled usage, it’s assumed to enable users to capture
any part of the currency by their mobile phone and let the system identify it
and notify the currency value. In this paper, camera-based Indian currency is
trained to be identified using very simple image processing equipment’s what
makes the processing time is very short with allowable authority. The present
systems have the skill to tend currency captured limitedly and contrast
lighting situations. Identification of various denominations of currency is not
an easy task for visually impaired people. In India though, There are special
symbols embossed on different denominations, still the task is tedious for
blind people. The lack of identification Devices motivated the need of a
handheld device for segregation of different denominations.
In this project, Features of the images are compared with all the reference
images of the currency, if the difference is less than the threshold then the
numeric part of the Currency is extracted and compared if it matches then the
matched currency denomination is recognized. Indian currency Denomination
like 10,20,50,100, 500, 2000, currency are recognized Development of Real
Time Paper Currency Identification and Audio Output System using open
source.
The second part is the oral output to notify the visually impaired person
about the denomination of the note that he/she is currently having
5
Features:
6
1.4 LITERATURE REVIEW
REFERENCE:
7
• Snehal Saraf, Vrushali Sindhikar, Ankita Sonawane and Shamali Thakare,
“Currency Recognition System for Visually Impaired”, IJARIIE Journal,
2017.
• A report on "DISABLED PERSON" based on data collected in state survey.
• P. Viola and M. J. Jones, “Robust real-time face detection,” In IJCV 57(2),
pp. 137–154, 2004.
• S. Singh, S. Choudhury, K. Vishal and C. V. Jawahar, Currency
Recognition on Mobile Phones, 22nd
• International Conference on Pattern Recognition (ICPR), Sweden, (24
August 2014), pp: 2661-2666, IEEE
REFERENCE WEBSITE:
• www.teacheablemachine.com
• www.jetir.org
• http://ijariie.com
8
1.5 ANALYSIS AND REQUIREMENTS
ANALYSIS:
1.User Needs:
2. Accuracy:
9
The system must accurately identify the denomination of each currency
note to prevent errors in transactions.
False positives and false negatives should be minimized to avoid
confusion.
3. Speed:
4. Adaptability:
5. Portability:
The system should be portable and easily integrated into existing assistive
devices or smartphone applications.
REQUIREMENTS:
2.ACCESSIBLE INTERFACE:
10
Develop an intuitive user interface that can be navigated using touch or
voice commands.
3. REAL-TIME PROCESSING:
4. CROSS-PLATFORM COMPATIBILITY:
11
Extracts features such as color, size, and patterns from the currency
note images.
4. Text-to-Speech Integration:
Converts the recognized denomination into spoken words for the user.
5. User Interface:
Provides a simple and accessible interface for users to interact with the
system. Workflow
Image Capture: The user captures an image of a currency note using
the designated device.
Image Processing: The system processes the captured image to extract
relevant features.
Machine Learning Classification: The features are input into the
machine learning model, which predicts the denomination of the
currency note.
Text-to-Speech Output: The recognized denomination is converted into
speech and communicated to the user.
PROPOSED SYSTEM:
12
Fig -1. Architecture
Image retrieval:
The first stage of any vision system is the image acquisition stage.
After the image has been obtained, various methods of processing can be
13
applied to the image to perform the many different tasks. Performing image
acquisition in image processing is always the first step in the workflow
sequence because, without an image, no processing is possible. There are
various ways to obtain image such as with the help of camera or scanner.
Acquired image should keep all the features.
Pre-processing:
The recognized text codes are recorded in script files. Then we employ
the text to speech converter to load these files and display the audio output of
text information. Blind users can adjust speech rate, volume and language
according to their preferences.
1.7 IMPLEMENTATION
1. HARDWARE:
15
Use a camera-equipped device, such as a smartphone or specialized
device, to capture images of banknotes.
Alternatively, dedicated handheld devices with built-in cameras and
currency detection capabilities can be used.
`2. SOFTWARE:
3. USER INTERFACE:
4. ACCESSIBILITY FEATURES:
16
Ensure that the application or device complies with accessibility
standards, such as providing high contrast options, compatibility with
screen readers, and support for alternative input methods.
17
Here, we capture the image through android mobile which is given as input
image
Implementation Details:
Deployment:
1.9 CONCLUSIONS:
18
In this project, to deal with the common aiming problem for blind users, we
have proposed a mobile application for currency recognition that recognizes
Indian currency to help blind persons in their daily lives. In this project, we get
the output in the form of regional audio. The "Detection of Currency Notes for
Blind People" project aims to empower visually impaired individuals by
providing a reliable and efficient tool for currency identification. The
integration of image processing, machine learning, and text-to-speech
technologies creates a user-friendly and accessible solution for daily use. This
work will be extended as to apply the classification to compare the original or
forgery currency. It is possible to add foreign languages which can be used in
world wide. To develop recognition of currency notes on a low-end mobile
phone for Visually Impaired persons and notify user by voice note in regional
language. In future it can be extended as to recognize foreign currency.
19