A Web based Domain Specific Search Engine in Python
To setup the project and to install requisite dependencies run the following commands:
$ pip install pipenv
$ pipenv shell
$ pipenv install
Place the dataset in a folder named corpus
inside the root directory of the Project and execute:
$ python app.py
See CONTRIBUTING.md
.