SlideShare a Scribd company logo
.
AI-POWERED EMPLOYEE APPRAISAL
SYSTEM BASED ON CREDIT SYSTEM
DONE BY
CHANDRASEKARAN.K
II - MCA
INTRODUCTION
 The AI-powered employee Appraisal system based on a credit system is a
software application that aims to provide an efficient and fair way of calculating
employee incentives in an organization.
 The system will use artificial intelligence (AI) algorithms to analyze employee
performance data and assign credits to each employee based on their performance.
 The system will work by first defining a set of key performance indicators (KPIs)
that are relevant to the organization's goals and objectives.
 These KPIs could include metrics such as sales revenue, customer satisfaction
scores, or project completion rates. Each employee's performance data will then be
measured against these KPIs, and the system will assign credits to each employee
based on their performance.
EXISTING SYSYTEM
 Biases: Appraisals can be subject to various biases, such as the halo effect (where
an employee is rated highly on one trait, and that rating influences the overall
appraisal), or the leniency bias (where appraisers tend to rate all employees as above
average).
 Inconsistency: Different managers may use different standards or criteria to
evaluate employee performance, leading to inconsistent appraisals across the
organization.
 Lack of employee involvement: Employees may feel disconnected from the
appraisal process if they are not given an opportunity to provide input or feedback on
their performance.
DISADVANTAGE OF EXISTING SYSTEM
 Lack of human touch
 Data quality and bias
 Need for ongoing maintenance and updates
 Limited context awareness
PROPOSED SYSTEM
 The AI-powered employee incentive calculation system based on a credit
system is a software application that aims to provide an efficient and fair
way of calculating employee incentives in an organization. The system will
use artificial intelligence (AI) algorithms to analyze employee performance
data and assign credits to each employee based on their performance.
 The system will work by first defining a set of key performance indicators
(KPIs) that are relevant to the organization's goals and objectives. These
KPIs could include metrics such as sales revenue, customer satisfaction
scores, or project completion rates. Each employee's performance data will
then be measured against these KPIs, and the system will assign credits to
each employee based on their performance.
The benefits of implementing this system include:
 Fairness: The system ensures that incentives are distributed fairly, based on
individual performance, rather than on subjective criteria.
 Efficiency: The use of AI algorithms streamlines the incentive calculation
process, saving time and resources for the organization.
 Motivation: The system provides employees with clear, quantifiable goals to
work towards, and incentivizes high performance, leading to increased
motivation and productivity.
HARDWARE REQUIREMENT
 PROCESSOR : Linux server
 RAM : 8 GB
 HARD DISK : 255 SSD
 SYSTEM TYPE : 64-bit operating system, x64-based processor
SOFTWARE REQUIREMENT 
 OPERATING SYSTEM : WINDOWS 10
 AI -ALGROITHM : CLASSIFICATION MACHINE LEARNINGALGORITHM
 TECHNOLOGY : MERN STACK
 FRONT-END : REACT.JS
 BACK-END : NODE.JS
 IDE : VS CODE, JUPYTER NOTEBOOK
REACT.JS
 React.js, commonly referred to as React, is an open-source JavaScript library for building user
interfaces (UIs).
 The main objective of ReactJS is to develop User Interfaces (UI) that improves the speed of the
apps.
 It uses virtual DOM (JavaScript object), which improves the performance of the app. The
JavaScript virtual DOM is faster than the regular DOM.
 We can use ReactJS on the client and server-side as well as with other frameworks. It uses
component and data patterns that improve readability and helps to maintain larger apps.
NODE.JS
 Node.js is an open-source, server-side JavaScript runtime environment built on
Chrome's V8 JavaScript engine.
 It allows developers to run JavaScript code outside of a web browser, making it well-
suited for creating scalable and efficient web applications and network servers.
 Node.js is cross-platform, meaning it can run on various operating systems, including
Windows, macOS, and Linux.
EXPRESS.JS
 Develops Node.js web applications quickly and easily.
 It’s simple to set up and personalise.
 Allows you to define application routes using HTTP methods and URLs.
 Simple to interface with a variety of template engines, including Jade, Vash, and EJS.
 Allows you to specify a middleware for handling errors
MONGO DB
 MongoDB is a popular open-source, NoSQL document-oriented database that provides
high scalability, flexibility, and performance for modern application development.
 MongoDB is widely used in various application domains, including web applications,
mobile apps, real-time analytics, content management systems, and more.
 Its scalability, flexibility, and rich querying capabilities make it a popular choice for
