Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

Eshan College of Engineering: "Advanced Voting Management System"

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 38

ESHAN COLLEGE OF ENGINEERING

Project Report On:


“Advanced Voting Management System”

Submitted in partial fulfillment of the requirement of the


degree of

“Bachelor of Technology”

Submitted By:

Akarsh upraity : (1747110006)


Akarsh saxena : (1747110004)
Shreyash chauhan : (1747110043)
Km. sadhana : (1847110901)
Farukh Ali : (1747110010)
Under the supervision of Er. Priyanka Asthana

Department of Computer Science & Engineering


(2017-21)
CERTIFICATE

This is to certify that the project titled “ADVANCED VOTING


MANAGEMENT SYSTEM” has been successfully completed
Akash Upraity (1747110006) , Akarsh Saxena(1747110004),
Shreyash Chauhan (1747110043),Km. Sadhana (1847110901) by
under my supervision in partial fulfilment of the requirements for
the award of the degree of Bachelor of Technology in Computer
Science and Engineering, it is also certified that the project has
not been submitted or produced for the award of any other degree.

Er.PriyankAsthana
Project Guide
Department of Computer Science and
Engineering,
Eshan College of Engineering
Declaration

We, hereby declare that the work, which is being presented in the
project entitled “Advanced Voting Management System” in
partial fulfilment of the requirements for the award of the degree
of Bachelor of Technology in Computer Science and Engineering
in the session 2021, is an authentic record of our own work carried
out under the supervision of Er.Priyanka Asthana, Department of
Computer Science and Engineering, Eshan College of
Engineering, Farah, Mathura. The matter embodied in this project
has not been submitted by us for any other degree.

Date: 30-June 2021


Acknowledgement

We would like to express our deep gratitude to our supervisor, Er.


Priyanka Asthana for his valuable advice and encouragement at
every step of our project work. Without his unfailing support and
belief in us, this would not have been possible. We are truly
grateful to him.

Finally, We would like to express our sincere and deep gratitude


to Dr. Pankaj Sharma (HOD) and Er. Priyanka Asthana (Project
Coordinator) for their constant support and guidance which led to
the successful completion of our project.
.

Thank You
ABSTRACT

It is an election system that allows voters to record a secret ballot


and have it tabulated electronically. Votes are stored so they can be
re-counted should the need arise.

Voting Management System can speed up election results and


lower the cost of conducting an election by significantly reducing
the number of people required to operate a polling place and
tabulate results. A primary concern with e-voting, however, is how
to store votes so they can be recounted if required.

“ONLINE VOTING SYSTEM” is an online voting technique. It is


based on the other online services like “ONLINE RESERVATION
SYSTEM” .In this system people who have citizenship of INDIA
and whose age is above 18 years of any sex can give his\her vote
online without going to any polling booth. There is a DATABASE
which is maintained by the ELECTION COMMISION OF INDIA in
which all the names of voter with complete information is stored.
In “ONLINE VOTING SYSTEM” a voter can use his\her voting
right online without any difficulty. He\She has to fill a registration
form to register himself\herself. All the entries is checked by the
DATABASE which has already all information about the voter. If all
the entries are correct then a USER ID and PASSWORD is given to
the voter, by using that ID and PASSWORD he\she can use his\her
vote. If conditions are wrong then that entry will be discarded.
ONLINE VOTING SYSTEM

Page Index
 ABSTRACT 1
 INTRODUCTION 2-3
 ANALYSIS 4-5
 FEASIBILITY STUDY 6-9
 DESIGN 10-20

 SYSMODELING 21-26
 CONCLUSION 27

Table Index

1. DATABASE TABLE 26
1.1 ADMIN TABLE 26
1.2 VOTER INFORMATION DATA TABLE 26

Figure Index

COMMUNICATION INTERFACE 15
DATA FLOW DIAGRAMS 17
DFD: LEVEL 0… 17
DFD: LEVEL 1… 18
DFD: LEVEL 2… 19
ER DIAGRAMS
CLASS DIAGRAM
CHAPTER-1

INTRODUCTION

1.1 Purpose

In “ONLINE VOTING SYSTEM” a voter can use his\her voting right online without
any difficulty. He\She has to fill a registration form to register himself\herself. All
the entries is checked by the database which has already all information about
the voter. If all the entries are correct then a user id and password is given to the
voter, by using that id and password he\she can use his\her vote. If conditions
are wrong then that entry will be discarded.

