SlideShare a Scribd company logo
1 of 35
.
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

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.

Payrollmanagement 131216001152-phpapp02
Payrollmanagement 131216001152-phpapp02Payrollmanagement 131216001152-phpapp02
Payrollmanagement 131216001152-phpapp02Anam Khan
 
KPI Suite Platform Brief EN
KPI Suite Platform Brief ENKPI Suite Platform Brief EN
KPI Suite Platform Brief ENmparunakyan
 
CV_Nitin_Kumar_2022
CV_Nitin_Kumar_2022CV_Nitin_Kumar_2022
CV_Nitin_Kumar_2022NITIN KUMAR
 
CV NitinKumar_2020
CV NitinKumar_2020CV NitinKumar_2020
CV NitinKumar_2020NITIN 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.pptxKumar Iyer
 
CONNECTED_INSIGHT_APQC_Benchmark.pdf
CONNECTED_INSIGHT_APQC_Benchmark.pdfCONNECTED_INSIGHT_APQC_Benchmark.pdf
CONNECTED_INSIGHT_APQC_Benchmark.pdfKyuCho8
 
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 MomentumKyuCho8
 
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 YrsPrashant Patil
 
Inventory System
Inventory System Inventory System
Inventory System Nasir152222
 

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)

Payrollmanagement 131216001152-phpapp02
Payrollmanagement 131216001152-phpapp02Payrollmanagement 131216001152-phpapp02
Payrollmanagement 131216001152-phpapp02
 
Vikas Resume
Vikas ResumeVikas Resume
Vikas Resume
 
KPI Suite Platform Brief EN
KPI Suite Platform Brief ENKPI Suite Platform Brief EN
KPI Suite Platform Brief EN
 
CV_Nitin_Kumar_2022
CV_Nitin_Kumar_2022CV_Nitin_Kumar_2022
CV_Nitin_Kumar_2022
 
Sohan Sharma MSBI
Sohan Sharma MSBISohan Sharma MSBI
Sohan Sharma MSBI
 
CV Khader Dec'16
CV Khader Dec'16CV Khader Dec'16
CV Khader Dec'16
 
CV NitinKumar_2020
CV NitinKumar_2020CV NitinKumar_2020
CV NitinKumar_2020
 
Resume
ResumeResume
Resume
 
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
 
CONNECTED_INSIGHT_APQC_Benchmark.pdf
CONNECTED_INSIGHT_APQC_Benchmark.pdfCONNECTED_INSIGHT_APQC_Benchmark.pdf
CONNECTED_INSIGHT_APQC_Benchmark.pdf
 
Scrum it up!
Scrum it up!Scrum it up!
Scrum it up!
 
BhaskarCV
BhaskarCVBhaskarCV
BhaskarCV
 
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
 
Sunil lokhande
Sunil lokhandeSunil 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...
 
Senior Test Engineer
Senior Test EngineerSenior Test Engineer
Senior Test Engineer
 
CV_RahulSinghQA
CV_RahulSinghQACV_RahulSinghQA
CV_RahulSinghQA
 
Prashant Patil - MSBI - 10 Yrs
Prashant Patil - MSBI - 10 YrsPrashant Patil - MSBI - 10 Yrs
Prashant Patil - MSBI - 10 Yrs
 
Mukesh Sharma
Mukesh SharmaMukesh Sharma
Mukesh Sharma
 
Inventory System
Inventory System Inventory System
Inventory System
 

Recently uploaded

办理(NUS毕业证书)新加坡国立大学毕业证成绩单原版一比一
办理(NUS毕业证书)新加坡国立大学毕业证成绩单原版一比一办理(NUS毕业证书)新加坡国立大学毕业证成绩单原版一比一
办理(NUS毕业证书)新加坡国立大学毕业证成绩单原版一比一F La
 
Preventing and ending sexual harassment in the workplace.pptx
Preventing and ending sexual harassment in the workplace.pptxPreventing and ending sexual harassment in the workplace.pptx
Preventing and ending sexual harassment in the workplace.pptxGry Tina Tinde
 
