This project takes in your experiences, projects, education, skills, and an example of a cover letter you wrote.
Later, you can input a job description and it will output a tailored resume + cover letter for the specific job application.
Python 3.6 or higher
- Create a new virtual environment using
python -m venv venv
- Activate the virtual environment using:
- On Windows:
.\venv\Scripts\activate
- On *nix:
source venv/bin/activate
- On Windows:
- Install the dependencies using
pip install -r requirements.txt
- Go to
config/keys_config.cg
file and replaceapi_key
with your own from Open AI Website