Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 921 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 921 Bytes

Proposal Draft Generator

  1. Create virtual environment python3 -m venv dspy-venv

  2. Activate - source dspy-venv/bin/activate

  3. Install packages - pip install -r requirements.txt

  4. Create .env file

  5. Update job_posting.txt with the job posting you want to write a proposal for.

  6. Update resume.txt with any relevant text information about your credentials.

  7. Run python start.py

Job Information Generator

  1. Follow above steps to setup the environment
  2. Update the job_text.txt file with the job description.
  3. Run python job_skills.py

Skills Evaluator

- Simple example showing how we could potentially grade the skill outputs from a model. Utilizes Sonnet as the grader and Haiku as the generator.
  1. Follow above steps to setup the environment
  2. Run python signature_opt.py