Skip to content

A Search Engine created using python with the help of Page Rank algorithm and cosine similarity algorithm

License

Notifications You must be signed in to change notification settings

akhilramkee/Search-Engine-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SEARCH ENGINE USING PYTHON

Search Engine

This Search Engine is based on Jorin's Work book which utilizes "PAGE RANK ALGORITHM" to rank the pages and "cosine similarity" to decide the similarity between the document and query.

run it in terminal:

python search.py 'go' 'https://jorin.me'

You could use any sites but this is an example site used by me

format: python search.py

dependencies:

  1. bs4
  2. numpy
  3. argparse

About

A Search Engine created using python with the help of Page Rank algorithm and cosine similarity algorithm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages