Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 905 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 905 Bytes

Exquisitor 1.0

  • Exquisitor is a browser-based media explorer capable of learning user preferences in real-time during interactions with the 100 million images of the YFCC100M collection.
  • The system owes its efficiency to the Blackthorn interactive multimodal learning engine and the eCP high-dimensional indexing algorithm.
  • Exquisitor can complete each interaction round in less than 10 ms, using only a single CPU core with a modest memory footprint, which opens up large-scale multimedia analytics to consumer PCs, as well as multi-user and multi-platform environments.
  • Implemented during a three week course at Reykjavik University in spring semester 2018.

Installing

  • Have nodejs installed
git clone 'this-repo-url' app-name
cd app-name
npm install
npm start

Authors