Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 593 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 593 Bytes

Bread Search

Google CodeU Final Project

Discription

Bread search is a web search engine that is coded in Java and uses Spring framework, Maven, Redis database and runs on Heroku server.

Key feature

  • Landmark and logo image detection
  • Boolean logic queries ("" for AND, | for OR, - for EXCLUDE )
  • Implement Okapi BM25+ TF-IDF algorithm for better result ranking
  • Runs on Heroku server at https://breadsearch.herokuapp.com

Run the application

https://breadsearch.herokuapp.com

Softwares Used

  • Redis & Jedis
  • Java7
  • Spring MVC
  • Maven
  • HTML/CSS
  • Javascript