Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 714 Bytes

File metadata and controls

35 lines (26 loc) · 714 Bytes

SkillBridge AI – Adaptive Onboarding Engine

Overview

This project analyzes a resume and job description to identify skill gaps and generate a personalized learning path.

Features

  • Upload Resume and Job Description (PDF)
  • Extract skills
  • Identify skill gap
  • Generate learning roadmap

Tech Stack

  • Python
  • Streamlit
  • PyPDF2

Setup

  1. Install requirements: pip install -r requirements.txt

  2. Run the app: streamlit run app.py

How It Works

  • Extract text from resume and job description
  • Identify skills
  • Compare skills
  • Generate learning path

Skill Gap Logic

Skill Gap = Required Skills - Candidate Skills

Impact

Helps reduce onboarding time and improves learning efficiency.