Skip to content

Latest commit

 

History

History
33 lines (28 loc) · 1.06 KB

README.md

File metadata and controls

33 lines (28 loc) · 1.06 KB

Meklet

A Web based Domain Specific Search Engine in Python





Guides

Setup -

To setup the project and to install requisite dependencies run the following commands:

$ pip install pipenv
$ pipenv shell
$ pipenv install

To run the server -

Place the dataset in a folder named corpus inside the root directory of the Project and execute:

$ python app.py

Contributing

See CONTRIBUTING.md.

Project Team