/tasty-search

Learning to Rank (LTR) search engine with feedback UI

Primary LanguageJupyter Notebook

tasty-search

Search engine feedback UI

Installation

Before starting development, use

pip install -r requirements.txt

to install the necessary requirements.

Additionally, you will need to run

export FLASK_APP=tastysearch.py

before using the flask run command.