Skip to content

NomiJ/tailoredresume.ai-web

Repository files navigation

README:

The lambda region is in california.

Auto Deployment at Amplify =>https://main.dlevtb9ziuvb3.amplifyapp.com/

How to upload to lambda:

sh ./deploy-to-lambda.sh

CURL API TO AI:

curl - v - X POST 'https://7xnvqn6b7zpb2i52coc3sgbvta0urumr.lambda-url.ap-southeast-2.on.aws/ ' -
H 'content-type: application/json' -
d '{ “resume”: "test" , “jobpost” : “test”}'

API RESPONSE:

OUTPUT If the inputs are not valid => 
body: { "error": "error message" }


OUTPUT If the inputs are valid =>
body: {
    "error": null,
    "contact_information": {
        "valid": true,
        "missing_fields": [

        ]
    },
    "sentiment": "",
    "objective": {
        "tip": "",
        "review": "",
        "alternatives": [

        ]
    },
    "skills": {
        "tip": "",
        "review": "",
        "alternatives": [

        ]
    },
    "education": {
        "tip": "",
        "review": "",
        "alternatives": [

        ]
    },
    "experience": {
        "tip": "",
        "review": "",
        "alternatives": [

        ]
    },
    "other_sections": [

    ],
    "missing_section": "",
    "ATS_matching_score": 0,
    "cover_letter_1": "",
    "cover_letter_2": ""
}

About

Your Targeted and ATS-Optimized Resume that tailors your resume to a specific Job Post

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Contributors