Giter VIP home page Giter VIP logo

semanticcollage's Introduction

SemanticCollage: Enriching Digital Mood Board Design with Semantic Labels

In the SemanticCollage research project (released July 6th 2020) we developed a digital mood board tool that attaches semantic labels to images by applying a state-of-the-art semantic labeling algorithm. It helps designers to 1) translate vague, visual ideas into search terms; 2) make better sense of and communicate their designs; while 3) not disrupting their creative flow.

Overview of the System:

SemanticCollage is a semantically enriched digital mood board tool for image collection and interpretation. Blue tools support image and text manipulation; Red tools provide semantic labels.

Getting started:

1) setup Postgres DB -- db name: semanticcollage
2) create tables using the statements in the DB folder
3) make sure the user 'research' has read/write privilages
(GRANT ALL PRIVILEGES ON DATABASE "semanticcollage" to research;)
4) install requirements: see requirements.tex
5) add a folder 'images' in the static folder

Usage:

1) Navigate to the folder.
2) start the system: python main.py
3) connect to: http://localhost:8080

Python version

2.7

Citation

@inproceedings{SemanticCollage,
  title={SemanticCollage: Enriching Digital Mood Board Design with Semantic Labels},
  author={Koch, Janin and Taffin, Nicolas and Lucero, Andr{\'e}s and Mackay, Wendy},
  booktitle={Proceedings of the Designing Interactive Systems Conference 2020 (DIS '20)},
  year={2020},
  organization={ACM}
}

License

This project is licensed under the MIT License, see the LICENSE.txt file for details.

Copyright © 2020 User Interfaces group, Aalto University, Finland

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.