You are browsing as a guest. Sign up (or log in) to start making projects!

Vector Hire

  • 2 Devlogs
  • 14 Total hours

A two-stage candidate ranking pipeline that scores and ranks the top 100 candidates from a 100K pool against a senior AI engineer job description. Stage 1 uses rule-based scoring to filter down to 1,000 candidates; Stage 2 applies semantic reranking using all-MiniLM-L6-v2 to produce the final top 100.

Ship #1 Changes requested

πŸš€ I'm excited to announce Vector Hire, an AI powered resume screening platform that helps recruiters find the best candidates, faster and more accurately.

Vector Hire scores large pools of candidates efficiently using a two-stage ranking pipeline rather than a single AI score.

Stage 1 – Rules Based Scoring: The system applies a series of signal-weighted heuristics – skills, job title, experience, behavioural signals and location – to narrow the ~100,000 candidates down to the top 1,000.

Stage 2 – Semantic Re-ranking: Candidates are re-ranked by the cosine similarity between the candidate embedding and the embedding of the job description (all-MiniLM-L6-v2) for the shortlisted candidates. The final ranking is a combination of both approaches, with 65% rule-based scoring and 35% semantic similarity, to balance precision and context understanding.

This project pushed me to solve problems around resume parsing, scalable candidate ranking, semantic search, AI integration, backend architecture, and delivering a seamless experience for recruiters.

The thing I’m most proud of is building an end-to-end system that goes beyond keyword matching. Vector Hire utilises deterministic ranking and semantic AI to generate valuable insights about candidates, empowering recruiters to make faster, more informed hiring decisions.

To test the project, simply upload one or more resumes and a job description. The system goes through each candidate, creates a blended match score, extracts relevant skills and experience and produces a ranked shortlist with detailed insights to aid hiring decisions.

I am looking forward to your feedback and suggestions for future improvement!ents! πŸš€

  • 2 devlogs
  • 14h
Try project β†’ See source code β†’
Open comments for this post

7h 21m 26s logged

Developed a candidate shortlisting system that ranks applicants based on their relevance to a job description using vector embeddings and semantic search.

✨ Current Features:

πŸ“„ Upload candidate profiles (JSON)
πŸ€– AI-powered semantic candidate ranking
πŸ“Š Displays ranked candidates for faster hiring

Currently, the system is ranking candidates for β€œSenior AI Engineer β€” Founding Team.”

πŸ”œ Next Update:

Custom Job Description upload
Dynamic ranking for any role
Better candidate insights and match explanations

Excited to keep improving this project! πŸš€

Developed a candidate shortlisting system that ranks applicants based on their relevance to a job description using vector embeddings and semantic search.

✨ Current Features:

πŸ“„ Upload candidate profiles (JSON)
πŸ€– AI-powered semantic candidate ranking
πŸ“Š Displays ranked candidates for faster hiring

Currently, the system is ranking candidates for β€œSenior AI Engineer β€” Founding Team.”

πŸ”œ Next Update:

Custom Job Description upload
Dynamic ranking for any role
Better candidate insights and match explanations

Excited to keep improving this project! πŸš€

Replying to @vedasm

1
23
Open comments for this post

6h 34m 36s logged

Built Vector-Hire, an AI-powered candidate ranking system that combines rule-based intelligence with semantic vector search to identify the most relevant talent from thousands of profiles.

Designed for scalability, explainability, and fairness, Vector-Hire evaluates skills, experience, behavior, and contextual relevance while filtering suspicious profiles.

Excited to explore how intelligent retrieval and vector similarity can transform modern hiring workflows. πŸš€

Built Vector-Hire, an AI-powered candidate ranking system that combines rule-based intelligence with semantic vector search to identify the most relevant talent from thousands of profiles.

Designed for scalability, explainability, and fairness, Vector-Hire evaluates skills, experience, behavior, and contextual relevance while filtering suspicious profiles.

Excited to explore how intelligent retrieval and vector similarity can transform modern hiring workflows. πŸš€

Replying to @vedasm

1
107

Followers

Loading…