My Projects

Let my projects speak for themselves.

InkDAO

InkDAO

InkDAO is a decentralized publishing platform that allows users to create and monetize their own publications.

CF-Stress

CF-Stress

Developed cross-language stress-testing webapp for Codeforces Problemset. Achieved 90% accuracy in generating counter-examples. Implemented JWT for secure authentication. Used MERN stack.

CV-Shortlister

CV-Shortlister

Engineered Django-React app for 80% faster resume shortlisting with AI. Utilized Google's generative AI for accurate resume key point extraction. Implemented multi-threading and AJAX polling for improved user experience. Tech Stack: Django, React.

Codeforces Submission Scraping

Codeforces Submission Scraping

Created a solution for real-time Codeforces submissions updates from friends with 95% accuracy. Employed web scraping for data retrieval and SendGrid API for email communication. Tech Stack: Python, Selenium.

Movie Recommendation System

Movie Recommendation System

Designed a movie recommendation system based on user input or selected genre. Implemented TF-IDF Vectorizer for embedding and Cosine Similarity for accuracy. Tech Stack: Flask, MongoDB.

Breaking Cryptosystem

Breaking Cryptosystem

Developed cipher algorithms (DES, AES, SHA3) in C++, identified vulnerabilities to uncover hidden keys. Conducted cryptanalysis on various ciphers, including DES, EAEAE, and RSA with a low public exponent, employing Coppersmith's LLL-based attack.

Connecting the First Search

Connecting the First Search

Mastered graph algorithms (DFS/BFS), explored shortest paths (Dijkstra, Bellman-Ford, Floyd Warshall), implemented 2-SAT, and studied disjoint set union, path compression, and minimum spanning tree algorithms(Kruskal, Prim)

Demistifying Algorithms

Demistifying Algorithms

Mastered essential Data Structures and Algorithms for Competitive Programming, including Sieve of Eratosthenes and its variations. Acquired skills in Segment Tree, Binary Indexed Tree (Fenwick Tree), Square Root Decomposition, and MO's Algorithm.