Skip to content
/ UMAMI Public
forked from push44/UMAMI

Uncertainty Managed Access to Microstructures Interface Project

Notifications You must be signed in to change notification settings

UBOdin/UMAMI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Uncertainty Managed Access to Microstructures Interface Project

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 start_server
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. default
You can choose options from dropdown menu similar to shown in following image. selection Default scatter plot automatically gets updated by the user selections. new_plot

About

Uncertainty Managed Access to Microstructures Interface Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%