im-search

Well, repo for the course zhuantiyantao .....

Introduction

A very very simple image search engine .. for food

Dependency

Make sure you have these stuff first ...

  1. Scons
  2. protobuf
  3. RCFProto
  4. Django
  5. OpenCV

Build

  1. Install protobuf and RCFProto, Scons .. and so on
  2. Compile, scons cv/ && scons build/ && scons service
  3. Put images in the same folder of build, run build
  4. Copy results to service/
  5. Start server, service/SearchServer
  6. Start Django: python manager.py runserver
  7. 127.0.0.1:8000, have fun...