🧠 AI Resume Analyzer & Skill Matcher
An AI-powered web application that analyzes resumes (PDF format), extracts relevant skills using NLP techniques, and matches them against predefined job roles to provide a skill match percentage and improvement suggestions.
This project demonstrates the integration of AI concepts with full-stack web development using Python and React.
🚀 Features
->Upload resume in PDF format
->Extracts skills using NLP & regex-based matching
->Compares resume skills with selected job roles
--Displays:
->Skill match percentage
->Matched skills
->Missing skills
->Clean and simple React UI
->REST API built with Flask
🛠️ Tech Stack Frontend ->React.js ->HTML, CSS, JavaScript
Backend ->Python ->Flask ->Flask-CORS ->PyPDF2
AI / Logic ->NLP-based keyword extraction ->Regex pattern matching