Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 820 Bytes

README.md

File metadata and controls

40 lines (25 loc) · 820 Bytes

ResumAI

Upload your resume and receive professional feedback within minutes. Score resumes based on a prompt using GPT.

https://resumai-one.vercel.app/

Requirements

  1. AWS CDK
  2. Rust
  3. Node.js
  4. Python

Deploying

Install dependencies with pip install -r infrastructure/requirements.txt.

cd infrastructure/ && cdk deploy

Running locally

Run the CLI

Make sure you have OPENAPI_API_KEY set in your environment.

cargo build & ./target/debug/cli --filepath ~/example-resume.pdf

Starting the frontend

make frontend

License

Dual licensed under MIT and Apache 2.0.