-
Clone the repository
git clone https://github.com/anandology/cleansweep.git cd cleansweep
-
setup virtualenv
virtualenv . pip install -r requirements.txt
-
activate the virtualenv
source bin/activate
-
load data
python run.py --load data/KA
-
run the webapp
python run.py
Visit the website at: http://127.0.0.1:5000/
This software is licensed under AGPLv3.