This is a picture matching program.
User can input the text and get matching picture both through UI interface and restful interface.
- It's developed by using Spring Framework and Elastic Search.
- Use Learning To Rank to match Query and Image Pair.
- mvn package
- put the war package into the tomcat.
- reconfig the property
- start the tomcat service.
- (optional) you may need to deploy another program named matchpService
The project is based on spring framework and elastic Search, which is organized as several modules. matchp-core: code about elastic search api matchp-web: program web interface matchp-api: program's rest api.
- Image de-duplication (Finished)
- Learing to Rank (Finished)
- Adapting to multiple source data (Finished)
- remove image with qr code(not yet)
- remove image with full of text(not yet).
text: just text as you know
polarity: text's sentiment
img: image's url
imgSign: image's signature
doc_id: text's id
Tag | Comment | Status |
---|---|---|
v1.0 | origin version, can index original text | Done |
v2.0 | scaling up version, add sar,ocr,hist feature, remove preprocess part into a storm application | not yet |