SlideShare a Scribd company logo
1 of 4
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 03 | Mar 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1714
Personality Prediction and CV Analysis System
Riya Dagli1, Muskaan Shaikh2, Swapnil Bhadre3, Prof. Suchetadevi Gaikwad4
1Riya Dagli, Dept. of Information Technology Engineering, Atharva College of Engineering
2Muskaan Shaikh, Dept. of Information Technology Engineering, Atharva College of Engineering
3Swapnil Bhadre, Dept. of Information Technology Engineering, Atharva College of Engineering
4Prof. Suchetadevi Gaikwad, Dept. of Information Technology Engineering, Atharva College of Engineering,
Maharashtra, India
---------------------------------------------------------------------***----------------------------------------------------------------------
Abstract - Human personality is a key aspect when it comes
to the lie of individual of an organization. One of the ways to
judge human personality is by using standard
questionnaires related to emotional intelligence. In
traditional methods, companies shortlist their candidates
CV's manually. Here, we are presenting a system that uses a
Q&A session related to emotional intelligence for predicting
personality. Our system will ask the candidate to fill out the
details and upload the CV and at the same time the
candidate will see some questions which he have to rate out
of 10.And after that, the result will be published with the
Keywords and required information from CV and the
predicted personality of the candidate and will tell him if
he’s selected for the next round or not.
Key Words: Personality Prediction, questionnaire,
shortlisting, Eligibility
1. INTRODUCTION
Human personality has played a vital role in the
development of the organization when it comes to the
recruitment of the candidate. Earlier, traditional methods
were used for predicting personality such as
questionnaires’, surveys, etc. Thus, resulting in spending a
lot of time predicting the personality. Our proposed
system will be predicting the personality of the candidate
based on five personality traits. Depending upon the score,
the personality of the candidate will be displayed thereby
decreasing the workload of the HR department and It will
become easy for the recruiters to shortlist the candidates
according to their requirements in a very short period of
time. These five personality traits are Openness,
Agreeableness, Extraversion, Neuroticism and
Conscientiousness. We will have questions based on these
five personality traits. On the input window, candidates
will enter their name and answer the questions on the
scale of 1-10 and after answering those questions the
candidate will upload their resume and will click on the
Submit button. After submitting, the output window will
occur with the details of the candidate such as the Name,
Age, E-mail, Mobile number and other details fetched from
the resume which they have uploaded and lastly the
predicted personality will be displayed. Based on the
results, the candidates will be shortlisted according to the
organization needs. The HR will be responsible to design
or alter the personality questions. This system will
provide a fair CV ranking policy so the deserving candidate
will get an opportunity according to their skills.
2. EXISTING SYSTEM
The existing e-recruitment system doesn’t include
personality prediction during accepting the CV’s .So it’ll
make the work hectic by first accepting the CV then
shortlisting candidates for checking personality. Our
system will focus on checking for the main 5 personality
traits viz. Openness, Agreeableness, Neuroticism,
Consciousness, and Extroversion at the same time of
accepting the CV and will produce the result etc.
3. REQUIREMENT ANALYSIS
3.1 Machine Learning Domain:
Machine learning is a methodology which allows a
system to learn and improve automatically from
experience without being explicitly programmed. Machine
learning helps in developing such programs that can
access the data and use that data to learn itself. The main
goal of machine learning is to allow computers to learn
automatically with no need of human training again and
again.
3.2 Python Libraries:
1. OS : For accessing the files and data from internal
storage.
2. Pandas : For accessing and manipulating datasheets.
3. Numpy : For working on arrays and other data
manipulation.
4. Tkinter : For building the GUI.
5. Functools : Tools for Manipulating Functions. Purpose:
Functions that operate on other functions.
6.Pyresparser: Module for extracting information from
resume.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 03 | Mar 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1715
7. Sklearn : It features various classification, regression
and clustering algorithms. We used sklearn to make the
model learn on various characteristic values using logical
regression
3.3 Dataset
3.4 PYTHON IDLE:
Python IDLE is an integrated development and learning
platform that allows users to write python code easily for
a particular project / work in development and uses 100
% python code and uses Tkinter GUI toolkit.
4. PROBLEM STATEMENT:
In today’s scenario, CV’s are shortlisted by using
traditional means which involves investing a lot of time
and also the Genuinity of the candidates are not assured.
In this busy world and given the current Covid-19
circumstances, face to face interviews are not possible so
shortlisting the candidate’s CV’s based on their personality
is difficult. For recruiting, the recruiters need to sort from
a large pool of candidates who match their requirements
and after taking multiple interviews candidates are
shortlisted. As a result, we require technology which will
predict the personality of the candidate and also saves
time and also reduces the workload of the HR department
and makes it easier for them to select the candidates for
their organization. Therefore a system has been
implemented for the same problem that is Personality
prediction and CV analysis.
5. Proposed System
The proposed solution will allow the HR department to
shortlist the candidate based on their skillset and thereby
giving a fair chance to every candidate. This system will
also help to determine the genuineness of the employer.
The test will help to find the personality of the employer
.By answering those five personality questions it will be
easier to find in which category of the personality the
candidate falls in. Hence, the system will reduce the
workload of the organization and will help to shortlist the
employer faster.
Fig 5.1.: Block diagram of proposed system
5.1 System Architecture and flow:
⦁ As shown in the architecture of the system, first the user
will be welcomed on the home page.
⦁ Then he will arrive on the main page. Here the user will
fill in the information i.e. name, age, gender, upload CV and
answer the questions out of 10.
⦁ User will click on submit. The pyresparser module from
python will scan and fetch the important information from
the CV.
⦁ The dataset will compare the answers and produce the
output as the predicted personality.
5.2 Algorithm
Step 1) Start.
Step 2) Open the main window.
Step 3) Enter your details.
Step 4) Upload CV (only .pdf &.docx).
Step 5) Answer the questions.
Step 6) Submit.
Step 7) Pyresparser will scan the CV and fetch the
important key details.
Step 8) Dataset will analyze the answers fed and predict
the personality.
Step 9) Result page will show everything in a summarized
manner i.e. user info, CV info, predicted personality.
Step 10)End
6. OBJECTIVES
The proposed system's aim is to replace the standard
process of recruitment of candidates in companies and
firms. This system helps shortlist the candidates to reduce
the workload of taking numerous interviews of
undeserving candidates. This system consists of a CV
parser and a basic questionnaire regarding the five
personality traits i.e.(Openness, consciousness,
extroversion, agreeableness and neuroticism)
According to answers given by the candidates the dataset
will produce the final personality.
The pyresparser will scan the CV and fetch the important
key information.
This system is also useful in situations like pandemic
where interviewing numerous candidates face to face
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 03 | Mar 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1716
could be an issue. Hence shortlisting candidates can make
it possible as only few candidates will have to go through
face to face interviews.
1. To shortlist the right candidate according to their
skills and experience.
2. To eliminate the manual traditional recruitment
process.
3. To reduce workload of the recruitment process of the
organization.
4. To shortlist the CV’s from a large pool of candidates
CV’s.
5. Saves time for the HR department.
6. The system will be a great alternative for analyzing
the candidates personality based on Five Personality
traits.
7. Future Scope
We can modify the existing system and attach it to a
questionnaire so the personality score and the aptitude
score will be calculated at the same time thereby reducing
the workload even more.
8. System UI
Fig 8.1: Home page
Fig 8.2: Main Page
9. RESULT
Fig 9.1: Result 1
Fig 9.2: Result 2
Fig 9.3: Result 3
As shown in above pictures, we can see how our system
analyzed the CV, fetched the important points, predicted
the personality and showed it as a result. Our system uses
the main five personality traits viz. Openness,
Consciousness, Extroversion, Agreeableness and
Neuroticism. And we predict the personality according to
answers feed by the user resulting into a short and crisp
summarized view of candidate to the recruiter thereby
saving time.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 03 | Mar 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1717
10. CONCLUSION
In this project, we have presented the prediction of human
personality by using standard questionnaires that is
provided by the HR Department according to the job
selection criteria .Thus, we have developed a system that
allows recruiting companies in short listing the right
candidate for a specific job profile. The system would be
used in many business sectors that will require expert
candidate, thus reducing the work load on the human
resource department and saving time.
ACKNOWLEDGEMENT
We owe sincere thanks to our college Atharva College
of Engineering for giving us a platform to prepare a
project on the topic "Personality Prediction And CV
analysis system" and would like to thank our principal Dr.
Shrikant Kallurkar for giving us the opportunities and
time to conduct and research on the subject. We are
sincerely grateful for Prof. Suchetadevi Gaikwad as our
guide and Prof. Deepali Maste, Head of Information
Technology Department, and our project coordinator Prof.
Renuka Nagpure for providing help during our research,
which would have seemed difficult without their
motivation, constant support, and valuable suggestion.
Moreover, the complication of this research paper would
have been impossible without the co-operation,
suggestion, and help of our friends and family
REFERENCES
[1] T. Pradhan, R. Bhansali, D. Chandnani and A.
Pangaonkar, "Analysis of Personality Traits using
Natural Language Processing and Deep Learning,"
2020 Second International Conference on Inventive
Research in Computing Applications (ICIRCA), 2020,
pp. 457-461, doi:
10.1109/ICIRCA48905.2020.9183090.
[2] Rout, Jayashree & Bagade, Sudhir & Yede, Pooja &
Patil, Nirmiti. (2019). Personality Evaluation and CV
Analysis using Machine Learning Algorithm.
International Journal of Computer Sciences and
Engineering. 7. 1852-1857.
10.26438/ijcse/v7i5.18521857.
[3] P. S. Dandannavar, S. R. Mangalwede and P. M.
Kulkarni, "Social Media Text - A Source for Personality
Prediction," 2018 International Conference on
Computational Techniques, Electronics and
Mechanical Systems (CTEMS), 2018, pp. 62-65, doi:
10.1109/CTEMS.2018.8769304.
[4] M.Suresh, D.Nagendrababu, S.Nakkiran and
K.Vanjinathan, “A Survey On Personality Prediction
Footprints On Social Media,”. International Research
Journal of Engineering and Technology March-2016.
[5] Kanupriya Sharma, Amanpreet Kaur (Computer
Science Department,Chandigarh University, India),” A
review of the existing state of Personality prediction
of Twitter users with Machine Learning Algorithms”.
IOSR Journal of Computer Engineering, Aug-2015

