Courtesy of DALL·E.
Create CVs in PDF and PPT formats from YAML input.
This setup is for those that wish to develop CVBIA.
-
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
-
Edit
cv_data.yaml
to include your details. -
Run Streamlit locally:
streamlit run streamlit_app.py
-
Access the provided URL, upload your headshot and download your CV 🎉!