Skip to content
View Abh-igyan's full-sized avatar
  • Digboi, Assam, India
  • 22:09 (UTC +05:30)

Highlights

  • Pro

Block or report Abh-igyan

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

πŸ‘‹ Hi, I'm Abhigyan Tiwari

πŸš€ CSE Undergraduate @ NIT Silchar
πŸ’» Systems Engineering β€’ Backend β€’ Quant ⚑ Building high-performance systems & intelligent applications


🧠 About Me

  • πŸ”§ I love low-level systems + performance optimization
  • πŸ“Š Exploring Backend Engineering & quantitative finance
  • πŸ€– Interested in agentic AI & real-time analytics
  • πŸ† Competitive programmer & open-source contributor

βš™οΈ Tech Stack

πŸ’» Languages

C++ Python GO

πŸ—„οΈ Databases

MySQL Redis

πŸ› οΈ Tools

Linux Docker Git


πŸš€ Projects

Vahini: Distributed Benchmarking & Hosting Platform Repo | Live Demo

πŸ“Œ FastAPI, Go, Docker, AWS EC2, Postgres RDS

  • Designed and deployed a distributed trading-engine evaluation platform on AWS, supporting automated correctness validation and large-scale performance benchmarking.
  • Built a secure containerized execution environment using Docker and gVisor for safe execution of untrusted participant code.
  • Developed a distributed Go benchmarking framework capable of generating realistic market traffic and sustaining 1.3K+ TPS under 1,000 concurrent traders.
  • Implemented a FastAPI orchestration service for worker coordination, benchmark scheduling, metrics aggregation, and automated scoring.
  • Created a real-time competitive leaderboard system using PostgreSQL and WebSockets for live ranking and benchmark analytics.

ParivahanSaathi β€” AI Traffic Planning Engine Repo | Live Demo

πŸ“Œ FastAPI, CatBoost, OSMnx, NetworkX, AWS, Mappls APIs

  • Built a production-ready ML-driven traffic intelligence system for Bengaluru using 8K+ traffic incidents, enabling congestion prediction, incident impact estimation, and intelligent diversion planning at city scale.
  • Architected a modular multi-stage inference pipeline: feature engineering β†’ closure probability prediction β†’ impact scoring β†’ response recommendation β†’ diversion routing.
  • Optimized city-scale routing by partitioning Bengaluru into 56 OSM road graphs with two-level lazy loading, reducing active memory usage by 94% (4.8 GB β†’ 280 MB) while achieving sub-150 ms warm route generation.
  • Implemented diversion route search using KD-tree spatial indexing + Dijkstra's algorithm, and validated selected routes using Mappls traffic-aware APIs for real-time ETA and distance estimation.
  • Built closed-loop feedback system, capturing post-incident outcomes for periodic model recalibration and continuous improvement in prediction accuracy.

πŸ”₯ TitanDB – High-Performance KV Store Repo

πŸ“Œ C++, Systems Programming

  • ⚑ O(1) lookups using in-memory hash index
  • πŸ’Ύ Disk-backed storage with fixed-width records
  • 🧱 Inspired by Bitcask architecture
  • πŸ”„ Log compaction + crash recovery

🌐 TrafficTalk – AI Network Monitoring Assistant Repo

πŸ“Œ Python, Redis, LLMs

  • πŸ“Š Real-time network traffic analysis
  • ⚑ Sub-10ms processing latency
  • πŸ€– LLM-powered insights (Groq + LLaMA 3)
  • πŸ”„ Hybrid agent system

πŸ“ˆ Quant Projects


🌱 Open Source Contributions

  • πŸ”§ CGAL

    • Fixed cross-platform build issues (CMake, toolchain)
    • Enforced C++17 compatibility
  • 🌍 DBPedia

    • Built Human-in-the-Loop dashboard
    • Improved Hindi knowledge graph

πŸ† Achievements

  • πŸ₯ˆ 2nd – Arbitrage Arena (IISc)
  • πŸ₯‰ 3rd – IISc Honour Code Hackathon
  • ⚑ Meta HackerCup Rank: 2245
  • πŸ… Top Contributor – Open Source Marathon (NIT Silchar)

πŸ“Š GitHub Stats

GitHub Stats

Top Languages


🎯 Current Focus

  • πŸš€ High-performance backend systems, distributed systems
  • πŸ“Š Quant + ML systems

πŸ“« Connect With Me


⚑ Fun Fact

I enjoy building systems where latency matters more than lines of code ⚑

Pinned Loading

  1. TradingSystem-Benchmarking-Hosting-Platform TradingSystem-Benchmarking-Hosting-Platform Public

    Vahini is a distributed benchmarking and hosting platform for evaluating trading engines. It accepts source-code ZIP submissions, builds and runs them in isolated Docker containers, validates excha…

    Python 1

  2. IRP-Incident-Response-Planner IRP-Incident-Response-Planner Public

    Event-Driven Congestion (Planned and Unplanned) incident response system built with FastAPI, SQLite, CatBoost, NetworkX/OSMnx graph assets, and Leaflet. The system forecasts event-related traffic i…

    HTML

  3. CPP-thread-pool CPP-thread-pool Public

    Production-oriented fixed-size thread pool in C++17 with a bounded task queue, backpressure, instrumentation, graceful shutdown, and a benchmark matrix that exposes scaling behavior across workload…

    C++

  4. TrafficTalk-The-AI-Network-Monitoring-Assistant TrafficTalk-The-AI-Network-Monitoring-Assistant Public

    AI-powered network traffic analyzer using Redis and delta-based monitoring, with a hybrid agent (rule-based + LLM) for real-time insights.

    Python 1

  5. TitanDB TitanDB Public

    A lightweight, log-structured key-value store built from scratch in C++17, inspired by Bitcask-style storage engines. TitanDB demonstrates core systems concepts like persistent storage, crash recov…

    C++

  6. FXStatArb FXStatArb Public

    This project implements a systematic FX statistical arbitrage engine designed to exploit cross-currency dependencies while maintaining strict market neutrality.

    Jupyter Notebook