⚡️ This app was built as part of a challenge in the Codebender AI Bootcamp. Learn how to build projects like these here.
This app estimates the dollar worth of your resume (i.e. how much money you can make with your resume).
This project is built using Next.js and the Mistral API. The content from the resume pdf is extracted by PDF.js.
This project is built by Zaurbek Stark (The Codebender).
First, duplicate the .env
file into a new file named .env.local
. Update the value of your Mistral API key there. To get a key, you need to sign up on https://console.mistral.ai/
The first time you are running this project, you will need to install the dependencies. Run this command in your terminal:
yarn
To start the app, run:
yarn dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx
. The page auto-updates as you edit the file.