Skip to content

ssciwr/moufang-exhibition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

aa91235 · Jun 6, 2023

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Franz Moufang - The Social Network

This is a network visualization based on dash-cytoscape for the art exhibition THE SOCIAL NETWORK. Die Gästebücher des Kunstsammlers Franz Moufang in the Kunstverein Heidelberg.

How to install and run

The web app needs to be served locally or over the internet.

Requirements:

  • Python + Pip

Instructions:

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

If you need to serve this in the production environment, you should stop the previously running gunicorn process by identifying its PID with ps ax | grep gunicorn and kill it. Then, in the moufang-exhibition directory do:

nohup gunicorn app:server -b :8000 &

License

The code in app.py is licensed under the MIT license. The data in data.json is licensed t.b.d.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages