Skip to content

erkanncelen/cvbia

Repository files navigation

Courtesy of DALL·E.

CVBIA

Create CVs in PDF and PPT formats from YAML input.

It's also hosted on streamlit at: https://cv-bia.streamlit.app/

Development Setup

This setup is for those that wish to develop CVBIA. All other users should access the webapp.

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

    git clone git@github.com:erkanncelen/cvbia.git
    cd cvbia
    python -m virtualenv .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