Skip to content

gkontogiannhs/Search-Engine-ElasticSearch-ML

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Search-Engine

This project implements a book search engine based on Elasticsearch (the more relative the book is with the given search input, the higher is ranked using TF-IDF metrics etc.) and re-ranks the retrieved results (user personalization) using machine learning techniques. The algorithm also tries to find correlations on how users rate, depending on their demographics using clustering techniques.