More Related Content

What's hot

Three Level Security System Using Image Based Aunthentication
Three Level Security System Using Image Based AunthenticationThree Level Security System Using Image Based Aunthentication
Three Level Security System Using Image Based AunthenticationBro Jayaram
 
Airline Reservation System Documentation
Airline Reservation System DocumentationAirline Reservation System Documentation
Airline Reservation System DocumentationSanjana Agarwal
 
Project synopsis on face recognition in e attendance
Project synopsis on face recognition in e attendanceProject synopsis on face recognition in e attendance
Project synopsis on face recognition in e attendanceNitesh Dubey
 
Synopsis on Online examination system using php
Synopsis on Online examination system using phpSynopsis on Online examination system using php
Synopsis on Online examination system using phpArchana Jha
 
Airline management system
Airline management systemAirline management system
Airline management systemSH Rajøn
 
E-commerce documentation
E-commerce documentationE-commerce documentation
E-commerce documentationSohel Parvez
 
Project Report on Exam Suite/Test Application/Exam App ( JAVA )
Project Report on Exam Suite/Test Application/Exam App ( JAVA )Project Report on Exam Suite/Test Application/Exam App ( JAVA )
Project Report on Exam Suite/Test Application/Exam App ( JAVA )paras91
 
BUS PASS MANAGEMENT SYSTEM
BUS PASS MANAGEMENT SYSTEMBUS PASS MANAGEMENT SYSTEM
BUS PASS MANAGEMENT SYSTEMKeerthi Keerthi
 
