Code Monkey home page Code Monkey logo

python-test-server's Introduction

python-test-server

A python test server to incorporate to the "CBIR visualization tool" and its server.

Prerequisits

 virtualenv ~/BLCF
 source ~/BLCF/bin/activate
  • For python dependencies run:
 pip install --upgrade pip
 pip install -r requirements.txt
  • Make sure you are using theano order for the images. Edit '~/.keras/keras.json'
{    "image_dim_ordering": "th", "epsilon": 1e-07, "floatx": "float32", "backend": "theano"}

[NOTE] - In MAC_OS, matplotlib might cause problems using a python virtual enviroment. You might need to Create a file '~/.matplotlib/matplotlibrc' there and add the following code: 'backend: TkAgg'.

  • If you want the system to be evaluated, follow the next steps: 1. In the main project folder, create a file named compute_ap.cpp and copy/paste the code from HERE. 2. In your shell, from the same path, run the following code:

      ```
        > gcc compute_ap.cpp -o test -lstdc++
        > ./test
        > rm compute_ap.cpp
        > mv test compute_ap
      ```
    

Setting the paths and models

  • Set the path to the main folder in 'src/config.py'
MAIN_PATH = '/path/to/python-server/search_engine'
  • Download the data folder and place within the 'search_engine' folder.
search_engine/data

Execution

  • To run the code run:
python main.py    

Documentation

Install apidoc

npm install -g apidoc

Run documentation generation script:

apidoc -o documentation -e node_modules

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

python-test-server's People

Contributors

paulagd avatar

Watchers

Eva Mohedano avatar  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.