handling diverse and rapidly evolving data requirements.
KPI
 KPI stands for Key Performance Indicator. It is a measurable value that helps
organizations or individuals evaluate their success in achieving specific objectives
or goals.
 KPIs are essential in various fields, including business, project management,
healthcare, education, and more
 It is also reffered to as ‘KEY SUCCESS INDICATORS (KSI)’ .
 Metrics measure the success of everyday business activities that support your KPIs.
USE SMART CRITERIA
Use the SMART Criteria: Apply the SMART criteria to each KPI:
 Specific: Clearly define what the employee needs to achieve.
 Measurable: Set metrics or targets to gauge performance objectively.
 Achievable: Ensure the goals are realistic and attainable.
 Relevant: Ensure that the KPIs align with the employee's role and overall
company objectives.
 Time-bound: Set a timeframe or deadline for achieving the KPI.
PROCESS FLOW DIAGRAM
MODULES
 MANAGER
1. LOGIN
2. MEEETING LIST
3. EMPLOYEE LOG
 EMPLOYEE
1. CREDIT MODULE
2. ENCASHMENT – REQUEST
 HR
1. ENCASHMENT- APPROVAL
MANAGER
Meeting List
 Manager logs in into the portal and he selects the meeting list module then
selects the employee and to Set KPIs for employee quarterly basis.
 Review KPI’s data shared by employee and Provide feedback and Credits to
employee .
Employee Log
 Manager logs in into the portal and he selects the employee log module then he
selects the employee along with from date and to date.
 After that classification algorithm will be generated plot chart based on the
employee performance and then manager will give credits to the employee
based on that plot chart.
EMPLOYEE
Credit module
 Works on the quarterly provided KPIs. Share the Inputs for every KPIs.
 Submit it for Managerial review.
 Post review completes from manager Acknowledge the Review and Credits .
 Submit Encashment of Available credit
Encashment - request
 To encash the credit that is given by the manager to the employee, the
employee sends a request to the HR for the approval of the cash.
 If the employee encash for the first time, they wait for the three months to
encash the credit .
 If the employee’s credit balance more than 3 months, they sent encash request
to the hr.
HR
Encashment - approval
 Approves or Deny the encash request.
 Once approved Process the credit encashment’s equivalent cast to employee
via payroll
SCIKIT LEARN AI TOOL
 Scikit-learn is a Python package designed to facilitate use of machine learning and AI
algorithms.
 Scikit-learn (short for "Scientific Kit-Learn") is a popular open-source machine
learning library for the Python programming language. It provides simple and efficient
tools for data mining and data analysis, as well as for building and evaluating machine
learning models.
CLASSIFICATION ALGORITHM
 The Classification algorithm is a Supervised Learning technique that is used to identify
the category of new observations on the basis of training data.
 In Classification, a program learns from the given dataset or observations and then
classifies new observation into a number of classes or groups.
Matplotlib
Matplotlib is a powerful and very popular data visualization library in Python.
Importing Libraries:
 import matplotlib.pyplot as plt: This imports the matplotlib.pyplot module
and gives it the alias plt. matplotlib.pyplot is a plotting library in Python
used for creating various types of plots and visualizations.
 from sklearn.datasets import make_blobs, make_classification,
make_gaussian_quantiles: This imports three functions from the
sklearn.datasets module. Scikit-learn (or sklearn) is a popular machine
learning library in Python that provides various tools for data manipulation,
preprocessing, and model building. These functions are used to generate
synthetic datasets with specific properties for testing and experimentation.
Generating Synthetic Datasets:
 make_blobs: This function generates clusters of data points in a n-
dimensional space. It is often used for creating datasets with well-separated
clusters.
 make_classification: This function generates a random classification
dataset. It allows you to control various parameters like the number of
samples, features, informative features, and class distribution.
 make_gaussian_quantiles: This function generates isotropic Gaussian
blobs for classification. It creates clusters of data points with a specified
number of classes and a certain variance within each class.
These functions are useful when you want to quickly create synthetic datasets
for testing machine learning algorithms or visualizing their behavior. After
generating the synthetic data, you can use the matplotlib library to create
visualizations and plots to better understand the data distribution and
characteristics.
DOWNLOADED EXCEL DATA FROM SERVER
DOWNLOADED EXCEL DATA FROM SERVER
MANAGER MODULE
LOGIN
METTING LIST
SETTING KPI
EMPLOYEE MODULE
VIEW KPI
SUBMIT KPI
GENERATE PLOT CHART
HR MODULE
CONCLUSION
 The employee credit management system plays a crucial role in assessing
