A web-based application for creating perturbations of 3D models. Upload a 3D model, and interactively explore perturbations of the 3D model.
$ git clone https://github.com/juancq/shape-deform.gitActivate your virtualenv (if any)
$ pip install -r requirements.txt- DEAP (https://github.com/DEAP/deap)
- Flask (http://flask.pocoo.org)
- Numpy (http://www.numpy.org)
See requirements.txt
$ cd shape-deform
$ python server.pyOpen web browser to localhost:8000.
