File size: 1,291 Bytes
11996bd 4dfdb8b 11996bd 4dfdb8b 11996bd 4dfdb8b 11996bd |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 |
---
title: Resume Screener and Skill Extractor
emoji: π
colorFrom: blue
colorTo: green
sdk: streamlit
sdk_version: 1.31.0
app_file: app.py
pinned: false
license: mit
---
# Resume Screener and Skill Extractor
An intelligent resume screening application that analyzes resumes and extracts relevant skills based on job positions. Built with Streamlit and Hugging Face transformers.
## Features
- Upload PDF or DOCX resumes
- Select from multiple job positions
- Automatic skill matching with percentage score
- AI-powered resume summarization
- Skills gap analysis
- Modern, user-friendly interface
## Supported Job Positions
- Software Engineer
- Interaction Designer
- Data Scientist
## How it Works
1. Upload your resume (PDF or DOCX format)
2. Select the target job position
3. The app will analyze your resume and provide:
- A list of matched skills with a match percentage
- An AI-generated summary of your resume
- Suggestions for skills you might want to develop
## Technologies Used
- Streamlit for the web interface
- Hugging Face Transformers for AI-powered text summarization
- spaCy for natural language processing
- PyPDF2 and python-docx for document parsing
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|