Skip to content

Uses resume data to match students to topics that are most relevant for them, created for ACM Member-to-Meeting Matcher (MMM)

License

Notifications You must be signed in to change notification settings

jmoh3/mmm-resume-parsing

Repository files navigation

mmm-resume-parsing

Uses resume data to match students to topics that are most relevant for them, created for ACM Member-to-Meeting Matcher (MMM).

API

/

POST

{
  "body": {
    "email": {
        "type": "string",
        "required": true
    },
    "resume": {
        "type": "string",
        "required": true
    }
  }
}

The resume provided should be a PDF encoded as a Base64 string.

Deploy

Before deploying, you'll need to set up an AWS account and credentials.

In order to deploy the you endpoint simply run

serverless deploy

The expected result should be similar to:

Serverless: Packaging service...
Serverless: Uploading CloudFormation file to S3...
Serverless: Uploading service .zip file to S3 (758 B)...
Serverless: Updating Stack...
Serverless: Checking Stack update progress...
..........
Serverless: Stack update finished...

Service Information
service: resume-api
stage: dev
region: us-east-1
api keys:
  None
endpoints:
  POST - https://f7r5srabr3.execute-api.us-east-1.amazonaws.com/dev/
functions:
  parse_resume: resume-api-dev-parse_resume
 layers:
  None

About

Uses resume data to match students to topics that are most relevant for them, created for ACM Member-to-Meeting Matcher (MMM)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages