Igor Zimnitskiy

aicvscreening - Screen hundreds of CVs in minutes with AI

AI CV screening tool that ranks candidates against your job description in minutes. Upload CVs, get AI-scored shortlists. Free to start.

Add a comment

Replies

Best
Igor Zimnitskiy

Hey Product Hunt 👋


Screening CVs is slow, repetitive, and honestly… painful. So I built a tool to automate the first pass and help you focus only on the best candidates.

How it works:
1️⃣ Enter your job description
2️⃣ Upload CVs (.pdf, .txt, .md, .docx) or a single .zip with multiple files
3️⃣ Start screening

What you get:

  • Ranked candidates with matching scores

  • Clear explanations: why this candidate fits (or doesn’t)

  • Pros & cons for each profile

  • Extracted contact details

  • Easy sorting & filtering

  • Export everything to .CSV

🚀 You can scan your first 50 CVs for free


Built for founders, recruiters, and anyone tired of manually reviewing resumes.

I’d love your honest feedback.

Ali Shanaakh

Hi, I usually also have resumes in JPEG format, are you going to support text recognition automatically? Besides that project is very useful. Also please share your experience making integration with AI in this project ?

Igor Zimnitskiy

@ashanaakh good point, I'll add images CVs into next release.
Regarding AI, the flow looks like this
- upload CVs into s3 storage
- queue
-- extract content (extract text from PDF of doc, unzip if it's .zip, read .md, .text)
-- save context in DB
-- send to AI, using GPT 5.4 mini (BTW I'm AI using caching here to reduce token usage, cache job description + system promts)