CoolFace
Apppublic

Noman-Ahmad25/india-runs-candidate-ranking

sourceHugging Faceupdated 3mo agoView on Hugging Face
0likes
App README

๐Ÿƒ India Runs Candidate Ranking System

AI-powered candidate ranking system built for the India Runs Data & AI Challenge.

Overview

This application ranks candidates using a hybrid approach combining:

  • โ€”Feature-based candidate scoring
  • โ€”Semantic search with sentence embeddings
  • โ€”FAISS vector similarity retrieval
  • โ€”Hybrid re-ranking for final candidate selection

Pipeline

text
Candidates
    โ”‚
    โ–ผ
Feature Extraction
    โ”‚
    โ–ผ
Embedding Generation
    โ”‚
    โ–ผ
FAISS Retrieval
    โ”‚
    โ–ผ
Hybrid Ranking
    โ”‚
    โ–ผ
Top Candidates

Technologies

  • โ€”Python
  • โ€”Sentence Transformers
  • โ€”FAISS
  • โ€”Gradio
  • โ€”NumPy
  • โ€”Scikit-learn

Demo

Click Generate to run the ranking pipeline and view the highest-ranked candidates.

Repository

GitHub: https://github.com/Noman-Ahmad25/india-runs-candidate-ranking

Notes

This Space uses precomputed artifacts for fast inference:

  • โ€”FAISS index
  • โ€”Candidate metadata
  • โ€”Feature scores
  • โ€”Local embedding model

No external APIs are used during ranking.