A
Progress Report
on
Tech Trajectory
Submitted
In Partial Fulfillment of the Requirements for
The Degree of
Bachelor ofTechnology
in
Computer Science and Engineering
Submitted by
Gunjan Nigam(2100540100072)
Under the supervision of
Mr.Ajay Kumar
Assistant Professor
Department of Computer Science and Engineering
May,2025
[i]
CERTIFICATE
This is to certify that the project entitled Tech Trajectory submitted by Gunjan
Nigam(2100540100072), to Babu Banarasi Das Institute of Technology& Management,
Lucknow, in partial fulfillment for the award of the degree of B. Tech in Computer Science
and Engineering is a Bonafide record of project work carried out by them under
our supervision. The contents of this report, in full or in parts, have not been submitted
to any other Institution or University for the award of any degree.
Mr.Ajay Kumar Prof.(Dr.)Anurag Tiwari
Assistant Professor Head of the Department
Dept. of Computer Science and Engineering Dept. of Compute Science and Engineering
Date:
Place:
[ii]
DECLARATION
We declare that this project report titled Tech Trajectory submitted in partial fulfillment of
the degree of B. Tech in Computer Science and Engineering is a record of original work
carried out by me under the supervision of Mr. Ajay Kumar, and has not formed the basis
for the award of any other degree or diploma, in this or any other Institution or University.
In keeping with the ethical practice in reporting scientific information, due acknowledge-
-ments have been made wherever the findings of others have been cited.
Date: Signature:
Gunjan Nigam(2100540100072)
[iii]
ACKNOWLEDGMENT
It gives us a great sense of pleasure to present the report of the B. Tech Project undertaken during
B.Tech. Final Year. We owe special debt of gratitude to Mr.Ajay Kumar, Assistant Professor and
Prof.(Dr.)Anurag Tiwari (Head, Department of Computer Science and Engineering) Babu
Banarasi Das Institute of Technology and Management, Lucknow for their constant support and
guidance throughout the course of our work. Their sincerity, thoroughness and perseverance has
been a constant source of inspiration for us. It is only their cognizant efforts that our endeavors,
have seen light of the day. We also do not like to miss the opportunity to acknowledge the
contribution of all faculty members of the department for their kind assistance and coopera-
-tion during the development of our project. Last but not the least, we acknowledge our family and
friends for their contribution in the completion of the project.
[iv]
LIST OF TABLES
Table No. Table Caption Page No.
1 Summary of AI-Based Career Guidance Research 8
2 Ethical AI research emphasizes the need for 9-10
transparency, fairness, and privacy in AI-driven career
recommendations.
2.2 Comparative study (Of Different Papers by using Table) 26-30
3 Data Sources and Their Role in Career Guidance 36
4 AI Models Used for Career Guidance 37
5 Aspects 40
[v]
LIST OF FIGURES
Figure No. Figure Caption Page No.
1 Flowchart 3
2 Workflow diagram 34
3 Architecture 35
4 Workflow of Proposed Model 38
5 Matrix 50
6 Distribution of actual career goals 51
7 Correlation Matrix of Numerical 53
8 Feature Importance 54
9 3D Visualization of Feature Importance 55
10 Decision Tree 56
11 Confusion Matrix 58
12 Code 58-65
13 UJ/UX Code 65-66
14 Frontend Webpages 67
15 Dataset Insights 68
16 DJango Pages 69-71
17 Plagiarism Report 80-83
[vi]
TABLE OF CONTENTS
Contents Page No.
Title Page (i)
Certificate/s(Supervisor) (ii)
Declaration (iii)
Acknowledgment (iv)
List Of Tables (v)
List of Figures (vi)
Table of Contents (vii)
Abstract (viii)
Chapter-1 1-10
1.1 Introduction 1-2
1.2 Working of the System 2-4
1.3 Scope of Tech Trajectory 4-5
1 .4 Methodology 5-6
1.5 Related Work
7-10
Chapter-2
11-30
2.1 Literature Review
11-25
2.2 Comparative study of different research papers
26-30
Chapter-3
31-22
3.1 Problem Statement
31
3.2 Proposed Approach
31-33
3.3 Methodology Used
34-40
Chapter-4
41-72
4.l Discussion
41-57
4.2 Result
58-72
Chapter-5
73-74
5.1 Conclusion
73
5.2 Future Work
74
References 75-79
Plagiarism Report 80-83
[vii]
Chapter 2 5- 16
5-11
12-16
Chapter-3 17-20
3.2ProposedApproach 17-20
Chapter -4 21-30
4. lDiscussion 21-28
4.2Result 28-30
Chapter -5 31-32
References 33-34
Plagiarism Report 35-36
ABSTRACT
The AI-enhanced career guidance platform designed to help individuals navigate their career
planning journey through personalized self-assessment, skill development, and professional
networking. The platform begins with a simple registration/login process, leading users to their
personalized dashboard, where they can take an aptitude and competency test to assess their
skills, interests, and professional strengths. Based on this assessment, the AI-driven system offers
personalized career path recommendations, helping users discover suitable career options
aligned with their profile.
Following the career exploration phase, users are provided with detailed information about suitable
job roles, including job descriptions, required skills, and growth potential. The platform also offers
course recommendations to bridge skill gaps, suggesting relevant certifications or learning paths
based on the latest industry demands.
To enhance career development, the platform incorporates a Knowledge Network Path, enabling
users to connect with professionals, mentors, and communities to expand their career opportunities.
Through a structured, interactive process, the platform emphasizes continuous self-improvement,
skill development, and networking as key components of a successful career trajectory.
This AI-powered career guidance system aims to empower users with data-driven insights,
personalized recommendations, and an intuitive learning environment, ensuring a holistic approach
to career planning and advancement in a rapidly changing job market.
[viii]