Skip to content
View Paarth01's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Block or report Paarth01

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
Paarth01/README.md

Open to work Profile views

Hey, I'm Paarth πŸ‘‹

Backend-focused software engineer who enjoys building things that are fast, reliable, and don't fall over at 3am. I work across the full stack but I'm most at home designing distributed systems, high-performance APIs, and cloud infrastructure β€” the stuff users never see but always feel.

Top 15 finisher in Graph-E-thon 3.0 (900+ teams). AWS Certified. Oracle OCI AI Certified. Currently open to remote engineering roles and freelance projects. If you're building something interesting, let's talk.


πŸ›  What I work with

Languages

Python TypeScript JavaScript C++ SQL Bash

Backend & APIs

FastAPI Node.js React GraphQL gRPC Kafka RabbitMQ

Cloud & DevOps

AWS Docker Kubernetes Terraform GitHub Actions

Databases

PostgreSQL MongoDB Redis MySQL DynamoDB

ML / AI

TensorFlow PyTorch scikit-learn Pandas NumPy Langchain ChromaDB Ollama


πŸ”¨ Projects

🌍 AeroGraphFed β€” Full-Stack Spatial Analytics Platform

Mar 2026 – Present

Automated spatial ETL pipeline ingesting 5+ GB of satellite GeoTIFF data aggregated across 190+ countries. Cached pre-compiled XGBoost model assets to cut inference latency to <200ms, enabling live ML simulations with instant UI feedback via Streamlit and Plotly.

Python GeoPandas XGBoost Streamlit Plotly

β†’ View repo


πŸ€– DocChat β€” Local RAG Pipeline

May 2026 – Present

End-to-end RAG chatbot over private PDF collections β€” fully offline, no API keys. Ingests and chunks unstructured documents, embeds with sentence-transformers, stores in ChromaDB, and orchestrates retrieval β†’ generation via a Langgraph StateGraph. Served through a FastAPI endpoint with source-citation enforced per query.

Langchain Langgraph ChromaDB Ollama FastAPI

β†’ View repo


πŸ” CRYPTXFER β€” Encrypted File Transfer System

Jan 2026 – Feb 2026

End-to-end encrypted file transfer with AES-GCM 256-bit encryption, SHA-256 key derivation, and 128-bit authentication tags. Concurrent async REST API backend handles simultaneous transfers with consistent low-latency throughput.

Python FastAPI AES-GCM Async

β†’ View repo


🚚 Smart Delivery Route Optimizer

Nov 2025 – Dec 2025

Full-stack TSP solver that computes optimal delivery routes across up to 15 nodes. FastAPI backend evaluates 163,800+ state transitions in under 2 seconds using Bitmask DP, reducing complexity from O(n!) to O(2ⁿ · n²). Supports Euclidean and Haversine distance models.

Python FastAPI Algorithms

β†’ View repo


πŸ”— SkillChain (In Progress)

Blockchain-powered platform for issuing and verifying educational credentials. Learners earn on-chain certificates via smart contracts β€” portable, tamper-proof, and employer-verifiable without a middleman.

React Node.js Web3

β†’ View repo (active development)


πŸ† Achievements

πŸ₯‡ Top 15 / 900+ teams β€” Graph-E-thon 3.0 (2026), AI/ML & Blockchain track
☁️ AWS Certified Cloud Practitioner β€” Amazon Web Services (Apr 2025)
πŸ€– OCI AI Foundations Associate β€” Oracle University (Oct 2025)
🧩 LeetCode 200+ problems β€” Top 20% ranking, Arrays / DP / Graphs / Trees

πŸ“Š GitHub Stats


⏱ This Week I Coded


🐍 Contribution Activity

Snake


πŸ“ˆ Currently

  • B.Tech Computer Science @ Graphic Era University β€” graduating May 2027 (GPA 8.25/10)
  • Deepening expertise in LLM engineering, RAG pipelines, and applied ML at scale
  • Exploring MLOps β€” model serving, monitoring, and productionizing ML pipelines
  • Building SkillChain, working toward a testnet deployment

πŸ“« Let's connect

If you have a project that needs a reliable backend, a complex API, or cloud infrastructure that actually works β€” reach out.

LinkedIn LeetCode Gmail GitHub


Open to Data Science / ML Engineering internships, remote roles, and interesting collaborations.

Popular repositories Loading

  1. Supermarket-Cashier Supermarket-Cashier Public

    A simple supermarket cashier application using Python, enabling users to manage transactions, calculate totals, and apply discounts efficiently. The project demonstrates basic object-oriented progr…

    Python

  2. Team-Player-Data-Entry-Software Team-Player-Data-Entry-Software Public

    A C++ application designed for efficient data entry and management of team player information. This software provides basic functionality for organizing and processing player-related data.

    C++

  3. Web-Based-Tic-Tac-Toe-Game Web-Based-Tic-Tac-Toe-Game Public

    A simple web-based Tic Tac Toe game built with HTML, CSS, and JavaScript. Features two-player mode, real-time updates, win detection, and responsive design for desktop and mobile devices.

    JavaScript

  4. Paarth01 Paarth01 Public

    Config files for my GitHub profile.

  5. Insta-Cypher Insta-Cypher Public

    Forked from pralinkhaira/Insta-Cypher

    The Instagram Password Cracker is a Bash script designed to perform brute-force attacks on Instagram accounts to recover forgotten or lost passwords. It utilizes a list of possible passwords and va…

    Shell

  6. Data-Structures-and-Algorithm Data-Structures-and-Algorithm Public

    This GitHub repository contains implementations of various data structures and algorithms in C. It serves as a valuable resource for learning and understanding fundamental concepts, including linke…

    C