SlideShare a Scribd company logo
1 of 3
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 603
PORTABLE BIOMETRIC E-VOTING SYSTEM
S.R Preethi1, Adithya M P N2, Antony Rosario J2, Balaji H2
1Asst.Professor & Dept. of Electronics & Communication Engineering, Valliammai Engineering College,
Tami Nadu, India
2Engineering Student, Dept. of Electronics & Communication Engineering, Valliammai Engineering College,
Tamil Nadu, India
---------------------------------------------------------------------***----------------------------------------------------------------------
Abstract - In a democratic country voting is one of the
fundamental rights of every citizen. People can elect their
most suitable leader who will lead them byutilizingtheright
of the vote. In this digital world where technology is being
used in every sectors, the same should be used in election
system also. In the democraticcountry,croresofrupeeshave
been spent on this to make sure that the elections are riot
free. But, now a day is has become common for some forces
to indulge in rigging which may eventually lead to result
contrary to the actual verdict given bythepeople.Thispaper
aims to present a new voting system employing biometrics
in order to avoid rigging and to enhance the accuracy and
speed of the process. The system uses thumb impression for
voter identification as we know that the thumb impression
of every human being has a unique pattern. As per poll
procedure a database consisting of thumb impression of all
the eligible voters in a constituency is created. During
election the thumb impression of voterisenteredasaninput
to the system. This is then compare withtheavailablerecord
in the database. If the particular pattern matches with
anyone in the available record, access to cast the vote is
granted. But in case the pattern doesn’t matchwithrecord of
database or in case of repetition, access to cast the vote is
denied. Also the police station nearby to the election poll
booth is informed about the identity of the imposter.
Key Words: Voting, Raspberry pi, Fingerprint sensor,
Android application, LCD display.
1. INTRODUCTION
The voting rights act of 1965, the signed into the law by the
president Lyndon B. Johnson, aimed to overcome legal
barriers at the state and the local level that prevented
African-American from exercising their rights to vote as
guaranteed under the 15th amendment to the U.S.
constitution the voting rights act is considered one of the
most for searching prices of civil right legislation in US
history.
The Indian constitution has granted the right to vote to all
Indian citizens of sound mind above the age of 18,
irrespective of an individual’s caste, religion, social or
economic states. This right is universally granted to all the
Indians with a few exceptions.
Idea is based on online voting system. This voting system
will have linked to Aadhar card.
1.1 OVERVIEW OF COMPONENTS
1.2 VOTING PROCESS
Fingerprint Scanner scans thethumbImpression.Itcaptures
a digital image or Live Scan
The Live Scan is digitally processed to create a biometric
template. The Template contains a collection of extracted
features (Ex: Minutiae)
The data which is processed (Template) is transferred to
Cloud for searching process. The Template is transferred to
the cloud is compared with that of database. Within the
database, template is usually matched to a Aadhar number
which is then matched to a person's name. Once the
fingerprint is matched the machineallows theusertovoteby
showing the parties. The user selects the party and votes
their desired candidate. The vote count is increased in the
cloud and finally shows the total count by summing the no of
votes.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 604
2. PROPOSED SYSTEM
2.1 BLOCK DIAGRAM
2.2 CLOUD METHOD
The cloud using here is the firebase database which is one of
the product of google. In the cloud each individual is
represented as nodes and the parties are parent of the
nodes. The user who votes is counted as nodes in the cloud
and math algorithm which is used to sum the no of nodes to
give the final results.
2.3 PROCEDURE
The main aim in designing this product is to provide the
concept of the personal identity for each individual. This is
extended to a special case of electronic voting machine
concept. As a pre-poll procedure the finger prints of all the
voters are collected and stored in a database initially at time
of distributing voting cards. At the time of voting, the option
of the voter is taken along with the finger print. The finger
print taken by the scanner is sent to the DSP chip through an
in-built A/D converter. The processedimageistransferredto
Cloud with biasing of SDRAM. The option entered by the
voter is transferred to chip through DEMUX and is stored in
the memory. If the transferred image is matched with any of
the records in the data base, then the interruptisgivenbythe
HARD DISK to DSP chip. Then the option is considered in the
count. After the acquisition ofthe count this is transmittedto
the HOST computer or central server using telephone lines.
As the count of each party is transmitted to the HOSTfromall
the VOTINGMACHINESpresentintheconstituency,theHOST
will add parallel count of particular party andmakesthefinal
count of each party in ascending order. The final count is
transferred to the main HOST (headquarters) using Internet.
3. COMPONENTS DESCRIPTION:
3.1 RASPBERRY PI
The Raspberry Pi is a series of small single-boardcomputers
and has a Broadcom system on a chip (SoC) with an
integrated ARM- compatible central processing unit (CPU)
and on-chip graphics processingunit(GPU).Thehardwareis
equipped with sets of digital and analog input/output (I/O)
pins that may be interfaced to various expansion board and
other circuits. The board has processing speed of CPU
running at 900 MHz with 1 GB RAM and it has 4 X USB 2
ports and 1 Ethernet Lan Port. It can be powered by a USB
cable or by an external 9 volt battery.
3.2 LCD DISPLAY
A liquid-crystal display (LCD) is a flat-panel display or
other electronically modulated optical device that uses the
light-modulating propertiesof liquidcrystals.Liquidcrystals
do not emit light directly, instead using
a backlight or reflector to produce images in color
or monochrome. LCDs are available to display arbitrary
images (as in a general-purpose computer display) or fixed
images with low information content,whichcanbedisplayed
or hidden, such as preset words, digits, and seven-segment
displays, as in a digital clock. LCD display contains 16 pins
interfaced to raspberry pi which displays the voting process.
3.3 FINGERPRINT SENSOR
The Fingerprint scanner module used for this project is
R307. The device is able to capture fingerprint, save it,
manipulate it, match fingerprint with the cloud database. It
has on board 32-bit CPU which accepts code [6]. It is
interfaced with Rapsberry pi. The module has 5 external
wires, two of them which communicate with the Raspberry
Pi. Other two wires are biasing voltage and ground. The
finger print scanner module’s receiving pin can handle 3.3
and 5 volts.
4. CIRCUIT DIAGRAM
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 605
5.FLOWCHART
7. ADVANTAGES
 Increased Security – Provide a convenient and low-