the creditworthiness of employees within an organization.
 Through this system, an organization can make informed decisions
regarding employee loans, credit limits, and financial benefits
 Key benefits of an employee credit management system include improved
risk management, efficient loan processing, accurate credit scoring, and
enhanced financial planning for the organization and its employees.
.
.
THANK YOU
Ad

More Related Content

Similar to The AI-powered employee Appraisal system based on a credit system is a software application that aims to provide an efficient and fair way of calculating employee incentives in an organization. (20)

Payroll management presentation
Payroll management presentationPayroll management presentation
Payroll management presentation
Anam Khan
 
Vikas Resume
Vikas ResumeVikas Resume
Vikas Resume
vikas kumar choudhary
 
KPI Suite Platform Brief EN
KPI Suite Platform Brief ENKPI Suite Platform Brief EN
KPI Suite Platform Brief EN
mparunakyan
 
CV_Nitin_Kumar_2022
CV_Nitin_Kumar_2022CV_Nitin_Kumar_2022
CV_Nitin_Kumar_2022
NITIN KUMAR
 
Sohan Sharma MSBI
Sohan Sharma MSBISohan Sharma MSBI
Sohan Sharma MSBI
Sohan Sharma
 
CV Khader Dec'16
CV Khader Dec'16CV Khader Dec'16
CV Khader Dec'16
Syed Abdul Khader
 
CV NitinKumar_2020
CV NitinKumar_2020CV NitinKumar_2020
CV NitinKumar_2020
NITIN KUMAR
 
Resume
ResumeResume
Resume
Ankit.Rustagi
 
Generative AI_ The force-multiplier for SDLC.pptx
Generative AI_ The force-multiplier for SDLC.pptxGenerative AI_ The force-multiplier for SDLC.pptx
Generative AI_ The force-multiplier for SDLC.pptx
Kumar Iyer
 
CONNECTED_INSIGHT_APQC_Benchmark.pdf
CONNECTED_INSIGHT_APQC_Benchmark.pdfCONNECTED_INSIGHT_APQC_Benchmark.pdf
CONNECTED_INSIGHT_APQC_Benchmark.pdf
KyuCho8
 
Scrum it up!
Scrum it up!Scrum it up!
Scrum it up!
Juan Santisi
 
BhaskarCV
BhaskarCVBhaskarCV
BhaskarCV
Bhaskar Choudhary
 
APQC + Connected Insight = Informed Targets + Sustainable Momentum
APQC + Connected Insight = Informed Targets + Sustainable MomentumAPQC + Connected Insight = Informed Targets + Sustainable Momentum
APQC + Connected Insight = Informed Targets + Sustainable Momentum
KyuCho8
 
Sunil lokhande
Sunil lokhandeSunil lokhande
Sunil lokhande
SUNIL LOKHANDE
 
Case Study: How Caixa Econômica in Brazil Uses IBM® Rational® Insight and Per...
Case Study: How Caixa Econômica in Brazil Uses IBM® Rational® Insight and Per...Case Study: How Caixa Econômica in Brazil Uses IBM® Rational® Insight and Per...
Case Study: How Caixa Econômica in Brazil Uses IBM® Rational® Insight and Per...
Paulo Lacerda
 
Senior Test Engineer
Senior Test EngineerSenior Test Engineer
Senior Test Engineer
Kishore Panchagiri
 
CV_RahulSinghQA
CV_RahulSinghQACV_RahulSinghQA
CV_RahulSinghQA
Rahul Singh
 
Prashant Patil - MSBI - 10 Yrs
Prashant Patil - MSBI - 10 YrsPrashant Patil - MSBI - 10 Yrs
Prashant Patil - MSBI - 10 Yrs
Prashant Patil
 
Mukesh Sharma
Mukesh SharmaMukesh Sharma
Mukesh Sharma
Mukesh Sharma
 
Inventory System
Inventory System Inventory System
Inventory System
Nasir152222
 
Payroll management presentation
Payroll management presentationPayroll management presentation
Payroll management presentation
Anam Khan
 
KPI Suite Platform Brief EN
KPI Suite Platform Brief ENKPI Suite Platform Brief EN
KPI Suite Platform Brief EN
mparunakyan
 
CV_Nitin_Kumar_2022
CV_Nitin_Kumar_2022CV_Nitin_Kumar_2022
CV_Nitin_Kumar_2022
NITIN KUMAR
 
