Compare1

I have compare multiple resumes by ask GPT i.e. resume is match or not with requirement then i want to give condtion if match then move that Pdf in other folder

ChatGPT allows to predefine the output format.

You can ask the ChatGPT in the following way. You can also instruct the ChatGPT to give the output in Json or any format that better suits your needs.

For example:

Your task is to perform the following actions:

1 - Extract the mail id of the candidate from the following resume.
2 - Compare the following job description with resume and return yes if matches else no

Use the following format:

Mail: <mail id of the candidate>
Match: <yes/no>
Output JSON: <json with mail and match>

Job description: {job description}
Resume: {Resume}

Kindly look into prompt engineering which really helps to optimize the usage of ChatGPT.

Regards,
Karthik Byggari