1.2 Scope

The scope of the project that is hosted on the server. There is a DATABASE which is
maintained by the ELECTION COMMISION OF INDIA in which all the names of voter with
complete information is stored.

1.3 Technologies to be used

This project will be a Web application to be developed in PHP having


● Database Design (My SQL)
● Form Design (HTML 4.0)
● Coding (PHP)
● Testing (WAMP SERVER)
● Reporting Tool (Data Report)
1.4 Overview

✔ Project is related to Online Voting System.


✔ The project maintains two levels of users:-
● Administrator Level
● Voter Level
✔ Main facilities available in this project are:-
● Maintaining voter’s Identification.
● Providing online voting management.
● Providing Updation of voter’s information.
● Provide voter information to ELECTION COMMISION OF INDIA.
● ELECTION COMMISION OF INDIA maintains the complete information of
voter.
● Voter can give his\her vote from any part of India.
CHAPTER-2

OVERALL DESCRIPTION

2.1 Goals of proposed system

1. Planned approach towards working: - The working in the organization will be well planned
and organized. The data will be stored properly in data stores, which will help in retrieval of
information as well as its storage.
2. Accuracy: - The level of accuracy in the proposed system will be higher. All operation would
be done correctly and it ensures that whatever information is coming from the center is accurate.
3. Reliability: - The reliability of the proposed system will be high due to the above stated
reasons. The reason for the increased reliability of the system is that now there would be proper
storage of information.
4. No Redundancy: - In the proposed system utmost care would be that no information is
repeated anywhere, in storage or otherwise. This would assure economic use of storage space
and consistency in the data stored.
5. Immediate retrieval of information: - The main objective of proposed system is to provide for
a quick and efficient retrieval of information.
6. Immediate storage of information: - In manual system there are many problems to store the
largest amount of information.
7. Easy to Operate: - The system should be easy to operate and should be such that it can be
developed within a short period of time and fit in the limited budget of the user.

2.2 Background
ONLINE VOTING SYSTEM is a voting system by which any Voter can use his\her voting rights
from any where in India. ONLINE VOTING SYSTEM contains-:
● Voter’s information in database.
● Voter’s Names with ID.
● Voter’s vote in a database.
● Calculation of total number of votes.

Various operational works that are done in the system are:-


● Recording information of the Voter in Voter database.
● Checking of information filled by voter.
● Discard the false information.
● Each information is sent to ELECTION COMMISSION OF INDIA.

2.3 Project Requirements


Hardware Requirements (Processor RAM Disk Space)
Pentium II, Pentium III, Pentium IV, Higher 128 Mb or Higher 130 Mb

Software Requirements (Operating System Database)


Win-98, Win-XP, Linux, My SQL

2.4 User Characteristics


Every user should be:
✔ Comfortable with Internet Browser.
✔ He must have brief knowledge of voting system.
✔ He must also have basic knowledge of English too.

2.5 Constraints
✔ GUI is only in English.
✔ Login and password is used for identification of Voter.

2.6 Definitions of problems


• Not User Friendly: The existing system is not user friendly because the retrieval of data is
very slow and data is not maintained efficiently.
• Difficulty in report generating: We require more calculations to generate the final result so
it is generated at the end of the session. And the voter not get a single chance to change his\her
vote.

• Time consuming: Every work is done manually so we cannot generate report in the middle of
the session or as per the requirement because it is very time consuming.
CHAPTER-3
FEASIBILITY STUDY

Depending on the results of the initial investigation the survey is now expanded to a more detailed
feasibility study. “FEASIBILITY STUDY” is a test of system proposal according to its workability,
impact of the organization, ability to meet needs and effective use of the resources. It focuses on
these major questions:
1. What are the user’s demonstrable needs and how does a candidate system meet them?
2. What resources are available for given candidate system?
3. What are the likely impacts of the candidate system on the organization?
4. Whether it is worth to solve the problem?
During feasibility analysis for this project, following primary areas of interest are to be considered.
Investigation and generating ideas about a new system does this.
Steps in feasibility analysis

Eight steps involved in the feasibility analysis are:


● Form a project team and appoint a project leader.
● Prepare system flowcharts.
● Enumerate potential proposed system.
● Define and identify characteristics of proposed system.
● Determine and evaluate performance and cost effective of each proposed system.
● Weight system performance and cost data.
● Select the best-proposed system.
● Prepare and report final project directive to management.

3.1 Technical feasibility


A study of resource availability that may affect the ability to achieve an acceptable system. This
evaluation determines whether the technology needed for the proposed system is available or not.
● Can the work for the project be done with current equipment existing software technology
& available personal?
● Can the system be upgraded if developed?
● If new technology is needed then what can be developed?
user requirement. The technical needs of the system may include:
Front-end and back-end selection
An important issue for the development of a project is the selection of suitable front-end and back-
end. When we decided to develop the project we went through an extensive study to determine
the most suitable platform that suits the needs of the organization as well as helps in development
of the project.
The aspects of our study included the following factors.

Front-end selection:
1. It must have a GUI that assists employees that are not from IT background.
2. Scalability and extensibility.
3. Flexibility.
4. Robustness.
5. According to the organization requirement and the culture.
6. Must provide excellent reporting features with good printing support.
7. Platform independent.
8. Easy to debug and maintain.
9. Event driven programming facility.
10. Front end must support some popular back end like Ms Access.

According to the above stated features we selected PHP as the front-end for
developing our project.
Back-end Selection:
1. Multiple user support.
2. Efficient data handling.
3. Provide inherent features for security.
4. Efficient data retrieval and maintenance.
5. Stored procedures.
6. Popularity.
7. Operating System compatible.
8. Easy to install.

According to above stated features we selected MY SQL as the backend.


The technical feasibility is frequently the most difficult area encountered at this stage. It is
essential that the process of analysis and definition be conducted in parallel with an assessment
to technical feasibility. It centers on the existing computer system and to what extent it can
support the proposed system.
3.2 Economical feasibility
Economic justification is generally the “Bottom Line” consideration for most systems. Economic
justification includes a broad range of concerns that includes cost benefit analysis. In this we
weight the cost and the benefits associated with the candidate system and if it suits the basic
purpose of the organization i.e. profit making, the project is making to the analysis and design
phase.
The financial and the economic questions during the preliminary investigation are
verified to estimate the following:
● The cost to conduct a full system investigation.
● The cost of hardware and software for the class of application being considered.
. The benefits in the form of reduced cost.

● The proposed system will give the minute information, as a result the
performance is improved
● This feasibility checks whether the system can be developed with the available funds. The
Online voting system does not require enormous amount of money to be developed.
This can be done economically if planned judicially, so it is economically feasible. The cost
of project depends upon the number of man-hours required.
3.3 Operational Feasibility

It is mainly related to human organizations and political aspects. The points to be


considered are:
● What changes will be brought with the system?
● What organization structures are disturbed?

● What new skills will be required? Do the existing staff members have these
skills? If not, can they be trained in due course of time?

The system is operationally feasible as it very easy for the End users to operate it. It only needs
basic information about Windows platform.

3.4 Schedule feasibility


Time evaluation is the most important consideration in the development of project. The time
schedule required for the developed of this project is very important since more development time
effect machine time, cost and cause delay in the development of other systems.
A reliable Online voting system can be developed in the considerable amount of time
CHAPTER-4
DESIGN

4.1 Software Requirement Specification

4.1.1 Objective:

The main objectives of system for Online Voting Systemare:

● The objective of Online voting system is to help the organization in automating the
whole manual processing of the existing system.
● The main objective to develop the system is to make the accurate & efficient decisions in
different tasks at different time at different situations. The existing system is manual so
members of the unit generally face a lot of embarrassing situations many times. Now
they need to automate the whole process so as to make it more easy and accurate.
● System should support multi-user environment.
● System should be fully automated.
● System should provide concrete security features like creating users and assigning
privileges to users of the system.
● System should be capable to keep track of all the detailed descriptions of the client and
the whole details of services offered by the client organization.
● Various outputs (reports) should be available online any time.
● System should be able to handle extremely large volumes of data (i.e. Large database
support)

4.1.2 Scope:-

1. Advanced technology- It is an advanced technology used now a days. It increases


the E knowledge of the users which is very necessary for current generation.

2. Internet: It is an online facility and hence very useful for the users.
Voters can vote from any where at any time in India.
user if he\she entered false information.