cost additional tier of security
 Reduce fraud by employing hard-to-forge
technologies and materials
 Eliminate problems caused by lost IDs or forgotten
Passwords by using physiological attributes
 Prevent unauthorized use of lost, stolen or
"borrowed" ID cards
 Greater Accuracy, Faster Tabulation of Result
 Make it possible, automatically, to know WHO did
WHAT, WHERE and WHEN!
8. APPLICATIONS:
This method is used in many Authentication systems as,
 Voting System
 Biometric Security Systems
 Attendance System
 Locker System
9. CASE STUDIES
The Heritage Foundation is releasing a new edition of
its Voter Fraud Database. Featuring well over100newcases,
the database documents 1,071 instances of voter fraud
spanning 47 states, including 938 criminal convictions.
10. CONCLUSIONS
Advent of this system would enable hosting of fair elections
in India. Will preclude illegal practices like rigging. The
citizens can be sure that they alone can choose their leaders,
thus exercising their right in the democracy. Biometric
approaches should be extremely carefully deployed
11. REFERENCES
[1] Kanchan Avhad1, Kalyani Avhad2, Gayatri Bhosale3,
Kamini Kamale4 IRJET Volume: 05 Issue: 01 | Jan-2018
[2] Madhuri B_, Adarsha M Gy, Pradhyumna K Rz, Prajwal B
“Toward European StandardsonElectronic Voting”,The
Council of Europe [accessed 23 March 2017].
[3] Rahil Rezwan, Huzaifa Ahmed, M. R. N. Biplob, S. M.
Shuvo, Md. Abdur 2017 IEEE Region 10 Humanitarian
Technology Journals (R10-HTC)
[4] “Fingerprint_ScannerTTL”
[Online]Available:https://github.com/sparkfun/Fingerp
rint_Scanner-TTL [accessed 10 August 2017]
S.R Preethi, Project Guide
ADITHYA M.P.N, Mobile App
developer
ANTONY ROSARIO J, Hardware
Implementation
BALAJI H, Coding and Paper work
AUTHORS

More Related Content

What's hot

Estonian E-Voting
Estonian E-VotingEstonian E-Voting
Estonian E-Votingashevch
 
Efficacious electronic voting using biometry
Efficacious electronic voting using biometryEfficacious electronic voting using biometry
Efficacious electronic voting using biometryIAEME Publication
 
A MULTIPLE BALLOTS ELECTION SCHEME USING ANONYMOUS DISTRIBUTION
A MULTIPLE BALLOTS ELECTION SCHEME USING ANONYMOUS DISTRIBUTIONA MULTIPLE BALLOTS ELECTION SCHEME USING ANONYMOUS DISTRIBUTION
A MULTIPLE BALLOTS ELECTION SCHEME USING ANONYMOUS DISTRIBUTIONIJNSA Journal
 
