Coder Social home page Coder Social logo

riadh-b / style-search Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ivona-tooploox/style-search

0.0 2.0 0.0 144.3 MB

Complementary code supporting FEDCSIS MIDI 2017 paper "What Looks Good with my Sofa: Multimodal Search Engine for Interior Design" by Ivona Tautkute, Aleksandra Możejko, Wojciech Stokowiec, Tomasz Trzciński, Łukasz Brocki and Krzysztof Marasek

Home Page: https://arxiv.org/abs/1707.06907

Jupyter Notebook 92.17% Python 6.06% CSS 0.12% JavaScript 0.14% HTML 1.50%

style-search's Introduction

README

What is this repository for?

Dependencies

  • Installation of Open CV 2
  • Python 3

Installation

Docker

  • Build docker container docker build -t container-name .
  • Run on port 3000 docker run -p 3000:3000 -it container-name

Locally

Web app

  • Start on localhost by running run.py

  • Configuration of Flask app interface: app/web_interface.py

Notebooks

  • Results for IKEA Dataset - contains accuracy calculations for visual search, recall curve on IKEA dataset
  • Interior style dataset benchmark - contains accuracy calculations for visual and textual search on Style dataset
  • Results for calculating similarity - contains similarity metric calculations for different text queries and objects in IKEA dataset

Visual Search

  • Visual search functions: finder.py
  • Visual feature extraction: cnn_feature_extraction.py
  • Functions for YOLO object detection: detect_objects.py
  • Model parameters: parameters.py

Textual Search

  • Query transformation using SVD and finding n-nearest neigbhours: search_engine.py
  • Word2vec and Countvect "training": training.py
  • tSNE visualization: embedding.py
  • blender.py - leftover
  • Query transformation using LSTM is in the jupyter notebook sent on style-search channel on slack

style-search's People

Contributors

ivonatau avatar

Watchers

James Cloos avatar paper2code - bot avatar

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.