CV NitinKumar_2020
CV NitinKumar_2020CV NitinKumar_2020
CV NitinKumar_2020
NITIN KUMAR
 
Generative AI_ The force-multiplier for SDLC.pptx
Generative AI_ The force-multiplier for SDLC.pptxGenerative AI_ The force-multiplier for SDLC.pptx
Generative AI_ The force-multiplier for SDLC.pptx
Kumar Iyer
 
CONNECTED_INSIGHT_APQC_Benchmark.pdf
CONNECTED_INSIGHT_APQC_Benchmark.pdfCONNECTED_INSIGHT_APQC_Benchmark.pdf
CONNECTED_INSIGHT_APQC_Benchmark.pdf
KyuCho8
 
APQC + Connected Insight = Informed Targets + Sustainable Momentum
APQC + Connected Insight = Informed Targets + Sustainable MomentumAPQC + Connected Insight = Informed Targets + Sustainable Momentum
APQC + Connected Insight = Informed Targets + Sustainable Momentum
KyuCho8
 
Case Study: How Caixa Econômica in Brazil Uses IBM® Rational® Insight and Per...
Case Study: How Caixa Econômica in Brazil Uses IBM® Rational® Insight and Per...Case Study: How Caixa Econômica in Brazil Uses IBM® Rational® Insight and Per...
Case Study: How Caixa Econômica in Brazil Uses IBM® Rational® Insight and Per...
Paulo Lacerda
 
Prashant Patil - MSBI - 10 Yrs
Prashant Patil - MSBI - 10 YrsPrashant Patil - MSBI - 10 Yrs
Prashant Patil - MSBI - 10 Yrs
Prashant Patil
 
Inventory System
Inventory System Inventory System
Inventory System
Nasir152222
 

Recently uploaded (20)

Sample animal revalidation protocol for resaecrh based.pptx
Sample animal revalidation protocol for resaecrh based.pptxSample animal revalidation protocol for resaecrh based.pptx
Sample animal revalidation protocol for resaecrh based.pptx
azeemccras
 
!Warshauer Paul Curriculum Vitae, Resume
!Warshauer Paul Curriculum Vitae, Resume!Warshauer Paul Curriculum Vitae, Resume
!Warshauer Paul Curriculum Vitae, Resume
PaulWarshauer1
 
Top Business Schools in Delhi For Quality Education
Top Business Schools in Delhi For Quality EducationTop Business Schools in Delhi For Quality Education
Top Business Schools in Delhi For Quality Education
top10privatecolleges
 
Huckel_MO_Theory_Colorful_Presentation (1).pptx
Huckel_MO_Theory_Colorful_Presentation (1).pptxHuckel_MO_Theory_Colorful_Presentation (1).pptx
Huckel_MO_Theory_Colorful_Presentation (1).pptx
study2022bsc
 
HCollege ppt guidance and counselin.pptx
HCollege ppt guidance and counselin.pptxHCollege ppt guidance and counselin.pptx
HCollege ppt guidance and counselin.pptx
liajohn0808
 
Stakeholders Management GT 11052021.cleaned.pptx
Stakeholders Management GT 11052021.cleaned.pptxStakeholders Management GT 11052021.cleaned.pptx
Stakeholders Management GT 11052021.cleaned.pptx
SaranshJeena
 
Pixida, Simplifying Success in Germany, the USA, Brazil, China and Portugal
Pixida, Simplifying Success in Germany, the USA, Brazil, China and PortugalPixida, Simplifying Success in Germany, the USA, Brazil, China and Portugal
Pixida, Simplifying Success in Germany, the USA, Brazil, China and Portugal
TechMeetups
 
SHIPPING CONTAINdccdcdERS BC (2).pdf.pptx
SHIPPING CONTAINdccdcdERS BC (2).pdf.pptxSHIPPING CONTAINdccdcdERS BC (2).pdf.pptx
SHIPPING CONTAINdccdcdERS BC (2).pdf.pptx
ArshjotSingh30
 
Research Project csi1 - This presentation compares popular web browsers such ...
Research Project csi1 - This presentation compares popular web browsers such ...Research Project csi1 - This presentation compares popular web browsers such ...
Research Project csi1 - This presentation compares popular web browsers such ...
bomisung0207
 
Placement cell of college - why choose me
Placement cell of college - why choose mePlacement cell of college - why choose me
Placement cell of college - why choose me
mmanvi024
 