VIP Call Girls Service Jamshedpur Aishwarya 8250192130 Independent Escort Ser...
VIP Call Girls Service Jamshedpur Aishwarya 8250192130 Independent Escort Ser...VIP Call Girls Service Jamshedpur Aishwarya 8250192130 Independent Escort Ser...
VIP Call Girls Service Jamshedpur Aishwarya 8250192130 Independent Escort Ser...Suhani Kapoor
 
Call Girls Mukherjee Nagar Delhi reach out to us at ☎ 9711199012
Call Girls Mukherjee Nagar Delhi reach out to us at ☎ 9711199012Call Girls Mukherjee Nagar Delhi reach out to us at ☎ 9711199012
Call Girls Mukherjee Nagar Delhi reach out to us at ☎ 9711199012rehmti665
 
VIP High Profile Call Girls Jamshedpur Aarushi 8250192130 Independent Escort ...
VIP High Profile Call Girls Jamshedpur Aarushi 8250192130 Independent Escort ...VIP High Profile Call Girls Jamshedpur Aarushi 8250192130 Independent Escort ...
VIP High Profile Call Girls Jamshedpur Aarushi 8250192130 Independent Escort ...Suhani Kapoor
 
定制(UQ毕业证书)澳洲昆士兰大学毕业证成绩单原版一比一
定制(UQ毕业证书)澳洲昆士兰大学毕业证成绩单原版一比一定制(UQ毕业证书)澳洲昆士兰大学毕业证成绩单原版一比一
定制(UQ毕业证书)澳洲昆士兰大学毕业证成绩单原版一比一lvtagr7
 
Final Completion Certificate of Marketing Management Internship
Final Completion Certificate of Marketing Management InternshipFinal Completion Certificate of Marketing Management Internship
Final Completion Certificate of Marketing Management InternshipSoham Mondal
 
阿德莱德大学本科毕业证成绩单咨询(书英文硕士学位证)
阿德莱德大学本科毕业证成绩单咨询(书英文硕士学位证)阿德莱德大学本科毕业证成绩单咨询(书英文硕士学位证)
阿德莱德大学本科毕业证成绩单咨询(书英文硕士学位证)obuhobo
 
Call Girls In Bhikaji Cama Place 24/7✡️9711147426✡️ Escorts Service
Call Girls In Bhikaji Cama Place 24/7✡️9711147426✡️ Escorts ServiceCall Girls In Bhikaji Cama Place 24/7✡️9711147426✡️ Escorts Service
Call Girls In Bhikaji Cama Place 24/7✡️9711147426✡️ Escorts Servicejennyeacort
 
Storytelling, Ethics and Workflow in Documentary Photography
Storytelling, Ethics and Workflow in Documentary PhotographyStorytelling, Ethics and Workflow in Documentary Photography
Storytelling, Ethics and Workflow in Documentary PhotographyOrtega Alikwe
 
VIP Call Girls Firozabad Aaradhya 8250192130 Independent Escort Service Firoz...
VIP Call Girls Firozabad Aaradhya 8250192130 Independent Escort Service Firoz...VIP Call Girls Firozabad Aaradhya 8250192130 Independent Escort Service Firoz...
VIP Call Girls Firozabad Aaradhya 8250192130 Independent Escort Service Firoz...Suhani Kapoor
 
How to Find the Best NEET Coaching in Indore (2).pdf
How to Find the Best NEET Coaching in Indore (2).pdfHow to Find the Best NEET Coaching in Indore (2).pdf
How to Find the Best NEET Coaching in Indore (2).pdfmayank158542
 
定制(Waikato毕业证书)新西兰怀卡托大学毕业证成绩单原版一比一
定制(Waikato毕业证书)新西兰怀卡托大学毕业证成绩单原版一比一定制(Waikato毕业证书)新西兰怀卡托大学毕业证成绩单原版一比一
定制(Waikato毕业证书)新西兰怀卡托大学毕业证成绩单原版一比一Fs
 
女王大学硕士毕业证成绩单(加急办理)认证海外毕业证
女王大学硕士毕业证成绩单(加急办理)认证海外毕业证女王大学硕士毕业证成绩单(加急办理)认证海外毕业证
女王大学硕士毕业证成绩单(加急办理)认证海外毕业证obuhobo
 
原版快速办理MQU毕业证麦考瑞大学毕业证成绩单留信学历认证
原版快速办理MQU毕业证麦考瑞大学毕业证成绩单留信学历认证原版快速办理MQU毕业证麦考瑞大学毕业证成绩单留信学历认证
原版快速办理MQU毕业证麦考瑞大学毕业证成绩单留信学历认证nhjeo1gg
 
Black and White Minimalist Co Letter.pdf
Black and White Minimalist Co Letter.pdfBlack and White Minimalist Co Letter.pdf
Black and White Minimalist Co Letter.pdfpadillaangelina0023
 
do's and don'ts in Telephone Interview of Job
do's and don'ts in Telephone Interview of Jobdo's and don'ts in Telephone Interview of Job
do's and don'ts in Telephone Interview of JobRemote DBA Services
 
Gurgaon Call Girls: Free Delivery 24x7 at Your Doorstep G.G.N = 8377087607
Gurgaon Call Girls: Free Delivery 24x7 at Your Doorstep G.G.N = 8377087607Gurgaon Call Girls: Free Delivery 24x7 at Your Doorstep G.G.N = 8377087607
Gurgaon Call Girls: Free Delivery 24x7 at Your Doorstep G.G.N = 8377087607dollysharma2066
 
VIP Call Girls in Cuttack Aarohi 8250192130 Independent Escort Service Cuttack
VIP Call Girls in Cuttack Aarohi 8250192130 Independent Escort Service CuttackVIP Call Girls in Cuttack Aarohi 8250192130 Independent Escort Service Cuttack
VIP Call Girls in Cuttack Aarohi 8250192130 Independent Escort Service CuttackSuhani Kapoor
 
Gray Gold Clean CV Resume2024tod (1).pdf
Gray Gold Clean CV Resume2024tod (1).pdfGray Gold Clean CV Resume2024tod (1).pdf
Gray Gold Clean CV Resume2024tod (1).pdfpadillaangelina0023
 

Recently uploaded (20)

办理(NUS毕业证书)新加坡国立大学毕业证成绩单原版一比一
办理(NUS毕业证书)新加坡国立大学毕业证成绩单原版一比一办理(NUS毕业证书)新加坡国立大学毕业证成绩单原版一比一
办理(NUS毕业证书)新加坡国立大学毕业证成绩单原版一比一
 
Preventing and ending sexual harassment in the workplace.pptx
Preventing and ending sexual harassment in the workplace.pptxPreventing and ending sexual harassment in the workplace.pptx
Preventing and ending sexual harassment in the workplace.pptx
 
VIP Call Girls Service Jamshedpur Aishwarya 8250192130 Independent Escort Ser...
VIP Call Girls Service Jamshedpur Aishwarya 8250192130 Independent Escort Ser...VIP Call Girls Service Jamshedpur Aishwarya 8250192130 Independent Escort Ser...
VIP Call Girls Service Jamshedpur Aishwarya 8250192130 Independent Escort Ser...
 
Call Girls Mukherjee Nagar Delhi reach out to us at ☎ 9711199012
Call Girls Mukherjee Nagar Delhi reach out to us at ☎ 9711199012Call Girls Mukherjee Nagar Delhi reach out to us at ☎ 9711199012
Call Girls Mukherjee Nagar Delhi reach out to us at ☎ 9711199012
 
VIP High Profile Call Girls Jamshedpur Aarushi 8250192130 Independent Escort ...
VIP High Profile Call Girls Jamshedpur Aarushi 8250192130 Independent Escort ...VIP High Profile Call Girls Jamshedpur Aarushi 8250192130 Independent Escort ...
VIP High Profile Call Girls Jamshedpur Aarushi 8250192130 Independent Escort ...
 
定制(UQ毕业证书)澳洲昆士兰大学毕业证成绩单原版一比一
定制(UQ毕业证书)澳洲昆士兰大学毕业证成绩单原版一比一定制(UQ毕业证书)澳洲昆士兰大学毕业证成绩单原版一比一
定制(UQ毕业证书)澳洲昆士兰大学毕业证成绩单原版一比一
 
Final Completion Certificate of Marketing Management Internship
Final Completion Certificate of Marketing Management InternshipFinal Completion Certificate of Marketing Management Internship
Final Completion Certificate of Marketing Management Internship
 
