To run replicate this project we open commandline terminal and type following
$git clone https://github.com/push44/UMAMI.git
$cd UMAMI
$pip install -r requirements.txt
$mkdir input
$cd src
$touch config.py
At this point we have to put url address, username, and password in the config.py file.
For example,
URL = "www.google.com"
USERNAME = "username"
PASSWORD = "password"
Now we are all set to run get.py file by following command in the terminal
$python get.py
This script extracts data from the url address and stores it into the input folder.
Now we are ready run run app.py. Again open the terminal and type following
$python app.py
You will result in something like this
Once server is running click on the http address and browser will open up the app.
By default two options are selected to present deault scatter plot.
You can choose options from dropdown menu similar to shown in following image.
Default scatter plot automatically gets updated by the user selections.