Software Development Business Plan1.pptx
Software Development Business Plan1.pptxSoftware Development Business Plan1.pptx
Software Development Business Plan1.pptx
vkprintingsolution
 
LCL216_2024-2_WEEKS 4 & 5_IF CLAUSES (1).pdf
LCL216_2024-2_WEEKS 4 & 5_IF CLAUSES (1).pdfLCL216_2024-2_WEEKS 4 & 5_IF CLAUSES (1).pdf
LCL216_2024-2_WEEKS 4 & 5_IF CLAUSES (1).pdf
rafaelsago2015
 
Science Lab Safety PPT.pptxwgyie ulbyaaaaaaaaaaaaaaaaaaaaaau
Science Lab Safety PPT.pptxwgyie ulbyaaaaaaaaaaaaaaaaaaaaaauScience Lab Safety PPT.pptxwgyie ulbyaaaaaaaaaaaaaaaaaaaaaau
Science Lab Safety PPT.pptxwgyie ulbyaaaaaaaaaaaaaaaaaaaaaau
atifkhan990367
 
Latest Questions & Answers | Prepare for H3C GB0-961 Certification
Latest Questions & Answers | Prepare for H3C GB0-961 CertificationLatest Questions & Answers | Prepare for H3C GB0-961 Certification
Latest Questions & Answers | Prepare for H3C GB0-961 Certification
NWEXAM
 
RCM-billing in medical coding0000 1.pptx
RCM-billing in medical coding0000 1.pptxRCM-billing in medical coding0000 1.pptx
RCM-billing in medical coding0000 1.pptx
liajohn0808
 
When Is the Best Time to Use Job Finding Apps?
When Is the Best Time to Use Job Finding Apps?When Is the Best Time to Use Job Finding Apps?
When Is the Best Time to Use Job Finding Apps?
SnapJob
 
COMPRESSION MODELSCOMPRESSION MODELSCOMPRESSION MODELS
COMPRESSION MODELSCOMPRESSION MODELSCOMPRESSION MODELSCOMPRESSION MODELSCOMPRESSION MODELSCOMPRESSION MODELS
COMPRESSION MODELSCOMPRESSION MODELSCOMPRESSION MODELS
johncena77770789
 
Bronchitis_Presentation_with_Images.pptx
Bronchitis_Presentation_with_Images.pptxBronchitis_Presentation_with_Images.pptx
Bronchitis_Presentation_with_Images.pptx
monmohanchowdhury8
 
Career Planning After Class XII: Your Roadmap to Success
Career Planning After Class XII: Your Roadmap to SuccessCareer Planning After Class XII: Your Roadmap to Success
Career Planning After Class XII: Your Roadmap to Success
Dr. Radhika Sharma
 
Traditional Medicine aDRTYSRTYSRTnd HIV.ppt
Traditional Medicine aDRTYSRTYSRTnd HIV.pptTraditional Medicine aDRTYSRTYSRTnd HIV.ppt
Traditional Medicine aDRTYSRTYSRTnd HIV.ppt
XolaniRadebe7
 
Sample animal revalidation protocol for resaecrh based.pptx
Sample animal revalidation protocol for resaecrh based.pptxSample animal revalidation protocol for resaecrh based.pptx
Sample animal revalidation protocol for resaecrh based.pptx
azeemccras
 
!Warshauer Paul Curriculum Vitae, Resume
!Warshauer Paul Curriculum Vitae, Resume!Warshauer Paul Curriculum Vitae, Resume
!Warshauer Paul Curriculum Vitae, Resume
PaulWarshauer1
 
Top Business Schools in Delhi For Quality Education
Top Business Schools in Delhi For Quality EducationTop Business Schools in Delhi For Quality Education
Top Business Schools in Delhi For Quality Education
top10privatecolleges
 
Huckel_MO_Theory_Colorful_Presentation (1).pptx
Huckel_MO_Theory_Colorful_Presentation (1).pptxHuckel_MO_Theory_Colorful_Presentation (1).pptx
Huckel_MO_Theory_Colorful_Presentation (1).pptx
study2022bsc
 
HCollege ppt guidance and counselin.pptx
HCollege ppt guidance and counselin.pptxHCollege ppt guidance and counselin.pptx
HCollege ppt guidance and counselin.pptx
liajohn0808
 
Stakeholders Management GT 11052021.cleaned.pptx
Stakeholders Management GT 11052021.cleaned.pptxStakeholders Management GT 11052021.cleaned.pptx
Stakeholders Management GT 11052021.cleaned.pptx
SaranshJeena
 
