Skip to content
View Priyansh2's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report Priyansh2

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. wikipedia_search_engine wikipedia_search_engine Public

    Designed a scalable and efficient search engine in Python to query a Wikipedia corpus of ~75GB with a response time of 1s and outputs the top 10 relevant documents based on the search query.

    Python

  2. D-SYNC D-SYNC Public

    An Application Level program to keep two separate directories synced, similar to Dropbox, using sockets to support file download, index search, and file verification using md5 hashing

    Rich Text Format

  3. super-tic-tac-toe-bot super-tic-tac-toe-bot Public

    AI-driven board game composed of nine tic-tac-toe boards arranged in a 3 × 3 grid.

    Python

  4. Secure-FTP Secure-FTP Public

    Designed and built a basic TCP oriented Secure File Transfer Protocol (SFTP) with Diffie-Hellmann key exchange protocol, modified Caesar Cipher for encryption, DSS signature scheme and SHA1 for pas…

    Python 3

  5. Abstract-Based-Sentiment-Detection Abstract-Based-Sentiment-Detection Public

    This repository contains code for aspect-based sentiment analysis for the "restaurant" domain. Ref. paper:

    Jupyter Notebook

  6. SQL-Engine SQL-Engine Public

    A Minified SQL Engine is written in Python that can run a subset of DML queries given by the user.

    Python