Skip to content
View pravar21's full-sized avatar
Block or Report

Block or report pravar21

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. SearchEngineQueryProcessor SearchEngineQueryProcessor Public

    Returns Top 10 URL results and corresponding ranking scores for user entered search query.Implements conjunctive as well as disjunctive query processing and uses BM25 as the ranking function.Very E…

    Java 1

  2. IndexBuilder IndexBuilder Public

    Generates an Inverted Index in binary format, a Lexicon , and an URL table. A Component of the search engine which helps in search query processing in a few milliseconds.Uses I/O effecient disk acc…

    Java

  3. WebCrawler WebCrawler Public

    Crawls URL’s, Computes PageRank of the explored subgraph of web pages using Google’s Algorithm & downloads them.

    Python

  4. Scalable-Realtime-Tweet-Trend-and-Sentiment-Analyser Scalable-Realtime-Tweet-Trend-and-Sentiment-Analyser Public

    A Tweet Map Web App Fetching tweets from twitter API and using Amazon Simple Queue Service , Simple Notification Service , a custom Java Servlet HTTP endpoint for indexing tweets to Amazon Elastic …

    Java 1

  5. BayMax BayMax Public

    Forked from abhishek541/BayMax

    Virtual assistant app for Alzheimer's patients

    Java

  6. pacman_search pacman_search Public

    Implemented AI agents for playing pacman using BFS, DFS & A-star Search Algorithms

    Python