-
Notifications
You must be signed in to change notification settings - Fork 0
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
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this 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,
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}') |
There was a problem hiding this comment.
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
No description provided.