Shower thoughts: a sudden idea that occurs to a person during an unconnected mundane activity. a.k.a. the most interesting expressions of our creativity and randomness.
Our interactive user experience includes gesture controls. This user experience addition is intended to make the audience’s interaction with others’ thoughts more concrete. Being able to affect the display of concepts with bodily gestures helps bridge the gap between the mental and the physical.
NOTE:
- 'src' is the folder containing final code files.
- 'dev' is the folder for temporary code/notes that aren't part of the final product.
- Set up Python virtual environment. Enter your python virtual environment and install all dependencies (
pip install -r requirements.txt). - Set up dependencies for node.js. Enter the
srcdirectory --> 'cd templates' --> 'cd frontend' --> runnpm ito install required modules.
After dependencies are added, the app can be run anytime via the following:
- Open 2 terminals.
- First, in one terminal, run the react frontend: 'cd templates' --> 'cd frontend' --> 'npm run watch'
- Next, in the SECOND terminal, start the backend: run flask backend in one terminal: 'cd src' -> 'cd templates' --> 'python3 -B app.py'
- Open a browser and go to localhost:5000
- (suggested by Peggy) add control to allow user to control "strength" of partitioning? is there a way to have the NLP make it "easier" or "harder" to group/draw connections between thoughts? adds to the "things in between" idea of the exhibit and also the physical outside of the showerthoughts room
Direct contributors: @trifork3, @karenli6
References, resources, and inspiration: @cynthia9chen, (project) lotus https://github.com/vasturiano/react-force-graph
metalab @ Harvard Advisor: Dr. des. Kim Frederic Albrecht, Principal Investigator metaLAB (at) Harvard & FU Berlin
Special thanks to the Conflux Collective

