Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DMP][TEST][IGNORE] Automatic Resume Generator From an Interview #10

Open
9 tasks
karntrehan opened this issue Jun 6, 2024 · 1 comment
Open
9 tasks

Comments

@karntrehan
Copy link

karntrehan commented Jun 6, 2024

Students get career counselling and as an output of career counselling get a resume which helps them in employment search.

Acceptance Criteria / Clarity of problem statement

  1. An interviewee joins a call.
  2. Captions from the call are recorded.
  3. A resume is generated from the call.
    a. Education background
    b. Work experience
    c. Skills.
  4. Send generated resume to candidate.

Breakup:

  • Platform to hold interview calls
  • Generate captions / get captions from the interview platform
  • Store captions / data for a particular interviewee in a database
  • Extracting variables / info from the caption / content via a model (AI / simple lookup)
  • Format the data to generate the resume
  • Creating a template for the resume
  • Fill out the variables from the data into the template
  • Manual override of information for what was missed in interview
  • Send the resume pdf to the candidate
@karntrehan
Copy link
Author

Send the resume pdf to the candidate

Approach A: Upload to Portal

Pros:

  • Candidate as well as potential recuiter can see.
  • Available any time.
  • No dependency on 3rd party.

Cons:

  • Authentication required
  • Privacy maintenance requires some work.

Approach B: Use Nodemailer

Pros:

  • No authentication required
  • Privacy is maintained with limited work

Cons:

  • only candidate can see this.
  • Available only in email.
  • Dependency on a 3rd party - Nodemailer.

@karntrehan karntrehan changed the title Automatic Resume Generator From an Interview [DMP][TEST][IGNORE] Automatic Resume Generator From an Interview Jun 6, 2024
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

No branches or pull requests

1 participant