Pixida, Simplifying Success in Germany, the USA, Brazil, China and Portugal
Pixida, Simplifying Success in Germany, the USA, Brazil, China and PortugalPixida, Simplifying Success in Germany, the USA, Brazil, China and Portugal
Pixida, Simplifying Success in Germany, the USA, Brazil, China and Portugal
TechMeetups
 
SHIPPING CONTAINdccdcdERS BC (2).pdf.pptx
SHIPPING CONTAINdccdcdERS BC (2).pdf.pptxSHIPPING CONTAINdccdcdERS BC (2).pdf.pptx
SHIPPING CONTAINdccdcdERS BC (2).pdf.pptx
ArshjotSingh30
 
Research Project csi1 - This presentation compares popular web browsers such ...
Research Project csi1 - This presentation compares popular web browsers such ...Research Project csi1 - This presentation compares popular web browsers such ...
Research Project csi1 - This presentation compares popular web browsers such ...
bomisung0207
 
Placement cell of college - why choose me
Placement cell of college - why choose mePlacement cell of college - why choose me
Placement cell of college - why choose me
mmanvi024
 
Software Development Business Plan1.pptx
Software Development Business Plan1.pptxSoftware Development Business Plan1.pptx
Software Development Business Plan1.pptx
vkprintingsolution
 
LCL216_2024-2_WEEKS 4 & 5_IF CLAUSES (1).pdf
LCL216_2024-2_WEEKS 4 & 5_IF CLAUSES (1).pdfLCL216_2024-2_WEEKS 4 & 5_IF CLAUSES (1).pdf
LCL216_2024-2_WEEKS 4 & 5_IF CLAUSES (1).pdf
rafaelsago2015
 
Science Lab Safety PPT.pptxwgyie ulbyaaaaaaaaaaaaaaaaaaaaaau
Science Lab Safety PPT.pptxwgyie ulbyaaaaaaaaaaaaaaaaaaaaaauScience Lab Safety PPT.pptxwgyie ulbyaaaaaaaaaaaaaaaaaaaaaau
Science Lab Safety PPT.pptxwgyie ulbyaaaaaaaaaaaaaaaaaaaaaau
atifkhan990367
 
Latest Questions & Answers | Prepare for H3C GB0-961 Certification
Latest Questions & Answers | Prepare for H3C GB0-961 CertificationLatest Questions & Answers | Prepare for H3C GB0-961 Certification
Latest Questions & Answers | Prepare for H3C GB0-961 Certification
NWEXAM
 
RCM-billing in medical coding0000 1.pptx
RCM-billing in medical coding0000 1.pptxRCM-billing in medical coding0000 1.pptx
RCM-billing in medical coding0000 1.pptx
liajohn0808
 
When Is the Best Time to Use Job Finding Apps?
When Is the Best Time to Use Job Finding Apps?When Is the Best Time to Use Job Finding Apps?
When Is the Best Time to Use Job Finding Apps?
SnapJob
 
COMPRESSION MODELSCOMPRESSION MODELSCOMPRESSION MODELS
COMPRESSION MODELSCOMPRESSION MODELSCOMPRESSION MODELSCOMPRESSION MODELSCOMPRESSION MODELSCOMPRESSION MODELS
COMPRESSION MODELSCOMPRESSION MODELSCOMPRESSION MODELS
johncena77770789
 
Bronchitis_Presentation_with_Images.pptx
Bronchitis_Presentation_with_Images.pptxBronchitis_Presentation_with_Images.pptx
Bronchitis_Presentation_with_Images.pptx
monmohanchowdhury8
 
Career Planning After Class XII: Your Roadmap to Success
Career Planning After Class XII: Your Roadmap to SuccessCareer Planning After Class XII: Your Roadmap to Success
Career Planning After Class XII: Your Roadmap to Success
Dr. Radhika Sharma
 
Traditional Medicine aDRTYSRTYSRTnd HIV.ppt
Traditional Medicine aDRTYSRTYSRTnd HIV.pptTraditional Medicine aDRTYSRTYSRTnd HIV.ppt
Traditional Medicine aDRTYSRTYSRTnd HIV.ppt
XolaniRadebe7
 
Ad

