Developed a working custom search engine using Bing API, in PHP, HTML, CSS and Bootstrap. First the input query is taken and the 20 search results are shown. At the bottom of the page there is a textbox to enter 5 most relevant results among the 20 results and a button to re-rank them. On clicking the button, it takes to another page where it shows the re-ranked results. Both the initial and relevant results are written to 2 documents . When the re-rank button is clicked, the cosine similarity is calculated for the initial search results and the 5 relevant results . In descending order of the similarities , the re-ranked results are displayed.
-
Notifications
You must be signed in to change notification settings - Fork 1
As a part of the data mining course, developed a working custom search engine using Bing API, in PHP, HTML, CSS and Bootstrap. The results are re-ranked based on the user's feedback and displayed.
anushamedicharla/SearchEngine-DataMining
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
As a part of the data mining course, developed a working custom search engine using Bing API, in PHP, HTML, CSS and Bootstrap. The results are re-ranked based on the user's feedback and displayed.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published