Courtesy of DALL·E.
Create CVs in PDF and PPT formats from YAML input.
It's also hosted on streamlit at: https://cv-bia.streamlit.app/
This setup is for those that wish to develop CVBIA. All other users should access the webapp.
-
Clone this repo to your machine and setup your local virtual environment:
git clone [email protected]:erkanncelen/cvbia.git cd cvbia python -m virtualenv .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 🎉!