Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 359 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 359 Bytes

sdv_demo

Contains demos of how to use synthetic data vault to create synthetic data. This project uses pipenv to manage virtual environment.

Setting up virtual environment

pipenv install 

downloading data

pipenv run python download_data.py

Running Jupyter with the relevant environment

pipenv run jupyter notebook

Enjoy!