4. E-SMS: People they have not internet connection they can not check the emails or
not have email they can be informed by SMS on their mobile. Today many websites
provide free SMS to the mobile. ELECTION COMMISION OF INDIA can use these
to send any information.

4.1.3 Advantages:

● Fast and easy service.

● The online voting system provides a less time consuming .

● It reduces the paper work and makes the work less tedious for ELESTION COMMISION.

● It is a better way for voting.

● By this voting percentage will increase drastically.


Voter has no need to go to any polling booth ,so it is easy to use.

4.1.4 Technologies to be used:-


This project will be a Web application to be developed in PHP having
● Database Design (My SQL)
● Form Design (HTML 4.0)
● Coding (PHP)
● Testing (XAMP SERVER)

● Reporting Tool (Data Report)


4.15 OVERVIEW:
1. Requirements:
FUNCTIONAL REQUIREMENTS:

● Registration of the voter is done by ELECTION COMMISION OF INDIA.

● ELECTION COMMISION OF INDIA can change the information any time if required.

● Registration of the Voter depends upon the information filled by the user.

● Voter is given a unique ID and PASSWORD.

● Voter can give vote after login and entering the ID and PASSWORD.
● In the DATABASE information of every voter is stored.
● Database shows the information of every user.

1. NON-FUNCTIONAL REQUIREMENTS:

1. Secure access of confidential data (user’s details). SSL can be used.


2. 24 X 7 availability.
3. Better component design to get better performance at peak time.
4. Flexible service based architecture will be highly desirable for future extension.

2. Project Requirements

Hardware Requirements (Processor RAM Disk Space)


Pentium II, Pentium III, Pentium IV, Higher 64 Mb or Higher 130 Mb

Software Requirements (Operating System Database)


Win-98, Win-XP, Linux, My SQL

3. Software interface:

• Client on Internet: Web Browser, Operating System (Windows).

.
● Web Server: WAMP Server, Operating System (Windows)

● Data Base server: MYSQL, Operating System (Windows).

4. Communication interface:

Client side Application server Database server

The above diagram shows the connectivity between the client side, application server and
database server. The client or customer can access the HTML server or client software. These
are connected to the Wamp Server (WAMP) by a TCP/IP which is a communication protocol
used to connect the teachers or parents to the internet. This WAMP Server now directly
communicates with the database made in MYSQL. All the enquires or data will be retrieved from
the database.
4.1.6 Summary:

“ONLINE VOTING SYSTEM” is an online voting technique. It is based on the other online
services like “ONLINE RESERVATION SYSTEM” .In this system people who have citizenship of
INDIA and whose age is above 18 years of any sex can give his\her vote online without going to
any polling booth. There is a DATABASE which is maintained by the ELECTION COMMISION
OF INDIA in which all the names of voter with complete information is stored.

In “ONLINE VOTING SYSTEM” a voter can use his\her voting right online without any difficulty.
He\She has to fill a registration form to register himself\herself. All the entries is checked by the
DATABASE which has already all information about the voter. If all the entries are correct then a
USER ID and PASSWORD is given to the voter, by using that ID and PASSWORD he\she can
use his\her vote. If conditions are wrong then that entry will be discarded.

4.2

O-level DFD:
Context /level 0 Data Flow Diagram A Context Diagram is a diagram that
represented the actors outside the student e-Voting system that could
interact with it. A rectangle represents an external data Process A line with
an arrow indicates the direction of the flow of data Data store .
Symbols used in process modelling

Figure 4.2: Symbols used in process modeling


4.2 Data Flow Diagram

DFD: Level 0

4.3 DFD Level-0

The above diagram is a 0-level DFD that only shows the flow of data between the various and
the system. In online voting system the Administrator is the controller of the system and all the
decisions are made by him. The Administrator can handle the entire voter and their details,
voting details etc. and view details of them and he can update that detail also.
DFD: Level 1:-

DFD Level 1

The above shown diagram is a 1-level Data Flow Diagram for the Online voting system.
According to this DFD various process are done after login process. The Administrator can
register voter. The ELECTION COMMISION can register the voters and voter can use their
voting rights. The voter can view the final report after giving vote..

.
DFD: Level 2
2.1:-

voter data stored data voting data final result

Figure: DFD: Level 2.1


The above shown diagram is a 2.1 level Data Flow Diagram for the Online
voting system. According to this DFD. The Administrator can register the
voter information. Administrator can allow or denies the voter. A voter can
give vote if all the information filled by him\her are correct.
CHAPTER-5
SYSTEM MODELING

