Skip to content

godatadriven/cvbia

 
 

Repository files navigation

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 🎉!

About

a CV generator from YAML

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%