Spaces:
Runtime error
Runtime error
A newer version of the Gradio SDK is available: 6.12.0
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
- Upload a resume
- Enter the job title
- Select the job level
- View the screening results
The system returns:
- similarity score
- skill match score
- final hiring decision