Commit History

feat: implement 5 high-priority premium recruiter features with full unit tests and deduplication
e3a092e
Running

ansh123456789 commited on

Remove Pool Statistics Dashboard section from frontend
8165ca1

ansh123456789 commited on

fix(pipeline): resolve double-waiting bug on frontend animation setTimeout for pipeline steps
de5b0e8

ansh123456789 commited on

fix(compare): resolve candidate_id and id key mismatch bug in recruitment console compare action
7b0c126

ansh123456789 commited on

Enhance SwarmMatrix with premium recruiter features (AI interview guides, side-by-side comparative matrix, recruiting brief exporter, fuzzy location filters) and modernise query expansion Gemini SDK
df1542a

ansh123456789 commited on

fix(ui): redesign candidate cards layout to resolve spacing and overlapping
4402aaa

ansh123456789 commited on

Revert secondary name validation and extraction fallback to restore original pipeline
b067e00

ansh123456789 commited on

Support GEMINI_SECONDARY_MODEL to decouple secondary name extraction rate limits from main pipeline
4bb1371

ansh123456789 commited on

Implement filename-based name extraction fallback and backoff jitter to prevent Gemini API 429 rate limits under high concurrency
db53361

ansh123456789 commited on

Add Hugging Face metadata frontmatter configuration to README.md
5111b5d

ansh123456789 commited on

Enhance Talent Radar with dynamic dates, sector-neutral scoring/parsing, premium UI dashboard, and full unit test coverage
d095359

ansh123456789 commited on

docs: add comprehensive README with architecture, methodology, and system design
4c6eab2

ansh123456789 commited on

Remove Retrieve Count (Top K) slider component and default top_k to 50 in JS
6000d0d

ansh123456789 commited on

Update pipeline tracker steps and JS execution to match Multi-Agent Swarm Matrix workflow
2e2c1b1

ansh123456789 commited on

Remove pool demographics stats grid from frontend
1b7ab54

ansh123456789 commited on

Empty candidates pool database to clean up all preloaded/inbuilt resumes
a1c36e4

ansh123456789 commited on

fix: resolve tech-biased candidate ranking bug, add healthcare resumes, implement dynamic base SLM loading with cosine similarity & anisotropy centering, and fix keyword pre-filtering phrase-matching bug
348d77f

ansh123456789 commited on

feat: integrate specialized sector models and replace COMM model with verified multilingual sentiment model
c07a434

ansh123456789 commited on

fix: generalize GeminiGateway prompt and schema to prevent non-TECH sector query bias
60aa6c5

ansh123456789 commited on

feat: conditionally compile model with torch.compile on GPU only
9224e60

ansh123456789 commited on

fix: remove torch.compile() — hangs indefinitely on CPU/Windows
02b7288

ansh123456789 commited on

fix: replace async/threading with synchronous mega-batch inference
6f8889f

ansh123456789 commited on

perf: parallelize candidate eval, cache models, optimize inference
f987c7a

ansh123456789 commited on

Optimize local Qwen VLM loading and thread count on CPU to prevent lockups
e5af3ab

ansh123456789 commited on

fix: Resolve local windows encoding crash, add dynamic Settings panel for HF Token and API Keys
9b8ffbb

ansh123456789 commited on

perf: Parallelize Qwen2-VL page OCR extraction, optimize dynamic resolution for fast CPU inference, and flush standard output to prevent perceived freezes
fa27d67

ansh123456789 commited on

fix: Replace deprecated libgl1-mesa-glx with libgl1 in Dockerfile for newer Debian trixie base images
6d1905d

ansh123456789 commited on

feat: Implement local layout-aware neural OCR pipeline via Qwen2-VL & EasyOCR fallback
826feea

ansh123456789 commited on

fix: implement native multimodal visual PDF fallback for scanned/textless resumes in ZIP and single uploads
bf375aa

ansh123456789 commited on

fix: implement dual-extractor (pypdf + pdfplumber fallback) and robust Windows path normalization in PDF/ZIP uploads
bbe4540

ansh123456789 commited on

fix: Update index.html to read and display specific backend error details for easier Space debugging
cf1c9e8

ansh123456789 commited on

feat: Migrate candidate ranking to dynamic GPU-accelerated SLM Swarm evaluation and prepare for Hugging Face Spaces hosting
3ea0326

ansh123456789 commited on

fix: add HF Spaces README metadata for Docker SDK
0c0ff89

ansh123456789 commited on

feat: add Dockerfile and requirements.txt for HF Spaces deployment
7b43c54

ansh123456789 commited on

feat: implement SwarmMatrix decentralized multi-agent SLM architecture and relevance optimizations
9c65763

ansh123456789 commited on