hr_scoring / README.md
mahmodGendy's picture
Update README.md
e4e5ba0 verified

A newer version of the Gradio SDK is available: 6.12.0

Upgrade
metadata
title: AI Resume Screening System
emoji: 🧠
colorFrom: blue
colorTo: purple
sdk: gradio
sdk_version: 4.44.1
python_version: '3.10'
app_file: app.py
pinned: false
license: ecl-2.0

AI Resume Screening System

This project provides an AI-powered resume screening tool.

The system analyzes uploaded resumes and evaluates how well they match a given job title and experience level.

Features

  • Upload PDF or DOCX resumes
  • Extracts resume text automatically
  • Computes semantic similarity between resume and job title
  • Performs skill matching
  • Considers job level:
    • Entry
    • Junior
    • Mid
    • Senior
  • Generates accept/reject decision with analytics
  • Logs screening results to a CSV file
  • Deletes resumes after processing for privacy

Usage

  1. Upload a resume
  2. Enter the job title
  3. Select the job level
  4. View the screening results

The system returns:

  • similarity score
  • skill match score
  • final hiring decision