Fingerprint voting system
Fingerprint voting systemFingerprint voting system
Fingerprint voting systemjannatul haque
 
IRJET - Hostile to Rigging Voting System using Finger Print
IRJET - Hostile to Rigging Voting System using Finger PrintIRJET - Hostile to Rigging Voting System using Finger Print
IRJET - Hostile to Rigging Voting System using Finger PrintIRJET Journal
 
Computerised voting system
Computerised voting systemComputerised voting system
Computerised voting systemSushrut Bhosale
 
E voting system using mobile sms
E voting system using mobile smsE voting system using mobile sms
E voting system using mobile smseSAT Journals
 
Biometric System Based Electronic Voting Machine Using Arm9 Microcontroller
Biometric System Based Electronic Voting Machine Using Arm9 MicrocontrollerBiometric System Based Electronic Voting Machine Using Arm9 Microcontroller
Biometric System Based Electronic Voting Machine Using Arm9 MicrocontrollerIOSR Journals
 
IRJET- RFID Based Smart Voting System
IRJET- RFID Based Smart Voting SystemIRJET- RFID Based Smart Voting System
IRJET- RFID Based Smart Voting SystemIRJET Journal
 
IRJET- Advanced Technology in Secured Online Voting System
IRJET- Advanced Technology in Secured Online Voting SystemIRJET- Advanced Technology in Secured Online Voting System
IRJET- Advanced Technology in Secured Online Voting SystemIRJET Journal
 
IRJET- Effctive In-House Voting and Implementation using Block-Chain Veri...
IRJET-  	  Effctive In-House Voting and Implementation using Block-Chain Veri...IRJET-  	  Effctive In-House Voting and Implementation using Block-Chain Veri...
IRJET- Effctive In-House Voting and Implementation using Block-Chain Veri...IRJET Journal
 
IRJET - IoT based EVM
IRJET - IoT based EVMIRJET - IoT based EVM
IRJET - IoT based EVMIRJET Journal
 
A CONCEPTUAL SECURE BLOCKCHAIN- BASED ELECTRONIC VOTING SYSTEM
A CONCEPTUAL SECURE BLOCKCHAIN- BASED ELECTRONIC VOTING SYSTEMA CONCEPTUAL SECURE BLOCKCHAIN- BASED ELECTRONIC VOTING SYSTEM
A CONCEPTUAL SECURE BLOCKCHAIN- BASED ELECTRONIC VOTING SYSTEMIJNSA Journal
 
Safe, Clean and Unbiased Elections with Encrypted QR Code Voter Cards
Safe, Clean and Unbiased Elections with Encrypted QR Code Voter CardsSafe, Clean and Unbiased Elections with Encrypted QR Code Voter Cards
Safe, Clean and Unbiased Elections with Encrypted QR Code Voter Cardsijcisjournal
 
ADVANCED E-VOTING APPLICATION USING ANDROID PLATFORM
ADVANCED E-VOTING APPLICATION USING ANDROID PLATFORMADVANCED E-VOTING APPLICATION USING ANDROID PLATFORM
ADVANCED E-VOTING APPLICATION USING ANDROID PLATFORMijcax
 

What's hot (18)

Estonian E-Voting
Estonian E-VotingEstonian E-Voting
Estonian E-Voting
 
Efficacious electronic voting using biometry
Efficacious electronic voting using biometryEfficacious electronic voting using biometry
Efficacious electronic voting using biometry
 
A MULTIPLE BALLOTS ELECTION SCHEME USING ANONYMOUS DISTRIBUTION
A MULTIPLE BALLOTS ELECTION SCHEME USING ANONYMOUS DISTRIBUTIONA MULTIPLE BALLOTS ELECTION SCHEME USING ANONYMOUS DISTRIBUTION
A MULTIPLE BALLOTS ELECTION SCHEME USING ANONYMOUS DISTRIBUTION
 
Fingerprint voting system
Fingerprint voting systemFingerprint voting system
Fingerprint voting system
 
E voting app
E voting appE voting app
E voting app
 
IRJET - Hostile to Rigging Voting System using Finger Print
IRJET - Hostile to Rigging Voting System using Finger PrintIRJET - Hostile to Rigging Voting System using Finger Print
IRJET - Hostile to Rigging Voting System using Finger Print
 
Computerised voting system
Computerised voting systemComputerised voting system
Computerised voting system
 
E voting system using mobile sms
E voting system using mobile smsE voting system using mobile sms
E voting system using mobile sms
 
Biometric System Based Electronic Voting Machine Using Arm9 Microcontroller
Biometric System Based Electronic Voting Machine Using Arm9 MicrocontrollerBiometric System Based Electronic Voting Machine Using Arm9 Microcontroller
Biometric System Based Electronic Voting Machine Using Arm9 Microcontroller
 
IRJET- RFID Based Smart Voting System
IRJET- RFID Based Smart Voting SystemIRJET- RFID Based Smart Voting System
IRJET- RFID Based Smart Voting System
 
Aadhar Based Electronic Voting Machine
Aadhar Based Electronic Voting MachineAadhar Based Electronic Voting Machine
Aadhar Based Electronic Voting Machine
 
M voting
M votingM voting
M voting
 
IRJET- Advanced Technology in Secured Online Voting System
IRJET- Advanced Technology in Secured Online Voting SystemIRJET- Advanced Technology in Secured Online Voting System
IRJET- Advanced Technology in Secured Online Voting System
 
IRJET- Effctive In-House Voting and Implementation using Block-Chain Veri...
IRJET-  	  Effctive In-House Voting and Implementation using Block-Chain Veri...IRJET-  	  Effctive In-House Voting and Implementation using Block-Chain Veri...
IRJET- Effctive In-House Voting and Implementation using Block-Chain Veri...
 
IRJET - IoT based EVM
IRJET - IoT based EVMIRJET - IoT based EVM
IRJET - IoT based EVM
 
A CONCEPTUAL SECURE BLOCKCHAIN- BASED ELECTRONIC VOTING SYSTEM
A CONCEPTUAL SECURE BLOCKCHAIN- BASED ELECTRONIC VOTING SYSTEMA CONCEPTUAL SECURE BLOCKCHAIN- BASED ELECTRONIC VOTING SYSTEM
A CONCEPTUAL SECURE BLOCKCHAIN- BASED ELECTRONIC VOTING SYSTEM
 
Safe, Clean and Unbiased Elections with Encrypted QR Code Voter Cards
Safe, Clean and Unbiased Elections with Encrypted QR Code Voter CardsSafe, Clean and Unbiased Elections with Encrypted QR Code Voter Cards
Safe, Clean and Unbiased Elections with Encrypted QR Code Voter Cards
 
ADVANCED E-VOTING APPLICATION USING ANDROID PLATFORM
ADVANCED E-VOTING APPLICATION USING ANDROID PLATFORMADVANCED E-VOTING APPLICATION USING ANDROID PLATFORM
ADVANCED E-VOTING APPLICATION USING ANDROID PLATFORM
 

Similar to IRJET- Portable Biometric E-Voting System

REVIEW OF NFC BASED VOTING SYSTEM
REVIEW OF NFC BASED VOTING SYSTEMREVIEW OF NFC BASED VOTING SYSTEM
REVIEW OF NFC BASED VOTING SYSTEMIRJET Journal
 
IRJET- IoT based Smart Voting System
IRJET- IoT based Smart Voting SystemIRJET- IoT based Smart Voting System
IRJET- IoT based Smart Voting SystemIRJET Journal
 
IRJET - Decentralized E-Voting System using Blockchain
IRJET - Decentralized E-Voting System using BlockchainIRJET - Decentralized E-Voting System using Blockchain
IRJET - Decentralized E-Voting System using BlockchainIRJET Journal
 
Online Voting System Using Fingerprint sensor and Blockchain
Online Voting System Using Fingerprint sensor and BlockchainOnline Voting System Using Fingerprint sensor and Blockchain
Online Voting System Using Fingerprint sensor and BlockchainIRJET Journal
 
Online Voting System
Online Voting SystemOnline Voting System
Online Voting SystemIRJET Journal
 
Design of biometric electronic voting machine
Design of biometric electronic voting machineDesign of biometric electronic voting machine
Design of biometric electronic voting machineIJARIIT
 
IRJET - Real Time Face Recognition in Electronic Voting System using RFID and...
IRJET - Real Time Face Recognition in Electronic Voting System using RFID and...IRJET - Real Time Face Recognition in Electronic Voting System using RFID and...
IRJET - Real Time Face Recognition in Electronic Voting System using RFID and...IRJET Journal
 
