A Python basic Search Engine with building index using TF-IDF and NDCG, including Flask web app. UCI Information Retrieval Project.
-
Build index
python build_index.py -
This search engine
run search.py to search our results and compare
python search.py -
Google search
run python google_search.py to get google results
python google_search.py
Follow these steps to launch the search engine web application
-
pip install -r requirements.txt to install flask
-
sh launch.sh
launch the search engine UI web application.
The screen shot of the search engine UI when execute query of "REST":