Project Report on Grocery Store Website
Project Report on Grocery Store WebsiteProject Report on Grocery Store Website
Project Report on Grocery Store Website'Ashmeet Sehgal'
 
Internship on web development
Internship on web developmentInternship on web development
Internship on web developmentRajendra Kandel
 
Online Attendance System
Online Attendance SystemOnline Attendance System
Online Attendance SystemAkash Kr Sinha
 
Synopsis on railway reservation system
Synopsis on railway reservation systemSynopsis on railway reservation system
Synopsis on railway reservation systemAnkit Verma
 
Online Shop Project Report
Online Shop Project ReportOnline Shop Project Report
Online Shop Project ReportJayed Imran
 
Online Examination System Report
Online Examination System ReportOnline Examination System Report
Online Examination System ReportAnkan Banerjee
 
IRJET- Personality Prediction System through CV Analysis
IRJET- Personality Prediction System through CV AnalysisIRJET- Personality Prediction System through CV Analysis
IRJET- Personality Prediction System through CV AnalysisIRJET Journal
 

What's hot (20)

Three Level Security System Using Image Based Aunthentication
Three Level Security System Using Image Based AunthenticationThree Level Security System Using Image Based Aunthentication
Three Level Security System Using Image Based Aunthentication
 
Airline Reservation System Documentation
Airline Reservation System DocumentationAirline Reservation System Documentation
Airline Reservation System Documentation
 
