Demure little web UI for generating cover letters. Simply provide a resume as a pdf and a link to a job listing and boom you got yourself a cover letter.
- Install Docker: https://docs.docker.com/engine/install/
- Download or clone the repository
- In the
apifolder create a.envfile. On MacOS you can runtouch .envin your console. - Add the following to the
.envfile and replace the API key with your own OpenAI API key:
OPENAI_API_KEY=replace-with-your-api-key
- Open a console in the project folder
- Run the following commands:
docker compose build
docker compose up -d
The prompt for generating the cover letter is stored in api/App/prompts/generate_cover_letter.txt. Simply change the prompt as you see fit. Changes will automatically be reflected in the running application.