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

new gpt cv conversion functionality #19

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

new gpt cv conversion functionality #19

wants to merge 3 commits into from

Conversation

erkanncelen
Copy link
Owner

Introducing GPT functionality. Using GPT-4, CVBIA now can convert any CV in pdf format to the new Xebia Data CV format.

Steps:
1- Extract text from pdf CV
2- Use GPT to extract key information from text
3- Fill in a Yaml with CVBIA format

@pgoslatara
Copy link
Collaborator

@erkanncelen Is the gpt.py script mature enough that it should be added to the CI pipeline? I think tesseract relies on system packages so the pipeline will need a step to perform this for Ubuntu OSes.

@@ -280,11 +280,6 @@ def generate_pptx_from_pdf(


def yaml_checker(yaml):

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pydantic model 🥸

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.

3 participants