Entity Relationship Diagram

Entity Relationship Diagram


Fig.- E-R Diagram

The entity relationship diagram shows the relationship between the various users and their
attributes. There is a relationship between the election commission and voter.
The VOTER has different attributes to store their data to data base are follows:-
1. Name-Name contain first name, middle name, last name.
2. Age (should be above 18 years)
3. City
4. State
5. Father’s/Husband Name
6. Address
7. Phone number (Permanent)
8. Phone number (Mobile)
9. Email address

USE CASE DIAGRAM:


Fig: Association between Actor interface and other inheriting classes
Registration, login, and logoff modules act as mediator.

Fig: Association between Registration, Actor List, Login, Logoff

Fig: Association between Election and Ballot (Flyweight, Singleton)


DATABASE TABLES
Admin Table:-

S. Field Data Description


No. Name Type
1. Login id Varchar Login id for Admin.(Primary
key)
2. Password Varchar Password for Login
3. Name Varchar Name of the Administrator

Voter information Data Table:-

S. Field Name Data Description


No. Type
1. Login id Varchar Login id for Voter(Primary
key)
2. Password Varchar Password for Login
3. Na Varchar Name of the voter
me
4. Father’s/Husband Varchar Voter’s father or
nam
husband name
5. House no. Varchar House no. of voter
6. Address Varchar Address of voter
7. City Varchar City of voter
8. Mobile Varchar Mobile No of voter
9. E-Mail Varchar E-Mail of voter
CHAPTER-6

CONCLUSIONS
This Online Voting system will manage the Voter’s information by which voter can login and use
his voting rights. The system will incorporate all features of Voting system. Its provide the tools
for maintaining voter’s vote to every party and it count total no. of votes of every party. There is
a DATABASE which is maintained by the ELECTION COMMISION OF INDIA in which all the
names of voter with complete information is stored.
In this user who is above 18 year’s register his/her information on the database and when
he/she want to vote he/she has to login by his id and password and can vote to any party only
single time. Voting detail store in database and the result is displayed by calculation. By online
voting system percentage of voting is increases. It decreases the cost and time of voting
process. It is very easy to use and It is vary less time consuming.
CHAPTER -7
REFERENCES
[1] Himanshu Agarwal and G.N. Pandey “Online Voting System for India Based on
AADHAAR ID” 2013 Eleventh International Conference on ICT and Knowledge
Engineering

[2] Smita B. Khaimar, P. Sanyasi Naidu, Reena Kharat “Secure Authentication for
Online Voting System”

[3]Shivendra Katiyar, Kullai Reddy Meka, Ferdous A. Barbhuiya, Sukumar Nandi


“Online Voting System Powered By Biometric Security” 2011 Second International
Conference on Emerging Applications of Information Technology.
[4] Comment on the article published in the Guardian. http://vvk. ee/valimiste-
korraldamine/vvk-uudised/vabariigivalimiskomisjoni-vastulause-the-guardianis-
ilmunudartiklile/.
[5] Communities in America currently using proportional voting. The FairVote website
archives. http://archive.fairvote.org/?page=2101.
[6] The constitution of FSFE, section 6, article 3. http://fsfe.org/
about/legal/Constitution.en.pdf.
[7] Cumulative voting in Texas. The Texas Politics Project website, University of
Texas at Austin. http://texaspolitics.utexas.edu/.
[8] Debian voting information. http://www.debian.org/vote/.
[9]E-voting concept security: analysis and measures. http://www.vvk.ee/ public/dok/E-
voting_concept_security_analysis_and_ measures_2010.pdf.
[10]E-voting system general overview. http://www.vvk.ee/public/
dok/General_Description_E-Voting_2010.pdf.
●Project Highlights
Appendix

1 Code Snippets:

1.1 Retrieving the images and their labels

1.2
(i) Converting lists into numpy arrays
(ii) Splitting training and testing dataset
(iii) Converting the labels into one hot encoding

1.3 Creation of Convolution Neural Network


1.4 Compilation of the model

1.5 Plotting graphs for accuracy

1.6 Testing accuracy on test dataset


1.7 Load the trained model to classify.

1.8 Dictionary to label all traffic signs


classes
1.9 Creating GUI using Tkinter

You might also like