Skip to content

An AI-powered web app that analyzes resumes and matches them with the most suitable job roles. Built with React (frontend) and Flask (backend). Upload a resume to instantly see your best-fit job title and match percentage.

Notifications You must be signed in to change notification settings

Hemanthkumarsunkari27/smart_resume_analyzer_full

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Smart Resume Analyzer & Job Matcher

A web application that parses resumes and recommends suitable job roles based on skills and experience using NLP and simple rule-based matching.

Features

  • Upload resume (PDF)
  • Extract key info (skills, experience, education)
  • Match with suitable job roles
  • Display skill gaps and suggestions

Tech Stack

  • Python (Flask)
  • React (Frontend)
  • PyPDF2, spaCy (NLP)
  • Docker (optional for deployment)

Setup Instructions

Backend (Flask)

  1. Navigate to backend directory: cd backend
  2. Create virtual environment: python3 -m venv venv && source venv/bin/activate
  3. Install dependencies: pip install -r requirements.txt
  4. Run the server: python app.py

Frontend (React)

  1. Navigate to frontend: cd frontend
  2. Install dependencies: npm install
  3. Start frontend server: npm start

Future Enhancements

  • Use GPT/OpenAI API for smarter analysis
  • Database integration
  • User login and dashboard

About

An AI-powered web app that analyzes resumes and matches them with the most suitable job roles. Built with React (frontend) and Flask (backend). Upload a resume to instantly see your best-fit job title and match percentage.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published