Student Result Management System
Student Result  Management System Student Result  Management System
Student Result Management System
 
Project synopsis on face recognition in e attendance
Project synopsis on face recognition in e attendanceProject synopsis on face recognition in e attendance
Project synopsis on face recognition in e attendance
 
Synopsis on Online examination system using php
Synopsis on Online examination system using phpSynopsis on Online examination system using php
Synopsis on Online examination system using php
 
Airline management system
Airline management systemAirline management system
Airline management system
 
E-commerce documentation
E-commerce documentationE-commerce documentation
E-commerce documentation
 
Project Report on Exam Suite/Test Application/Exam App ( JAVA )
Project Report on Exam Suite/Test Application/Exam App ( JAVA )Project Report on Exam Suite/Test Application/Exam App ( JAVA )
Project Report on Exam Suite/Test Application/Exam App ( JAVA )
 
BUS PASS MANAGEMENT SYSTEM
BUS PASS MANAGEMENT SYSTEMBUS PASS MANAGEMENT SYSTEM
BUS PASS MANAGEMENT SYSTEM
 
Project Report on Grocery Store Website
Project Report on Grocery Store WebsiteProject Report on Grocery Store Website
Project Report on Grocery Store Website
 
Online Quiz System
Online Quiz SystemOnline Quiz System
Online Quiz System
 
Internship on web development
Internship on web developmentInternship on web development
Internship on web development
 
Online Attendance System
Online Attendance SystemOnline Attendance System
Online Attendance System
 
Synopsis on railway reservation system
Synopsis on railway reservation systemSynopsis on railway reservation system
Synopsis on railway reservation system
 
Railway Train Tracker
Railway Train TrackerRailway Train Tracker
Railway Train Tracker
 
Report on web development
Report on web developmentReport on web development
Report on web development
 
Online Shop Project Report
Online Shop Project ReportOnline Shop Project Report
Online Shop Project Report
 
Online Examination System Report
Online Examination System ReportOnline Examination System Report
Online Examination System Report
 
IRJET- Personality Prediction System through CV Analysis
IRJET- Personality Prediction System through CV AnalysisIRJET- Personality Prediction System through CV Analysis
IRJET- Personality Prediction System through CV Analysis
 
Online quiz system
Online quiz systemOnline quiz system
Online quiz system
 

Similar to Personality Prediction and CV Analysis System

CV INSPECTION USING NLP AND MACHINE LEARNING
CV INSPECTION USING NLP AND MACHINE LEARNINGCV INSPECTION USING NLP AND MACHINE LEARNING
CV INSPECTION USING NLP AND MACHINE LEARNINGIRJET Journal
 
Fingerprint Alert System A Solution for Effective Management System
Fingerprint Alert System A Solution for Effective Management SystemFingerprint Alert System A Solution for Effective Management System
Fingerprint Alert System A Solution for Effective Management Systemijtsrd
 
IRJET- Automated CV Classification using Clustering Technique
IRJET- Automated CV Classification using Clustering TechniqueIRJET- Automated CV Classification using Clustering Technique
IRJET- Automated CV Classification using Clustering TechniqueIRJET Journal
 
IRJET- Career Counselling Chatbot
IRJET-  	  Career Counselling ChatbotIRJET-  	  Career Counselling Chatbot
IRJET- Career Counselling ChatbotIRJET Journal
 
Employee work management system project using codeIgniter
Employee work management system project using codeIgniter Employee work management system project using codeIgniter
Employee work management system project using codeIgniter Shahinul Islam Sujon
 
IRJET- ­Design and Development of Recruitment Support System for Placemen...
IRJET-  	  ­Design and Development of Recruitment Support System for Placemen...IRJET-  	  ­Design and Development of Recruitment Support System for Placemen...
IRJET- ­Design and Development of Recruitment Support System for Placemen...IRJET Journal
 
