Skip to content

fair-workflows/fairworkflows-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fairworkflows-ui

Demo web interface for fairworkflows library

How to run

Using docker (recommended)

docker build -t fairworkflows-ui .
docker run -p 5000:5000 fairworkflows-ui

Using python

Install graphviz (https://graphviz.org/)

Then:

pip install -r requirements.txt
python app/app.py

About

Demo web interface for fairworkflows library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published