Skip to content

Open HR#13

Merged
mnouayti merged 5 commits into
Riminder:masterfrom
yanfr-lab:yanfr-lab/open-hr
Mar 28, 2026
Merged

Open HR#13
mnouayti merged 5 commits into
Riminder:masterfrom
yanfr-lab:yanfr-lab/open-hr

Conversation

@yanfr-lab

Copy link
Copy Markdown

Team Submission

App name: Open HR avec HrFlow.ai
Team name: yanfr-lab (Yan, Leo, Aike)
Folder: yanfr-lab-open-hr/

Checklist

  • My app folder is at the repository root
  • app.json is present and valid
  • app.json slug matches the folder name
  • .env.example lists all required environment variables
  • README.md explains what the app does and how to run it
  • At least one preview image exists in assets/
  • No real secrets or API keys are committed
  • I have not modified files outside my team's folder
  • I have not modified any root-level or platform files

What does this app do?

AI agent that auto-generates a weighted questionnaire from any job description, scores and ranks candidates using
HrFlow.ai Scoring API, and refines results through a natural language feedback loop.

How to run

pip install -r requirements.txt
cp .env.example .env # fill in your API keys
uvicorn web_app_fr_v2:app --host 0.0.0.0 --port 8002

HrFlow.ai APIs used

  • POST /v1/job/indexing — Index job description to enable scoring
  • GET /v1/profiles/scoring — Score profiles against the job using algorithm key
  • GET /v1/profiles/searching — Fallback profile search
  • POST /v1/profile/indexing — Index candidate profiles

@mnouayti
mnouayti merged commit 03de530 into Riminder:master Mar 28, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants