rutvanj/ai-resume-analyzer
AI-powered resume analyzer that evaluates resumes against job descriptions with ATS scoring, skill detection, and improvement suggestions.
What's novel
AI-powered resume analyzer that evaluates resumes against job descriptions with ATS scoring, skill detection, and improvement suggestions.
Code Analysis
8 files read · 3 roundsA Flask web app that performs simple substring matching of 10 hardcoded skills against resume text and job descriptions, optionally enriching results with LinkedIn profile data scraped via Bright Data API, and displays a fake static radar chart.
Strengths
The Bright Data LinkedIn integration adds a layer of real-world data enrichment beyond simple text matching, and the code is readable and straightforward for a beginner project.
Weaknesses
The 'AI' branding is entirely misleading—there is zero AI/ML, just substring matching against 10 hardcoded skills; the radar chart displays fake hardcoded data unrelated to actual results; the paste-text form input is broken (never read by the backend); and tests are just print statements, not real test suites.
Score Breakdown
Signal breakdown
Innovation
Craft
Traction
Scope
Evidence
Commits
8
Contributors
1
Files
8
Active weeks
2
Repository
Language
Python
Stars
1
Forks
0
License
—