IRJET- E-Attendance Manager: A Review
IRJET-  	  E-Attendance Manager: A ReviewIRJET-  	  E-Attendance Manager: A Review
IRJET- E-Attendance Manager: A ReviewIRJET Journal
 
Automated Placement System
Automated Placement SystemAutomated Placement System
Automated Placement SystemIRJET Journal
 
Modern Resume Analyser For Students And Organisations
Modern Resume Analyser For Students And OrganisationsModern Resume Analyser For Students And Organisations
Modern Resume Analyser For Students And OrganisationsIRJET Journal
 
An Effective Job Recruitment System Using Content-based Filtering
An Effective Job Recruitment System Using Content-based FilteringAn Effective Job Recruitment System Using Content-based Filtering
An Effective Job Recruitment System Using Content-based FilteringIRJET Journal
 
IRJET- Personality Prediction System using AI
IRJET- Personality Prediction System using AIIRJET- Personality Prediction System using AI
IRJET- Personality Prediction System using AIIRJET Journal
 
Resume Scanner Analyzer
Resume Scanner AnalyzerResume Scanner Analyzer
Resume Scanner AnalyzerIRJET Journal
 
Final project report
Final project reportFinal project report
Final project reportMahul Sompura
 
IRJET - Automated Attendance System using Facial Recognition
IRJET - Automated Attendance System using Facial RecognitionIRJET - Automated Attendance System using Facial Recognition
IRJET - Automated Attendance System using Facial RecognitionIRJET Journal
 
IRJET - Employee Monitoring and Tracking System
IRJET -  	  Employee Monitoring and Tracking SystemIRJET -  	  Employee Monitoring and Tracking System
IRJET - Employee Monitoring and Tracking SystemIRJET Journal
 
IRJET- Psychometric Assessment using Software Simulation
IRJET-  	  Psychometric Assessment using Software SimulationIRJET-  	  Psychometric Assessment using Software Simulation
IRJET- Psychometric Assessment using Software SimulationIRJET Journal
 
Hospital E-Token Management(outdoor)
Hospital E-Token Management(outdoor)Hospital E-Token Management(outdoor)
Hospital E-Token Management(outdoor)ANISUR RAHMAN
 
RECRUITMENT MANAGEMENT SYSTEM USING SALESFORCE.COM
RECRUITMENT MANAGEMENT SYSTEM USING SALESFORCE.COMRECRUITMENT MANAGEMENT SYSTEM USING SALESFORCE.COM
RECRUITMENT MANAGEMENT SYSTEM USING SALESFORCE.COMIRJET Journal
 
IRJET - Job Portal Analysis and Salary Prediction System
IRJET -  	  Job Portal Analysis and Salary Prediction SystemIRJET -  	  Job Portal Analysis and Salary Prediction System
IRJET - Job Portal Analysis and Salary Prediction SystemIRJET Journal
 
Ijsred v2 i5p95
Ijsred v2 i5p95Ijsred v2 i5p95
Ijsred v2 i5p95IJSRED
 

Similar to Personality Prediction and CV Analysis System (20)

CV INSPECTION USING NLP AND MACHINE LEARNING
CV INSPECTION USING NLP AND MACHINE LEARNINGCV INSPECTION USING NLP AND MACHINE LEARNING
CV INSPECTION USING NLP AND MACHINE LEARNING
 
Fingerprint Alert System A Solution for Effective Management System
Fingerprint Alert System A Solution for Effective Management SystemFingerprint Alert System A Solution for Effective Management System
Fingerprint Alert System A Solution for Effective Management System
 
IRJET- Automated CV Classification using Clustering Technique
IRJET- Automated CV Classification using Clustering TechniqueIRJET- Automated CV Classification using Clustering Technique
IRJET- Automated CV Classification using Clustering Technique
 
IRJET- Career Counselling Chatbot
IRJET-  	  Career Counselling ChatbotIRJET-  	  Career Counselling Chatbot
IRJET- Career Counselling Chatbot
 
Employee work management system project using codeIgniter
Employee work management system project using codeIgniter Employee work management system project using codeIgniter
Employee work management system project using codeIgniter
 
IRJET- ­Design and Development of Recruitment Support System for Placemen...
IRJET-  	  ­Design and Development of Recruitment Support System for Placemen...IRJET-  	  ­Design and Development of Recruitment Support System for Placemen...
IRJET- ­Design and Development of Recruitment Support System for Placemen...
 
