Skip to content

Gameover007coder/resume-evaluator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“Š Automated Resume Relevance Check System

πŸš€ Problem Statement

At Innomatics Research Labs, resume evaluation is currently manual, inconsistent, and time-consuming. Placement teams handle 18–20 job requirements every week, with thousands of resumes to review.

This leads to:

  • ⏳ Delays in shortlisting candidates
  • ❌ Inconsistent evaluations
  • πŸ“‰ Heavy workload on placement staff

🎯 Objective

The Automated Resume Relevance Check System solves these problems by:

  • Automatically evaluating resumes against job descriptions (JD)
  • Generating a Relevance Score (0–100)
  • Providing a Fit Verdict (High / Medium / Low)
  • Highlighting missing keywords/skills
  • Offering AI-powered improvement suggestions
  • Enabling recruiters to download reports and analyze via dashboard

πŸ› οΈ Tech Stack

  • Frontend/Interface: Streamlit
  • Backend: Python
  • Libraries:
    • PyPDF2, docx2txt β†’ Resume & JD parsing
    • pandas, numpy β†’ Data analysis
    • matplotlib, plotly β†’ Charts & visualizations
    • sentence-transformers β†’ AI-powered semantic similarity
  • Export: Excel report download

πŸ“Œ Features

βœ… Upload Job Description (PDF/DOCX)
βœ… Upload Multiple Resumes (PDF/DOCX)
βœ… Extract & analyze resume content
βœ… Relevance Score & Verdict (High/Medium/Low)
βœ… Matched vs Missing Keywords
βœ… Interactive Charts (bar chart, pie chart)
βœ… Downloadable Excel Report
βœ… AI-powered semantic matching (not just keyword-based)


βš™οΈ Workflow

  1. Upload JD
  2. Upload Resumes
  3. System extracts text & analyzes
  4. Keyword Match + AI Semantic Similarity
  5. Relevance Score + Verdict generated
  6. Results shown in dashboard with charts
  7. Download report

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages