Skip to content

Restructure Extraction-related Code #15

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

Draft
wants to merge 11 commits into
base: main
Choose a base branch
from

Conversation

MujtabaMuhammad
Copy link
Contributor

No description provided.

Copy link
Contributor

@salekinsirajus salekinsirajus left a comment

Choose a reason for hiding this comment

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

can you please remove everything under Scripts and .idea folder from Git? this is local to developer's workstation and it should not be here,

@salekinsirajus salekinsirajus changed the title Creating a par file that contain extraction functions Restructure Extraction-related Code Dec 31, 2024
@salekinsirajus salekinsirajus marked this pull request as draft December 31, 2024 16:29
app.py Outdated
education = extracted_education(data)
work = extracted_wrkexp(data)
summary = extracted_summary(data)
print(f'Data: {data} , Email: {email}, Phone: {phoneNumber}, Name:{name}, Education: {education}, Summary : {summary}, Work Experience : {work}')
Copy link
Contributor

Choose a reason for hiding this comment

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

remove (or at least comment) the print statement if it's not needed for the functionality

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