IRJET- E-Attendance Manager: A Review
IRJET-  	  E-Attendance Manager: A ReviewIRJET-  	  E-Attendance Manager: A Review
IRJET- E-Attendance Manager: A Review
 
Automated Placement System
Automated Placement SystemAutomated Placement System
Automated Placement System
 
Modern Resume Analyser For Students And Organisations
Modern Resume Analyser For Students And OrganisationsModern Resume Analyser For Students And Organisations
Modern Resume Analyser For Students And Organisations
 
An Effective Job Recruitment System Using Content-based Filtering
An Effective Job Recruitment System Using Content-based FilteringAn Effective Job Recruitment System Using Content-based Filtering
An Effective Job Recruitment System Using Content-based Filtering
 
IRJET- Personality Prediction System using AI
IRJET- Personality Prediction System using AIIRJET- Personality Prediction System using AI
IRJET- Personality Prediction System using AI
 
Resume Scanner Analyzer
Resume Scanner AnalyzerResume Scanner Analyzer
Resume Scanner Analyzer
 
Final project report
Final project reportFinal project report
Final project report
 
IRJET - Automated Attendance System using Facial Recognition
IRJET - Automated Attendance System using Facial RecognitionIRJET - Automated Attendance System using Facial Recognition
IRJET - Automated Attendance System using Facial Recognition
 
IRJET - Employee Monitoring and Tracking System
IRJET -  	  Employee Monitoring and Tracking SystemIRJET -  	  Employee Monitoring and Tracking System
IRJET - Employee Monitoring and Tracking System
 
IRJET- Psychometric Assessment using Software Simulation
IRJET-  	  Psychometric Assessment using Software SimulationIRJET-  	  Psychometric Assessment using Software Simulation
IRJET- Psychometric Assessment using Software Simulation
 
Hospital E-Token Management(outdoor)
Hospital E-Token Management(outdoor)Hospital E-Token Management(outdoor)
Hospital E-Token Management(outdoor)
 
RECRUITMENT MANAGEMENT SYSTEM USING SALESFORCE.COM
RECRUITMENT MANAGEMENT SYSTEM USING SALESFORCE.COMRECRUITMENT MANAGEMENT SYSTEM USING SALESFORCE.COM
RECRUITMENT MANAGEMENT SYSTEM USING SALESFORCE.COM
 
IRJET - Job Portal Analysis and Salary Prediction System
IRJET -  	  Job Portal Analysis and Salary Prediction SystemIRJET -  	  Job Portal Analysis and Salary Prediction System
IRJET - Job Portal Analysis and Salary Prediction System
 
Ijsred v2 i5p95
Ijsred v2 i5p95Ijsred v2 i5p95
Ijsred v2 i5p95
 

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

Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
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
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
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
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
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
 

Recently uploaded (20)

Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
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
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
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
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
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
 

