Skip to content

WatVis/DeepThInk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DeepThInk

Code for the paper "DeepThInk: Designing and Probing Human-AI Co-creation in Digital Art Therapy".

For more details, see the README.md inside client/, server/ and model/ directories respectively.

Client

Frontend drawing app, written in React Native and Javascript.

Model

Code for training and deploying relevant models: gauGAN, fast_neural_style on a Flask server.

Server

Server for facilitating other backend tasks (e.g. collaborative drawing), written in Go.