Ai career recommendation #839
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This pull request adds an AI-powered skill analyzer that helps users assess their skills and receive personalized recommendations for career growth. The feature integrates web scraping and AI-based analysis to provide insights based on a user’s job role goal and current skill set.
Related Issues
Closes #799
Changes Proposed
Implemented the skillAnalyzer module to analyze skills based on job roles.
Integrated web scraping to gather real-time job requirements.
Developed Flask API endpoints to process skill inputs and return missing skills.
Built a React frontend component to allow users to input their skills and receive recommendations.
Added error handling and logging for improved debugging.
Optimized AI model selection for accurate skill gap analysis.
Checklist
I have read and followed the Contribution Guidelines.
All new and existing tests passed.
I have updated the documentation to reflect the changes I've made.
My code follows the code style of this project.
The title of my pull request is a short description of the requested changes.
Screenshots
Note to Reviewers:
This feature enhances DevDisplay by providing AI-driven career recommendations. Please review the skillAnalyzer module, API integration, and frontend updates. There were some problems regarding the deployment,so i have used mock data.If the deployment works perfectly,i will be adding the ai integration part
Any feedback on performance optimization and UI improvements is welcome. 🚀