Niketjain2002's picture
Upload src/__init__.py with huggingface_hub
1ae96e6 verified
raw
history blame contribute delete
303 Bytes
"""
Recruitment Intelligence System
A probabilistic hiring outcome estimator that uses structured feature extraction
and LLM-based reasoning to predict hiring probabilities.
v1: LLM scoring with conservative calibration
v2: Supervised ML trained on real hiring outcome data
"""
__version__ = "1.0.0"