--- title: Career Path - Resume Parser emoji: 🎯 colorFrom: blue colorTo: indigo sdk: docker sdk_version: 4.44.0 app_file: app.py pinned: false --- # 🎯 Career Path: AI-Powered Resume Parsing System ## Semantic Understanding for Career Guidance & Talent Matching ### Core Features | Feature | Description | |---------|-------------| | **Semantic Skill Detection** | "React.js" = "React JS" = "ReactJS" | | **Context Awareness** | "Java" ≠ "Java Island" | | **Interest Prediction** | Predicts career interests from resume | | **Skill Gap Analysis** | Compares with job requirements | | **Career Matching** | Suggests best career path | ### What It Extracts - 👤 Name, Email, Phone - 💪 Skills (with confidence scores) - 🎯 Career Interests (AI/ML, WebDev, Cloud, etc.) - 🎓 Education & Degrees - 📅 Experience Estimation ### API Endpoints ```bash # Parse Resume POST /api/parse # Match with Job POST /api/match?required_skills=Python,React,AWS # Health Check GET /api/health