Chrome extension that personalizes your resume for each job application using LLMs
- Clone the repository
- Open Chrome and go to
chrome://extensions/
- Enable developer mode
- Click on
Load unpacked
and upload the repository folder - The extension should now be installed
- Modify the values in
backend/constants.py
to match your own - Change resume in input folder to your own resume
- Go to the
backend
directory - Run
uvicorn main:app --reload
to start the server - Use chrome extension as intended