Literature Search Engine
Steps to run the demo
Locally
- Ensure the path to the documents, and port numbers (if running locally) are set correctly in
index.html
,IndexBuilder.py
andSearch.py
- If the index has not been built yet, run
python3 IndexBuilder.py
- Run
python3 SearchEngine.py
to start the server - Open
index.html
in the browser if running locally
Through server
- Go to http://chagari2.web.illinois.edu/cs510/
- The code to run the demo has been hosted on CPanel
Happy searching!