Skip to content

paulagd/node-server

Repository files navigation

node-server

A server for the tool to visualize the results of a image retrieval engine system.

Requirements

  • Nodejs v6.11.3
  • npm v5.4.2
  • Python 2.7

In the React visualization tool for CBIR you can find the steps to install all the dependences.


Repositories related:


Images storage

  • Download a dataset and store all its images into ONE single folder named ${NAME_OF_THE_DATASET}.
  • Place the folder in the main root directory of this project.

Note: In the case of oxford, paris and instre dataset you can download the folders ready to use here.


Getting started

Usage

  • Execute the command:

    node index.js


Specific documentation of the project

  • Install apidoc

    npm install -g apidoc
    
  • Run documentation generation script:

    npm run doc
    

Note: Open the file 'index.html' stored in the folder 'documentation' to see how to customize the system.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published