/Pagerank-based-search-engine

Pagerank based search engine.

Primary LanguagePython

Pagerank based Search Engine:

Dependencies:

  1. MySQL 5.7.20
  2. MySQLdb for python 2.7.12
  3. Python 2.7.12

Procedure:

  1. Dump the sql dump (given in the folder - "engine") into your local mysql database.
  2. Make the corresponding changes in the code (query.py) where username and password is required.
  3. Run query.py and enter search terms/query.

Refer to final_report.pdf for the details of the search engine.