阿德莱德大学本科毕业证成绩单咨询(书英文硕士学位证)
阿德莱德大学本科毕业证成绩单咨询(书英文硕士学位证)阿德莱德大学本科毕业证成绩单咨询(书英文硕士学位证)
阿德莱德大学本科毕业证成绩单咨询(书英文硕士学位证)
 
Call Girls In Bhikaji Cama Place 24/7✡️9711147426✡️ Escorts Service
Call Girls In Bhikaji Cama Place 24/7✡️9711147426✡️ Escorts ServiceCall Girls In Bhikaji Cama Place 24/7✡️9711147426✡️ Escorts Service
Call Girls In Bhikaji Cama Place 24/7✡️9711147426✡️ Escorts Service
 
Storytelling, Ethics and Workflow in Documentary Photography
Storytelling, Ethics and Workflow in Documentary PhotographyStorytelling, Ethics and Workflow in Documentary Photography
Storytelling, Ethics and Workflow in Documentary Photography
 
VIP Call Girls Firozabad Aaradhya 8250192130 Independent Escort Service Firoz...
VIP Call Girls Firozabad Aaradhya 8250192130 Independent Escort Service Firoz...VIP Call Girls Firozabad Aaradhya 8250192130 Independent Escort Service Firoz...
VIP Call Girls Firozabad Aaradhya 8250192130 Independent Escort Service Firoz...
 
How to Find the Best NEET Coaching in Indore (2).pdf
How to Find the Best NEET Coaching in Indore (2).pdfHow to Find the Best NEET Coaching in Indore (2).pdf
How to Find the Best NEET Coaching in Indore (2).pdf
 
定制(Waikato毕业证书)新西兰怀卡托大学毕业证成绩单原版一比一
定制(Waikato毕业证书)新西兰怀卡托大学毕业证成绩单原版一比一定制(Waikato毕业证书)新西兰怀卡托大学毕业证成绩单原版一比一
定制(Waikato毕业证书)新西兰怀卡托大学毕业证成绩单原版一比一
 
女王大学硕士毕业证成绩单(加急办理)认证海外毕业证
女王大学硕士毕业证成绩单(加急办理)认证海外毕业证女王大学硕士毕业证成绩单(加急办理)认证海外毕业证
女王大学硕士毕业证成绩单(加急办理)认证海外毕业证
 
原版快速办理MQU毕业证麦考瑞大学毕业证成绩单留信学历认证
原版快速办理MQU毕业证麦考瑞大学毕业证成绩单留信学历认证原版快速办理MQU毕业证麦考瑞大学毕业证成绩单留信学历认证
原版快速办理MQU毕业证麦考瑞大学毕业证成绩单留信学历认证
 
Black and White Minimalist Co Letter.pdf
Black and White Minimalist Co Letter.pdfBlack and White Minimalist Co Letter.pdf
Black and White Minimalist Co Letter.pdf
 
do's and don'ts in Telephone Interview of Job
do's and don'ts in Telephone Interview of Jobdo's and don'ts in Telephone Interview of Job
do's and don'ts in Telephone Interview of Job
 
Gurgaon Call Girls: Free Delivery 24x7 at Your Doorstep G.G.N = 8377087607
Gurgaon Call Girls: Free Delivery 24x7 at Your Doorstep G.G.N = 8377087607Gurgaon Call Girls: Free Delivery 24x7 at Your Doorstep G.G.N = 8377087607
Gurgaon Call Girls: Free Delivery 24x7 at Your Doorstep G.G.N = 8377087607
 
VIP Call Girls in Cuttack Aarohi 8250192130 Independent Escort Service Cuttack
VIP Call Girls in Cuttack Aarohi 8250192130 Independent Escort Service CuttackVIP Call Girls in Cuttack Aarohi 8250192130 Independent Escort Service Cuttack
VIP Call Girls in Cuttack Aarohi 8250192130 Independent Escort Service Cuttack
 
Gray Gold Clean CV Resume2024tod (1).pdf
Gray Gold Clean CV Resume2024tod (1).pdfGray Gold Clean CV Resume2024tod (1).pdf
Gray Gold Clean CV Resume2024tod (1).pdf
 

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. .