feat: update HRevolution hackathon demo#14
Open
Nchpg wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Team Submission
App name: HRevolution
Team name: HepiR
Folder: HEpiR-HREvolution
Checklist
app.jsonis present and validapp.jsonslug matches the folder name.env.examplelists all required environment variablesREADME.mdexplains what the app does and how to run itassets/What does this app do?
HEpiR is an AI-powered recruitment dashboard that helps HR teams manage, analyse, and rank candidates efficiently.
The app connects to HrFlow.ai to centralize job openings and applications. When a candidate uploads a resume, HEpiR automatically parses it, evaluates the candidate against the job requirements, and generates an AI-powered synthesis including strengths, weaknesses, recommendations, and a hiring verdict.
It also allows recruiters to enrich candidate profiles with additional documents (PDFs, notes, audio recordings), which are analysed and integrated into the scoring system. The platform further assists HR teams with interview question generation, email drafting, and pipeline tracking across recruitment stages.
How to run
Access the services: http://localhost:3000/
HrFlow.ai APIs used
The application uses the following HrFlow.ai endpoints:
POST /v1/profile/parsing/file
→ Parse a resume file and create a candidate profile
GET /v1/profile/indexing
→ Retrieve full candidate profile data (skills, experience, metadata)
PUT /v1/profile/indexing
→ Update candidate data (scores, synthesis, stage, documents)
POST /v1/tracking/indexing
→ Link a candidate to a job (create an application)
GET /v1/tracking/searching
→ List candidates for a specific job
GET /v1/job/indexing
→ Retrieve detailed job information
POST /v1/job/indexing
→ Create a new job
GET /v1/job/searching
→ List all jobs
POST /v1/score/searching
→ Compute matching scores between candidates and jobs