resumematch-api / README.md
ayushgupta7777's picture
Deploy ResumeMatch Lab API (engine + 9,014-job corpus)
3a41bf2
|
Raw
History Blame Contribute Delete
817 Bytes
---
title: ResumeMatch Lab API
emoji: 📊
colorFrom: green
colorTo: gray
sdk: docker
app_port: 7860
pinned: false
license: apache-2.0
---
# ResumeMatch Lab API
A/B test two résumé variants against a 9,014-job snapshot of the Indian tech job
market. Sentence-transformer embeddings score each résumé against every job; a
full experimentation pipeline (bootstrap CIs, paired t-test / Wilcoxon, CUPED,
mSPRT, Bayesian Beta-Binomial, per-cluster multiple-comparison correction)
returns the verdict.
## Endpoints
- `GET /health` — liveness + corpus / model info
- `POST /compare` — multipart: two résumé files (PDF / DOCX / TXT) -> full report
- `POST /compare/text` — JSON `{resume_a, resume_b}` -> full report
- `GET /docs` — interactive OpenAPI docs
Built by Ayush Gupta · github.com/ayushgupta07xx