IRJET- Securing Voting System using Blockchain and Fingerprint Verification
IRJET- Securing Voting System using Blockchain and Fingerprint VerificationIRJET- Securing Voting System using Blockchain and Fingerprint Verification
IRJET- Securing Voting System using Blockchain and Fingerprint VerificationIRJET Journal
 
IRJET- Smart Voting System
IRJET- Smart Voting SystemIRJET- Smart Voting System
IRJET- Smart Voting SystemIRJET Journal
 
ONLINE FINGERPRINT VOTING SYSTEM
ONLINE FINGERPRINT VOTING SYSTEMONLINE FINGERPRINT VOTING SYSTEM
ONLINE FINGERPRINT VOTING SYSTEMIRJET Journal
 
IRJET - Smart E-Voting System with Fingerprint Authentication using Arduino
IRJET - Smart E-Voting System with Fingerprint Authentication using ArduinoIRJET - Smart E-Voting System with Fingerprint Authentication using Arduino
IRJET - Smart E-Voting System with Fingerprint Authentication using ArduinoIRJET Journal
 
IRJET- Safe and Secure Smart Electronic Voting Machine using Biometric
IRJET- Safe and Secure Smart Electronic Voting Machine using BiometricIRJET- Safe and Secure Smart Electronic Voting Machine using Biometric
IRJET- Safe and Secure Smart Electronic Voting Machine using BiometricIRJET Journal
 
An effecient spam detection technique for io t devices using machine learning
An effecient spam detection technique for io t devices using machine learningAn effecient spam detection technique for io t devices using machine learning
An effecient spam detection technique for io t devices using machine learningVenkat Projects
 
IRJET - Effective Authentication of Medical IoT Devices using Authentication ...
IRJET - Effective Authentication of Medical IoT Devices using Authentication ...IRJET - Effective Authentication of Medical IoT Devices using Authentication ...
IRJET - Effective Authentication of Medical IoT Devices using Authentication ...IRJET Journal
 
IRJET - Block Chain Enabled E-Voting System
IRJET -  	  Block Chain Enabled E-Voting SystemIRJET -  	  Block Chain Enabled E-Voting System
IRJET - Block Chain Enabled E-Voting SystemIRJET Journal
 
ADVANCED E-VOTING APPLICATION USING ANDROID PLATFORM
ADVANCED E-VOTING APPLICATION USING ANDROID PLATFORMADVANCED E-VOTING APPLICATION USING ANDROID PLATFORM
ADVANCED E-VOTING APPLICATION USING ANDROID PLATFORMijcax
 
ADVANCED E-VOTING APPLICATION USING ANDROID PLATFORM
ADVANCED E-VOTING APPLICATION USING ANDROID PLATFORMADVANCED E-VOTING APPLICATION USING ANDROID PLATFORM
ADVANCED E-VOTING APPLICATION USING ANDROID PLATFORMijcax
 
ADVANCED E-VOTING APPLICATION USING ANDROID PLATFORM
ADVANCED E-VOTING APPLICATION USING ANDROID PLATFORMADVANCED E-VOTING APPLICATION USING ANDROID PLATFORM
ADVANCED E-VOTING APPLICATION USING ANDROID PLATFORMijcax
 
ADVANCED E-VOTING APPLICATION USING ANDROID PLATFORM
ADVANCED E-VOTING APPLICATION USING ANDROID PLATFORMADVANCED E-VOTING APPLICATION USING ANDROID PLATFORM
ADVANCED E-VOTING APPLICATION USING ANDROID PLATFORMijcax
 

Similar to IRJET- Portable Biometric E-Voting System (20)

REVIEW OF NFC BASED VOTING SYSTEM
REVIEW OF NFC BASED VOTING SYSTEMREVIEW OF NFC BASED VOTING SYSTEM
REVIEW OF NFC BASED VOTING SYSTEM
 
IRJET- IoT based Smart Voting System
IRJET- IoT based Smart Voting SystemIRJET- IoT based Smart Voting System
IRJET- IoT based Smart Voting System
 
IRJET - Decentralized E-Voting System using Blockchain
IRJET - Decentralized E-Voting System using BlockchainIRJET - Decentralized E-Voting System using Blockchain
IRJET - Decentralized E-Voting System using Blockchain
 
finger print sensor
finger print sensor finger print sensor
finger print sensor
 
Online Voting System Using Fingerprint sensor and Blockchain
Online Voting System Using Fingerprint sensor and BlockchainOnline Voting System Using Fingerprint sensor and Blockchain
Online Voting System Using Fingerprint sensor and Blockchain
 
