This is the demo tool for the demo paper ChARLES: Change-Aware Recovery of Latent Evolution Semantics in Relational Data, authored by by Shiyi He, Alexandra Meliou, Anna Fariha.
-
Make sure you have
python3andpip3installed on your device. -
Create and activate a new virtual environment and upgrade pip:
python3.9 -m venv .venv source .venv/bin/activate .venv/bin/python3.9 -m pip install --upgrade pip -
Install the dependencies:
pip3 install -r requirements.txt -
Run the Streamlit app:
streamlit run charles.py -
Point to the two files
source.csvandtarget.csvlocated in thedatasetsfolder in the demo. Or use your own datasets!