The AI-powered employee Appraisal system based on a credit system is a software application that aims to provide an efficient and fair way of calculating employee incentives in an organization.

  • 1. . AI-POWERED EMPLOYEE APPRAISAL SYSTEM BASED ON CREDIT SYSTEM DONE BY CHANDRASEKARAN.K II - MCA
  • 2. INTRODUCTION  The AI-powered employee Appraisal system based on a credit system is a software application that aims to provide an efficient and fair way of calculating employee incentives in an organization.  The system will use artificial intelligence (AI) algorithms to analyze employee performance data and assign credits to each employee based on their performance.  The system will work by first defining a set of key performance indicators (KPIs) that are relevant to the organization's goals and objectives.  These KPIs could include metrics such as sales revenue, customer satisfaction scores, or project completion rates. Each employee's performance data will then be measured against these KPIs, and the system will assign credits to each employee based on their performance.
  • 3. EXISTING SYSYTEM  Biases: Appraisals can be subject to various biases, such as the halo effect (where an employee is rated highly on one trait, and that rating influences the overall appraisal), or the leniency bias (where appraisers tend to rate all employees as above average).  Inconsistency: Different managers may use different standards or criteria to evaluate employee performance, leading to inconsistent appraisals across the organization.  Lack of employee involvement: Employees may feel disconnected from the appraisal process if they are not given an opportunity to provide input or feedback on their performance.
  • 4. DISADVANTAGE OF EXISTING SYSTEM  Lack of human touch  Data quality and bias  Need for ongoing maintenance and updates  Limited context awareness
  • 5. PROPOSED SYSTEM  The AI-powered employee incentive calculation system based on a credit system is a software application that aims to provide an efficient and fair way of calculating employee incentives in an organization. The system will use artificial intelligence (AI) algorithms to analyze employee performance data and assign credits to each employee based on their performance.  The system will work by first defining a set of key performance indicators (KPIs) that are relevant to the organization's goals and objectives. These KPIs could include metrics such as sales revenue, customer satisfaction scores, or project completion rates. Each employee's performance data will then be measured against these KPIs, and the system will assign credits to each employee based on their performance.
  • 6. The benefits of implementing this system include:  Fairness: The system ensures that incentives are distributed fairly, based on individual performance, rather than on subjective criteria.  Efficiency: The use of AI algorithms streamlines the incentive calculation process, saving time and resources for the organization.  Motivation: The system provides employees with clear, quantifiable goals to work towards, and incentivizes high performance, leading to increased motivation and productivity.
  • 7. HARDWARE REQUIREMENT  PROCESSOR : Linux server  RAM : 8 GB  HARD DISK : 255 SSD  SYSTEM TYPE : 64-bit operating system, x64-based processor
  • 8. SOFTWARE REQUIREMENT   OPERATING SYSTEM : WINDOWS 10  AI -ALGROITHM : CLASSIFICATION MACHINE LEARNINGALGORITHM  TECHNOLOGY : MERN STACK  FRONT-END : REACT.JS  BACK-END : NODE.JS  IDE : VS CODE, JUPYTER NOTEBOOK
  • 9. REACT.JS  React.js, commonly referred to as React, is an open-source JavaScript library for building user interfaces (UIs).  The main objective of ReactJS is to develop User Interfaces (UI) that improves the speed of the apps.  It uses virtual DOM (JavaScript object), which improves the performance of the app. The JavaScript virtual DOM is faster than the regular DOM.  We can use ReactJS on the client and server-side as well as with other frameworks. It uses component and data patterns that improve readability and helps to maintain larger apps. NODE.JS  Node.js is an open-source, server-side JavaScript runtime environment built on Chrome's V8 JavaScript engine.  It allows developers to run JavaScript code outside of a web browser, making it well- suited for creating scalable and efficient web applications and network servers.  Node.js is cross-platform, meaning it can run on various operating systems, including Windows, macOS, and Linux.
  • 10. EXPRESS.JS  Develops Node.js web applications quickly and easily.  It’s simple to set up and personalise.  Allows you to define application routes using HTTP methods and URLs.  Simple to interface with a variety of template engines, including Jade, Vash, and EJS.  Allows you to specify a middleware for handling errors MONGO DB  MongoDB is a popular open-source, NoSQL document-oriented database that provides high scalability, flexibility, and performance for modern application development.  MongoDB is widely used in various application domains, including web applications, mobile apps, real-time analytics, content management systems, and more.  Its scalability, flexibility, and rich querying capabilities make it a popular choice for handling diverse and rapidly evolving data requirements.
  • 11. KPI  KPI stands for Key Performance Indicator. It is a measurable value that helps organizations or individuals evaluate their success in achieving specific objectives or goals.  KPIs are essential in various fields, including business, project management, healthcare, education, and more  It is also reffered to as ‘KEY SUCCESS INDICATORS (KSI)’ .  Metrics measure the success of everyday business activities that support your KPIs.
  • 12. USE SMART CRITERIA Use the SMART Criteria: Apply the SMART criteria to each KPI:  Specific: Clearly define what the employee needs to achieve.  Measurable: Set metrics or targets to gauge performance objectively.  Achievable: Ensure the goals are realistic and attainable.  Relevant: Ensure that the KPIs align with the employee's role and overall company objectives.  Time-bound: Set a timeframe or deadline for achieving the KPI.
  • 14. MODULES  MANAGER 1. LOGIN 2. MEEETING LIST 3. EMPLOYEE LOG  EMPLOYEE 1. CREDIT MODULE 2. ENCASHMENT – REQUEST  HR 1. ENCASHMENT- APPROVAL
  • 15. MANAGER Meeting List  Manager logs in into the portal and he selects the meeting list module then selects the employee and to Set KPIs for employee quarterly basis.  Review KPI’s data shared by employee and Provide feedback and Credits to employee .
  • 16. Employee Log  Manager logs in into the portal and he selects the employee log module then he selects the employee along with from date and to date.  After that classification algorithm will be generated plot chart based on the employee performance and then manager will give credits to the employee based on that plot chart.
  • 17. EMPLOYEE Credit module  Works on the quarterly provided KPIs. Share the Inputs for every KPIs.  Submit it for Managerial review.  Post review completes from manager Acknowledge the Review and Credits .  Submit Encashment of Available credit
  • 18. Encashment - request  To encash the credit that is given by the manager to the employee, the employee sends a request to the HR for the approval of the cash.  If the employee encash for the first time, they wait for the three months to encash the credit .  If the employee’s credit balance more than 3 months, they sent encash request to the hr.
  • 19. HR Encashment - approval  Approves or Deny the encash request.  Once approved Process the credit encashment’s equivalent cast to employee via payroll
  • 20. SCIKIT LEARN AI TOOL  Scikit-learn is a Python package designed to facilitate use of machine learning and AI algorithms.  Scikit-learn (short for "Scientific Kit-Learn") is a popular open-source machine learning library for the Python programming language. It provides simple and efficient tools for data mining and data analysis, as well as for building and evaluating machine learning models. CLASSIFICATION ALGORITHM  The Classification algorithm is a Supervised Learning technique that is used to identify the category of new observations on the basis of training data.  In Classification, a program learns from the given dataset or observations and then classifies new observation into a number of classes or groups.
  • 21. Matplotlib Matplotlib is a powerful and very popular data visualization library in Python.
  • 22. Importing Libraries:  import matplotlib.pyplot as plt: This imports the matplotlib.pyplot module and gives it the alias plt. matplotlib.pyplot is a plotting library in Python used for creating various types of plots and visualizations.  from sklearn.datasets import make_blobs, make_classification, make_gaussian_quantiles: This imports three functions from the sklearn.datasets module. Scikit-learn (or sklearn) is a popular machine learning library in Python that provides various tools for data manipulation, preprocessing, and model building. These functions are used to generate synthetic datasets with specific properties for testing and experimentation.
  • 23. Generating Synthetic Datasets:  make_blobs: This function generates clusters of data points in a n- dimensional space. It is often used for creating datasets with well-separated clusters.  make_classification: This function generates a random classification dataset. It allows you to control various parameters like the number of samples, features, informative features, and class distribution.  make_gaussian_quantiles: This function generates isotropic Gaussian blobs for classification. It creates clusters of data points with a specified number of classes and a certain variance within each class. These functions are useful when you want to quickly create synthetic datasets for testing machine learning algorithms or visualizing their behavior. After generating the synthetic data, you can use the matplotlib library to create visualizations and plots to better understand the data distribution and characteristics.
  • 24. DOWNLOADED EXCEL DATA FROM SERVER
  • 25. DOWNLOADED EXCEL DATA FROM SERVER
  • 34. CONCLUSION  The employee credit management system plays a crucial role in assessing the creditworthiness of employees within an organization.  Through this system, an organization can make informed decisions regarding employee loans, credit limits, and financial benefits  Key benefits of an employee credit management system include improved risk management, efficient loan processing, accurate credit scoring, and enhanced financial planning for the organization and its employees. .