Online Voting System
Online Voting SystemOnline Voting System
Online Voting System
 
Design of biometric electronic voting machine
Design of biometric electronic voting machineDesign of biometric electronic voting machine
Design of biometric electronic voting machine
 
IRJET - Real Time Face Recognition in Electronic Voting System using RFID and...
IRJET - Real Time Face Recognition in Electronic Voting System using RFID and...IRJET - Real Time Face Recognition in Electronic Voting System using RFID and...
IRJET - Real Time Face Recognition in Electronic Voting System using RFID and...
 
IRJET- Securing Voting System using Blockchain and Fingerprint Verification
IRJET- Securing Voting System using Blockchain and Fingerprint VerificationIRJET- Securing Voting System using Blockchain and Fingerprint Verification
IRJET- Securing Voting System using Blockchain and Fingerprint Verification
 
IRJET- Smart Voting System
IRJET- Smart Voting SystemIRJET- Smart Voting System
IRJET- Smart Voting System
 
ONLINE FINGERPRINT VOTING SYSTEM
ONLINE FINGERPRINT VOTING SYSTEMONLINE FINGERPRINT VOTING SYSTEM
ONLINE FINGERPRINT VOTING SYSTEM
 
IRJET - Smart E-Voting System with Fingerprint Authentication using Arduino
IRJET - Smart E-Voting System with Fingerprint Authentication using ArduinoIRJET - Smart E-Voting System with Fingerprint Authentication using Arduino
IRJET - Smart E-Voting System with Fingerprint Authentication using Arduino
 
IRJET- Safe and Secure Smart Electronic Voting Machine using Biometric
IRJET- Safe and Secure Smart Electronic Voting Machine using BiometricIRJET- Safe and Secure Smart Electronic Voting Machine using Biometric
IRJET- Safe and Secure Smart Electronic Voting Machine using Biometric
 
An effecient spam detection technique for io t devices using machine learning
An effecient spam detection technique for io t devices using machine learningAn effecient spam detection technique for io t devices using machine learning
An effecient spam detection technique for io t devices using machine learning
 
IRJET - Effective Authentication of Medical IoT Devices using Authentication ...
IRJET - Effective Authentication of Medical IoT Devices using Authentication ...IRJET - Effective Authentication of Medical IoT Devices using Authentication ...
IRJET - Effective Authentication of Medical IoT Devices using Authentication ...
 
IRJET - Block Chain Enabled E-Voting System
IRJET -  	  Block Chain Enabled E-Voting SystemIRJET -  	  Block Chain Enabled E-Voting System
IRJET - Block Chain Enabled E-Voting System
 
ADVANCED E-VOTING APPLICATION USING ANDROID PLATFORM
ADVANCED E-VOTING APPLICATION USING ANDROID PLATFORMADVANCED E-VOTING APPLICATION USING ANDROID PLATFORM
ADVANCED E-VOTING APPLICATION USING ANDROID PLATFORM
 
ADVANCED E-VOTING APPLICATION USING ANDROID PLATFORM
ADVANCED E-VOTING APPLICATION USING ANDROID PLATFORMADVANCED E-VOTING APPLICATION USING ANDROID PLATFORM
ADVANCED E-VOTING APPLICATION USING ANDROID PLATFORM
 
ADVANCED E-VOTING APPLICATION USING ANDROID PLATFORM
ADVANCED E-VOTING APPLICATION USING ANDROID PLATFORMADVANCED E-VOTING APPLICATION USING ANDROID PLATFORM
ADVANCED E-VOTING APPLICATION USING ANDROID PLATFORM
 
ADVANCED E-VOTING APPLICATION USING ANDROID PLATFORM
ADVANCED E-VOTING APPLICATION USING ANDROID PLATFORMADVANCED E-VOTING APPLICATION USING ANDROID PLATFORM
ADVANCED E-VOTING APPLICATION USING ANDROID PLATFORM
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

Introduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHIntroduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHC Sai Kiran
 
An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...Chandu841456
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...asadnawaz62
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx959SahilShah
 
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)Dr SOUNDIRARAJ N
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxDeepakSakkari2
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...VICTOR MAESTRE RAMIREZ
 
pipeline in computer architecture design
pipeline in computer architecture  designpipeline in computer architecture  design
pipeline in computer architecture designssuser87fa0c1
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girlsssuser7cb4ff
 
DATA ANALYTICS PPT definition usage example
DATA ANALYTICS PPT definition usage exampleDATA ANALYTICS PPT definition usage example
DATA ANALYTICS PPT definition usage examplePragyanshuParadkar1
 

