Skip to content
View abhi-saurav-saroya's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report abhi-saurav-saroya

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
abhi-saurav-saroya/README.md

Tech Stack

Languages

Tools & Platforms

Jupyter Google Colab

Libraries & Packages

Problem Solving & DSA

πŸ”— LeetCode Profile:
https://leetcode.com/u/abhi-saurav-saroya/

GitHub Statistics

@abhi-saurav-saroya's github-readme-stats @abhi-saurav-saroya's github-readme-streak-stats

activity graph

@abhi-saurav-saroya's productive-time @abhi-saurav-saroya's profile-details

GitHub Activity Snake

Featured Projects

πŸ” CipherSafe - Multi-user Secure File Vault (C++)

Secure file locker supporting authentication, encrypted storage, and file recovery.

πŸ”— Repository: https://github.com/abhi-saurav-saroya/CipherSafe


πŸ”‘ VaultX - Offline Password Manager (C++)

Local-first password manager with encrypted credential storage and session-based security.

πŸ”— Repository: https://github.com/abhi-saurav-saroya/VaultX


🧠 EduGenie - AI-Assisted Learning Tool

Hackathon-built Flask application that generates summaries, quizzes, and explanations from text.

πŸ”— Repository: https://github.com/abhi-saurav-saroya/EduGenie


πŸ“‚ Sortify β€” Automated File Organization Tool

Python utility that automatically scans directories and organizes files into categorized folders based on their extensions, and intelligent file renaming.

πŸ”— Repository: https://github.com/abhi-saurav-saroya/Sortify


πŸ” TwinScan β€” Duplicate File Detection System

High-performance duplicate file scanner that combines file-size filtering with SHA-256 hashing for efficient duplicate detection. By eliminating unnecessary hash computations, TwinScan reduced scan time on a real-world directory from 2 minutes 3 seconds to 2.34 seconds, demonstrating the impact of algorithmic optimization.

πŸ”— Repository: https://github.com/abhi-saurav-saroya/TwinScan


πŸ“Š Pulse β€” Real-Time System Monitoring Dashboard

Terminal-based dashboard that displays live CPU usage, memory consumption, and active process information through a continuously updating interface.

πŸ”— Repository: https://github.com/abhi-saurav-saroya/Pulse

Current Focus

class Abhi:
    def __init__(self):
        self.focus = "Data Science"
        self.languages = ["C", "C++", "Python"]
        self.approach = "Learn fundamentals first, scale later"

    def mindset(self):
        print("Consistency > Motivation")


def main():
    me = Abhi()
    me.mindset()


if __name__ == "__main__":
    main()

🌐 Connect With Me

LinkedIn Email LeetCode GitHub

profile views


Footer

Correctness first. Optimization follows...

Pinned Loading

  1. Gambit Gambit Public

    Gambit is a desktop chess application built in C++ using SFML, designed to implement the complete rules of chess while providing an interactive graphical experience.

    C++ 1

  2. CipherSafe CipherSafe Public

    CipherSafe is a lightweight C++ file vault that lets users securely encrypt, store, recover, and manage files through a clean console dashboard.

    C++

  3. VaultX VaultX Public

    VaultX is a C++-based offline password manager that securely stores credentials using hashing, encryption, and session-based key derivation. All sensitive data is stored locally in encrypted form, …

    C++

  4. Sortify Sortify Public

    A Python-based file organizer that automatically sorts files into categorized folders based on their extensions.

    Python

  5. EduGenie EduGenie Public

    EduGenie is a simple Flask web application that processes uploaded text files (PDF, DOCX) or plain text input and uses a generative AI model to produce summaries, key points, quizzes, simplified ve…

    Python

  6. PhoneBook PhoneBook Public

    A console-based contact manager application implemented entirely in C++ using object-oriented and generic programming features. This program allows users to manage contacts efficiently, including a…

    C++