Spaces:
Sleeping
Sleeping
A newer version of the Gradio SDK is available: 6.10.0
AI Career Fair Matcher - System Overview
Purpose
AI Career Fair Matcher helps students identify which companies to prioritize at career fairs using AI + job board analysis.
Users upload a resume and the system:
- extracts skills and experience
- analyzes company job boards
- ranks companies based on fit
- suggests what to say to recruiters
Core Idea
Turn: Resume + Company List → Actionable Career Strategy
Key Features
- Resume upload (PDF)
- AI-powered resume parsing
- Built-in company lists (no setup needed)
- Optional custom CSV upload
- Job board scraping (requests + Playwright fallback)
- Company ranking
- Match explanations
- Recruiter talking points
Inputs
- Resume (PDF)
- Company source:
- built-in CSV (default)
- uploaded CSV (optional)
- Preferences (optional):
- entry-level only
- remote preference
- location
Outputs
- Ranked companies
- Matching job roles
- Resume profile (JSON)
- Match explanations
- Talking points
Architecture
- Resume Processing
- AI Profile Extraction
- Company Loader
- Job Scraper
- ATS Detection
- Job Extraction
- Matching Engine
- Ranking Engine
- UI Display
Deployment Target
Hugging Face Spaces (Gradio app)
Design Principles
- Zero setup (works out of the box)
- Explainable results
- Modular backend
- Resume-driven personalization
- Resilient to broken job sites