Project for the Personal Interaction Studio course of Spring 2018 at EPFL.
EPFL | Media & Design Lab | Personal Interaction Studio 2018
Course Tutors:
- Immanuel Koh
- Jeffrey Huang
The two main folders of the application contain:
- The Python code responsible of preprocessing the data
- The web app written in React for the front-end and Express for the back-end.
In order to run the project there are a few steps needed to follow:
- Download the images and put the whole folder
field/
as a child ofnodejs/res/
- Install Mongodb and pymongo, start an instance and run the script
init_db.sh
- Install Yarn, go to each of
nodejs/
andnodejs/client/
and runyarn add
to install all javascript dependencies - go to
nodejs/
and runyarn dev
I might setup a docker image that does all that...
Check out this video