-
-
Notifications
You must be signed in to change notification settings - Fork 474
[Feat]: 💬 Add AI Chatbot to Jobs Display Page for Skill Analysis & Job Suggestions #1110
Copy link
Copy link
Closed
Labels
Dev Pioneer🌟 Label 1 for first-time contributors who join the DevDisplay Community by adding their profile. 🚀🌟 Label 1 for first-time contributors who join the DevDisplay Community by adding their profile. 🚀DevDisplay🌟 This label recognizes every contributor to the DevDisplay Community for their support...💌🌟 This label recognizes every contributor to the DevDisplay Community for their support...💌GSSoC'25Label is used for Issues and pull request related to GSSoC 2025 open source contribution.Label is used for Issues and pull request related to GSSoC 2025 open source contribution.Level 2enhancementNew feature or requestNew feature or request
Metadata
Metadata
Assignees
Labels
Dev Pioneer🌟 Label 1 for first-time contributors who join the DevDisplay Community by adding their profile. 🚀🌟 Label 1 for first-time contributors who join the DevDisplay Community by adding their profile. 🚀DevDisplay🌟 This label recognizes every contributor to the DevDisplay Community for their support...💌🌟 This label recognizes every contributor to the DevDisplay Community for their support...💌GSSoC'25Label is used for Issues and pull request related to GSSoC 2025 open source contribution.Label is used for Issues and pull request related to GSSoC 2025 open source contribution.Level 2enhancementNew feature or requestNew feature or request
What feature?
I propose adding an AI-powered chatbot to the Jobs Display page that helps users:
Understand their skills through interactive Q&A or resume parsing.
Get personalized job recommendations based on their skill set, experience level, and interests.
Key Features:
🧠 Skill Analysis:
User inputs skills manually or uploads a resume.
AI identifies core competencies and strengths.
🎯 Job Matching:
Suggests relevant job openings from the Jobs Display database.
Filters by location, experience level, and domain.
💬 Interactive Chat:
Conversational interface for a smooth, engaging user experience.
Follow-up questions to refine recommendations.
Implementation Ideas:
Integrate Gemini API or Hugging Face models for NLP-based skill extraction.
Connect to the existing job listings database for live recommendations.
Build a responsive chatbot widget using JavaScript/TypeScript for frontend and Python for backend processing.
Add screenshots
Add screenshots
Code of Conduct