Personality Prediction and CV Analysis System

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 03 | Mar 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1714 Personality Prediction and CV Analysis System Riya Dagli1, Muskaan Shaikh2, Swapnil Bhadre3, Prof. Suchetadevi Gaikwad4 1Riya Dagli, Dept. of Information Technology Engineering, Atharva College of Engineering 2Muskaan Shaikh, Dept. of Information Technology Engineering, Atharva College of Engineering 3Swapnil Bhadre, Dept. of Information Technology Engineering, Atharva College of Engineering 4Prof. Suchetadevi Gaikwad, Dept. of Information Technology Engineering, Atharva College of Engineering, Maharashtra, India ---------------------------------------------------------------------***---------------------------------------------------------------------- Abstract - Human personality is a key aspect when it comes to the lie of individual of an organization. One of the ways to judge human personality is by using standard questionnaires related to emotional intelligence. In traditional methods, companies shortlist their candidates CV's manually. Here, we are presenting a system that uses a Q&A session related to emotional intelligence for predicting personality. Our system will ask the candidate to fill out the details and upload the CV and at the same time the candidate will see some questions which he have to rate out of 10.And after that, the result will be published with the Keywords and required information from CV and the predicted personality of the candidate and will tell him if he’s selected for the next round or not. Key Words: Personality Prediction, questionnaire, shortlisting, Eligibility 1. INTRODUCTION Human personality has played a vital role in the development of the organization when it comes to the recruitment of the candidate. Earlier, traditional methods were used for predicting personality such as questionnaires’, surveys, etc. Thus, resulting in spending a lot of time predicting the personality. Our proposed system will be predicting the personality of the candidate based on five personality traits. Depending upon the score, the personality of the candidate will be displayed thereby decreasing the workload of the HR department and It will become easy for the recruiters to shortlist the candidates according to their requirements in a very short period of time. These five personality traits are Openness, Agreeableness, Extraversion, Neuroticism and Conscientiousness. We will have questions based on these five personality traits. On the input window, candidates will enter their name and answer the questions on the scale of 1-10 and after answering those questions the candidate will upload their resume and will click on the Submit button. After submitting, the output window will occur with the details of the candidate such as the Name, Age, E-mail, Mobile number and other details fetched from the resume which they have uploaded and lastly the predicted personality will be displayed. Based on the results, the candidates will be shortlisted according to the organization needs. The HR will be responsible to design or alter the personality questions. This system will provide a fair CV ranking policy so the deserving candidate will get an opportunity according to their skills. 2. EXISTING SYSTEM The existing e-recruitment system doesn’t include personality prediction during accepting the CV’s .So it’ll make the work hectic by first accepting the CV then shortlisting candidates for checking personality. Our system will focus on checking for the main 5 personality traits viz. Openness, Agreeableness, Neuroticism, Consciousness, and Extroversion at the same time of accepting the CV and will produce the result etc. 3. REQUIREMENT ANALYSIS 3.1 Machine Learning Domain: Machine learning is a methodology which allows a system to learn and improve automatically from experience without being explicitly programmed. Machine learning helps in developing such programs that can access the data and use that data to learn itself. The main goal of machine learning is to allow computers to learn automatically with no need of human training again and again. 3.2 Python Libraries: 1. OS : For accessing the files and data from internal storage. 2. Pandas : For accessing and manipulating datasheets. 3. Numpy : For working on arrays and other data manipulation. 4. Tkinter : For building the GUI. 5. Functools : Tools for Manipulating Functions. Purpose: Functions that operate on other functions. 6.Pyresparser: Module for extracting information from resume.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 03 | Mar 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1715 7. Sklearn : It features various classification, regression and clustering algorithms. We used sklearn to make the model learn on various characteristic values using logical regression 3.3 Dataset 3.4 PYTHON IDLE: Python IDLE is an integrated development and learning platform that allows users to write python code easily for a particular project / work in development and uses 100 % python code and uses Tkinter GUI toolkit. 4. PROBLEM STATEMENT: In today’s scenario, CV’s are shortlisted by using traditional means which involves investing a lot of time and also the Genuinity of the candidates are not assured. In this busy world and given the current Covid-19 circumstances, face to face interviews are not possible so shortlisting the candidate’s CV’s based on their personality is difficult. For recruiting, the recruiters need to sort from a large pool of candidates who match their requirements and after taking multiple interviews candidates are shortlisted. As a result, we require technology which will predict the personality of the candidate and also saves time and also reduces the workload of the HR department and makes it easier for them to select the candidates for their organization. Therefore a system has been implemented for the same problem that is Personality prediction and CV analysis. 5. Proposed System The proposed solution will allow the HR department to shortlist the candidate based on their skillset and thereby giving a fair chance to every candidate. This system will also help to determine the genuineness of the employer. The test will help to find the personality of the employer .By answering those five personality questions it will be easier to find in which category of the personality the candidate falls in. Hence, the system will reduce the workload of the organization and will help to shortlist the employer faster. Fig 5.1.: Block diagram of proposed system 5.1 System Architecture and flow: ⦁ As shown in the architecture of the system, first the user will be welcomed on the home page. ⦁ Then he will arrive on the main page. Here the user will fill in the information i.e. name, age, gender, upload CV and answer the questions out of 10. ⦁ User will click on submit. The pyresparser module from python will scan and fetch the important information from the CV. ⦁ The dataset will compare the answers and produce the output as the predicted personality. 5.2 Algorithm Step 1) Start. Step 2) Open the main window. Step 3) Enter your details. Step 4) Upload CV (only .pdf &.docx). Step 5) Answer the questions. Step 6) Submit. Step 7) Pyresparser will scan the CV and fetch the important key details. Step 8) Dataset will analyze the answers fed and predict the personality. Step 9) Result page will show everything in a summarized manner i.e. user info, CV info, predicted personality. Step 10)End 6. OBJECTIVES The proposed system's aim is to replace the standard process of recruitment of candidates in companies and firms. This system helps shortlist the candidates to reduce the workload of taking numerous interviews of undeserving candidates. This system consists of a CV parser and a basic questionnaire regarding the five personality traits i.e.(Openness, consciousness, extroversion, agreeableness and neuroticism) According to answers given by the candidates the dataset will produce the final personality. The pyresparser will scan the CV and fetch the important key information. This system is also useful in situations like pandemic where interviewing numerous candidates face to face
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 03 | Mar 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1716 could be an issue. Hence shortlisting candidates can make it possible as only few candidates will have to go through face to face interviews. 1. To shortlist the right candidate according to their skills and experience. 2. To eliminate the manual traditional recruitment process. 3. To reduce workload of the recruitment process of the organization. 4. To shortlist the CV’s from a large pool of candidates CV’s. 5. Saves time for the HR department. 6. The system will be a great alternative for analyzing the candidates personality based on Five Personality traits. 7. Future Scope We can modify the existing system and attach it to a questionnaire so the personality score and the aptitude score will be calculated at the same time thereby reducing the workload even more. 8. System UI Fig 8.1: Home page Fig 8.2: Main Page 9. RESULT Fig 9.1: Result 1 Fig 9.2: Result 2 Fig 9.3: Result 3 As shown in above pictures, we can see how our system analyzed the CV, fetched the important points, predicted the personality and showed it as a result. Our system uses the main five personality traits viz. Openness, Consciousness, Extroversion, Agreeableness and Neuroticism. And we predict the personality according to answers feed by the user resulting into a short and crisp summarized view of candidate to the recruiter thereby saving time.
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 03 | Mar 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1717 10. CONCLUSION In this project, we have presented the prediction of human personality by using standard questionnaires that is provided by the HR Department according to the job selection criteria .Thus, we have developed a system that allows recruiting companies in short listing the right candidate for a specific job profile. The system would be used in many business sectors that will require expert candidate, thus reducing the work load on the human resource department and saving time. ACKNOWLEDGEMENT We owe sincere thanks to our college Atharva College of Engineering for giving us a platform to prepare a project on the topic "Personality Prediction And CV analysis system" and would like to thank our principal Dr. Shrikant Kallurkar for giving us the opportunities and time to conduct and research on the subject. We are sincerely grateful for Prof. Suchetadevi Gaikwad as our guide and Prof. Deepali Maste, Head of Information Technology Department, and our project coordinator Prof. Renuka Nagpure for providing help during our research, which would have seemed difficult without their motivation, constant support, and valuable suggestion. Moreover, the complication of this research paper would have been impossible without the co-operation, suggestion, and help of our friends and family REFERENCES [1] T. Pradhan, R. Bhansali, D. Chandnani and A. Pangaonkar, "Analysis of Personality Traits using Natural Language Processing and Deep Learning," 2020 Second International Conference on Inventive Research in Computing Applications (ICIRCA), 2020, pp. 457-461, doi: 10.1109/ICIRCA48905.2020.9183090. [2] Rout, Jayashree & Bagade, Sudhir & Yede, Pooja & Patil, Nirmiti. (2019). Personality Evaluation and CV Analysis using Machine Learning Algorithm. International Journal of Computer Sciences and Engineering. 7. 1852-1857. 10.26438/ijcse/v7i5.18521857. [3] P. S. Dandannavar, S. R. Mangalwede and P. M. Kulkarni, "Social Media Text - A Source for Personality Prediction," 2018 International Conference on Computational Techniques, Electronics and Mechanical Systems (CTEMS), 2018, pp. 62-65, doi: 10.1109/CTEMS.2018.8769304. [4] M.Suresh, D.Nagendrababu, S.Nakkiran and K.Vanjinathan, “A Survey On Personality Prediction Footprints On Social Media,”. International Research Journal of Engineering and Technology March-2016. [5] Kanupriya Sharma, Amanpreet Kaur (Computer Science Department,Chandigarh University, India),” A review of the existing state of Personality prediction of Twitter users with Machine Learning Algorithms”. IOSR Journal of Computer Engineering, Aug-2015