Recently uploaded (20)

Introduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHIntroduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECH
 
An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...
 
young call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Serviceyoung call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Service
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
POWER SYSTEMS-1 Complete notes examples
POWER SYSTEMS-1 Complete notes  examplesPOWER SYSTEMS-1 Complete notes  examples
POWER SYSTEMS-1 Complete notes examples
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx
 
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptx
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...
 
pipeline in computer architecture design
pipeline in computer architecture  designpipeline in computer architecture  design
pipeline in computer architecture design
 
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girls
 
Design and analysis of solar grass cutter.pdf
Design and analysis of solar grass cutter.pdfDesign and analysis of solar grass cutter.pdf
Design and analysis of solar grass cutter.pdf
 
DATA ANALYTICS PPT definition usage example
DATA ANALYTICS PPT definition usage exampleDATA ANALYTICS PPT definition usage example
DATA ANALYTICS PPT definition usage example
 

IRJET- Portable Biometric E-Voting System

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 603 PORTABLE BIOMETRIC E-VOTING SYSTEM S.R Preethi1, Adithya M P N2, Antony Rosario J2, Balaji H2 1Asst.Professor & Dept. of Electronics & Communication Engineering, Valliammai Engineering College, Tami Nadu, India 2Engineering Student, Dept. of Electronics & Communication Engineering, Valliammai Engineering College, Tamil Nadu, India ---------------------------------------------------------------------***---------------------------------------------------------------------- Abstract - In a democratic country voting is one of the fundamental rights of every citizen. People can elect their most suitable leader who will lead them byutilizingtheright of the vote. In this digital world where technology is being used in every sectors, the same should be used in election system also. In the democraticcountry,croresofrupeeshave been spent on this to make sure that the elections are riot free. But, now a day is has become common for some forces to indulge in rigging which may eventually lead to result contrary to the actual verdict given bythepeople.Thispaper aims to present a new voting system employing biometrics in order to avoid rigging and to enhance the accuracy and speed of the process. The system uses thumb impression for voter identification as we know that the thumb impression of every human being has a unique pattern. As per poll procedure a database consisting of thumb impression of all the eligible voters in a constituency is created. During election the thumb impression of voterisenteredasaninput to the system. This is then compare withtheavailablerecord in the database. If the particular pattern matches with anyone in the available record, access to cast the vote is granted. But in case the pattern doesn’t matchwithrecord of database or in case of repetition, access to cast the vote is denied. Also the police station nearby to the election poll booth is informed about the identity of the imposter. Key Words: Voting, Raspberry pi, Fingerprint sensor, Android application, LCD display. 1. INTRODUCTION The voting rights act of 1965, the signed into the law by the president Lyndon B. Johnson, aimed to overcome legal barriers at the state and the local level that prevented African-American from exercising their rights to vote as guaranteed under the 15th amendment to the U.S. constitution the voting rights act is considered one of the most for searching prices of civil right legislation in US history. The Indian constitution has granted the right to vote to all Indian citizens of sound mind above the age of 18, irrespective of an individual’s caste, religion, social or economic states. This right is universally granted to all the Indians with a few exceptions. Idea is based on online voting system. This voting system will have linked to Aadhar card. 1.1 OVERVIEW OF COMPONENTS 1.2 VOTING PROCESS Fingerprint Scanner scans thethumbImpression.Itcaptures a digital image or Live Scan The Live Scan is digitally processed to create a biometric template. The Template contains a collection of extracted features (Ex: Minutiae) The data which is processed (Template) is transferred to Cloud for searching process. The Template is transferred to the cloud is compared with that of database. Within the database, template is usually matched to a Aadhar number which is then matched to a person's name. Once the fingerprint is matched the machineallows theusertovoteby showing the parties. The user selects the party and votes their desired candidate. The vote count is increased in the cloud and finally shows the total count by summing the no of votes.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 604 2. PROPOSED SYSTEM 2.1 BLOCK DIAGRAM 2.2 CLOUD METHOD The cloud using here is the firebase database which is one of the product of google. In the cloud each individual is represented as nodes and the parties are parent of the nodes. The user who votes is counted as nodes in the cloud and math algorithm which is used to sum the no of nodes to give the final results. 2.3 PROCEDURE The main aim in designing this product is to provide the concept of the personal identity for each individual. This is extended to a special case of electronic voting machine concept. As a pre-poll procedure the finger prints of all the voters are collected and stored in a database initially at time of distributing voting cards. At the time of voting, the option of the voter is taken along with the finger print. The finger print taken by the scanner is sent to the DSP chip through an in-built A/D converter. The processedimageistransferredto Cloud with biasing of SDRAM. The option entered by the voter is transferred to chip through DEMUX and is stored in the memory. If the transferred image is matched with any of the records in the data base, then the interruptisgivenbythe HARD DISK to DSP chip. Then the option is considered in the count. After the acquisition ofthe count this is transmittedto the HOST computer or central server using telephone lines. As the count of each party is transmitted to the HOSTfromall the VOTINGMACHINESpresentintheconstituency,theHOST will add parallel count of particular party andmakesthefinal count of each party in ascending order. The final count is transferred to the main HOST (headquarters) using Internet. 3. COMPONENTS DESCRIPTION: 3.1 RASPBERRY PI The Raspberry Pi is a series of small single-boardcomputers and has a Broadcom system on a chip (SoC) with an integrated ARM- compatible central processing unit (CPU) and on-chip graphics processingunit(GPU).Thehardwareis equipped with sets of digital and analog input/output (I/O) pins that may be interfaced to various expansion board and other circuits. The board has processing speed of CPU running at 900 MHz with 1 GB RAM and it has 4 X USB 2 ports and 1 Ethernet Lan Port. It can be powered by a USB cable or by an external 9 volt battery. 3.2 LCD DISPLAY A liquid-crystal display (LCD) is a flat-panel display or other electronically modulated optical device that uses the light-modulating propertiesof liquidcrystals.Liquidcrystals do not emit light directly, instead using a backlight or reflector to produce images in color or monochrome. LCDs are available to display arbitrary images (as in a general-purpose computer display) or fixed images with low information content,whichcanbedisplayed or hidden, such as preset words, digits, and seven-segment displays, as in a digital clock. LCD display contains 16 pins interfaced to raspberry pi which displays the voting process. 3.3 FINGERPRINT SENSOR The Fingerprint scanner module used for this project is R307. The device is able to capture fingerprint, save it, manipulate it, match fingerprint with the cloud database. It has on board 32-bit CPU which accepts code [6]. It is interfaced with Rapsberry pi. The module has 5 external wires, two of them which communicate with the Raspberry Pi. Other two wires are biasing voltage and ground. The finger print scanner module’s receiving pin can handle 3.3 and 5 volts. 4. CIRCUIT DIAGRAM
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 605 5.FLOWCHART 7. ADVANTAGES  Increased Security – Provide a convenient and low- cost additional tier of security  Reduce fraud by employing hard-to-forge technologies and materials  Eliminate problems caused by lost IDs or forgotten Passwords by using physiological attributes  Prevent unauthorized use of lost, stolen or "borrowed" ID cards  Greater Accuracy, Faster Tabulation of Result  Make it possible, automatically, to know WHO did WHAT, WHERE and WHEN! 8. APPLICATIONS: This method is used in many Authentication systems as,  Voting System  Biometric Security Systems  Attendance System  Locker System 9. CASE STUDIES The Heritage Foundation is releasing a new edition of its Voter Fraud Database. Featuring well over100newcases, the database documents 1,071 instances of voter fraud spanning 47 states, including 938 criminal convictions. 10. CONCLUSIONS Advent of this system would enable hosting of fair elections in India. Will preclude illegal practices like rigging. The citizens can be sure that they alone can choose their leaders, thus exercising their right in the democracy. Biometric approaches should be extremely carefully deployed 11. REFERENCES [1] Kanchan Avhad1, Kalyani Avhad2, Gayatri Bhosale3, Kamini Kamale4 IRJET Volume: 05 Issue: 01 | Jan-2018 [2] Madhuri B_, Adarsha M Gy, Pradhyumna K Rz, Prajwal B “Toward European StandardsonElectronic Voting”,The Council of Europe [accessed 23 March 2017]. [3] Rahil Rezwan, Huzaifa Ahmed, M. R. N. Biplob, S. M. Shuvo, Md. Abdur 2017 IEEE Region 10 Humanitarian Technology Journals (R10-HTC) [4] “Fingerprint_ScannerTTL” [Online]Available:https://github.com/sparkfun/Fingerp rint_Scanner-TTL [accessed 10 August 2017] S.R Preethi, Project Guide ADITHYA M.P.N, Mobile App developer ANTONY ROSARIO J, Hardware Implementation BALAJI H, Coding and Paper work AUTHORS