Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 790 Bytes

readme.md

File metadata and controls

35 lines (25 loc) · 790 Bytes

Courtesy of DALL·E.

CVBIA

Create CVs in PDF and PPT formats from YAML input.

Development Setup

This setup is for those that wish to develop CVBIA.

  1. Clone this repo to your machine and setup your local virtual environment:

    git clone [email protected]:godatadriven/cvbia.git
    cd cvbia
    python -m venv .venv
    source .venv/bin/activate
    pip install -r requirements.txt
    pre-commit install
  2. Edit cv_data.yaml to include your details.

  3. Run Streamlit locally:

    streamlit run streamlit_app.py
  4. Access the provided URL, upload your headshot and download your CV 🎉!