Objective
To develop an AI-based expert system that guides students in choosing suitable career paths
based on their interests, strengths, and academic background.
Data
Attributes Used:
o Favorite subject (e.g., Math, Biology, Computer Science).
o Responses to 12 structured questions (e.g., problem-solving preference,
creativity, teamwork).
Processing:
o Rule-based decision-making to analyze responses and suggest careers.
o Recommendations are generated by matching user inputs with predefined career
rules.
Methodology
Tools/Libraries:
o Python, Tkinter (GUI), PIL (for image handling).
Approach:
o Interactive questionnaire to collect user preferences.
o Conditional logic to map responses to career recommendations.
o User-friendly interface with progress tracking and dynamic feedback.
Results
The system provides personalized career recommendations (e.g., "Software Developer,"
"Teacher," "Graphic Designer").
Includes additional resources like job search links and skill development platforms.
Conclusion
This expert system addresses the gap in accessible career counseling by offering students
tailored advice. Future enhancements could integrate machine learning for more nuanced
recommendations.