Skip to content
View suryansh00001's full-sized avatar

Organizations

@technex-iit-bhu

Block or report suryansh00001

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

Hi 👋, I'm Suryansh Garg

AI • Systems • Web3 • Cybersecurity

coding animation

Building scalable systems where intelligence meets engineering


🧠 About Me

I’m an IDD (B.Tech + M.Tech) Civil Engineering student at IIT (BHU) Varanasi, with strong interests in
AI/ML, systems programming, cybersecurity, and full-stack development.

I enjoy working close to the system — whether it’s low-level emulation, real-time communication, or AI-driven decision models — and translating complex ideas into practical, scalable software.

  • 🧠 Interests: AI, Deep Learning, Computer Vision, Systems, Web3, Full-Stack
  • ⚡ Philosophy: Understand deeply. Build clean. Break safely.

🌐 Portfolio: https://suryanshgarg.vercel.app
📫 Email: suryanshg371@gmail.com


📜 Research Publications

2024–2025 · Co-Author

  • Conducted an extensive survey covering CNN-based detection, transformer integration, cross-modal Re-ID, and multi-sensor fusion.
  • Analyzed state-of-the-art benchmarks, datasets, and architectures used in modern surveillance systems.
  • Identified open challenges and future directions for robust, scalable, and real-world deployable models.

2025 · Co-Author

  • Studied gradient-based adversarial attacks and real-world noise-driven perturbations.
  • Reviewed defense mechanisms including adversarial training, certified defenses, and architectural robustness improvements.
  • Focused on implications for secure deployment of deep learning systems.

🚀 Projects

🧠 Bet AI

Web3 + AI Autonomous Agent | Team Project

  • Built a decentralized AI-powered prediction market on Hedera Hashgraph.
  • Implemented AI-driven confidence modeling and news sentiment analysis.
  • Enabled autonomous on-chain bet execution and resolution using smart contracts.

Tech: AI Models, Web3, Hedera, Smart Contracts


💾 CHIP-8 Emulator

Systems Programming | Personal Project

  • Developed a low-level CHIP-8 emulator in C++.
  • Implemented opcode decoding, memory management, timers, and a complete fetch–decode–execute pipeline.
  • Rendered 64×32 monochrome graphics and executed classic ROMs with accurate timing.

Focus: Low-level systems, emulation, architecture


📡 IceLink

Real-Time Communication (WebRTC) | Personal Project

  • Built a peer-to-peer video communication platform using WebRTC.
  • Implemented SDP exchange, ICE candidate negotiation, and media stream lifecycle management.
  • Handled complex edge cases like NAT traversal, candidate sync, and reconnection logic.
  • Designed with scalability and fault tolerance in mind.

🎨 Animation Club Website

IIT (BHU) Varanasi | Team Project

  • Developed the official Animation Club website using React, Next.js, and Tailwind CSS.
  • Designed a futuristic UI with parallax motion, glowing effects, and interactive modals.
  • Focused on performance, responsive design, and scalable frontend architecture.

🧰 Technical Skills

Languages
Python, C++, TypeScript, JavaScript, Bash, HTML, CSS

Frameworks & Tools
React, Next.js, Express, FastAPI, Flask, Tailwind CSS
MongoDB, Docker, Git/GitHub, Postman

AI / ML
PyTorch, TensorFlow, OpenCV

Systems & Infra
Linux/Unix Shell, AWS, WebRTC

Web3 & Security
Solidity, Blockchain fundamentals, Cybersecurity concepts


📫 Connect With Me


"Strong systems are built where theory meets implementation."

Pinned Loading

  1. IceLink IceLink Public

    Full-stack real-time communication app: React + TypeScript frontend, Node.js backend, Socket.io for messaging, WebRTC for video calls. Deployed on AWS EC2.

    TypeScript 4

  2. Blender-Extension Blender-Extension Public

    Blender LLM Assistant turns natural language into 3D creations instantly. Type commands like "create a red cube" and watch AI-generated Python run in real time. Supports OpenAI, Claude, and Gemini …

    Python 20

  3. BetAI BetAI Public

    Forked from Jineshbansal/BetAI

    Bet AI is a next-generation decentralized prediction market built on Hedera Hashgraph, integrating AI-driven confidence signals, news sentiment analysis, and autonomous market behavior.

    JavaScript

  4. Animation-Club Animation-Club Public

    Forked from nikunjagarwal17/Animation-Club

    A modern, full-stack web platform for the Animation Club where members showcase artwork, register for events, and track achievements. Features secure JWT-based authentication, role-based admin cont…

    JavaScript

  5. AI_Search_ AI_Search_ Public

    A production-ready, Perplexity-style AI search platform with real-time streaming responses, generative UI components, and precise PDF citations. Built using Next.js, FastAPI, TypeScript, and Python…

    TypeScript

  6. CHIP-8_CPP CHIP-8_CPP Public

    A complete C++ CHIP-8 emulator featuring console graphics, keyboard input, and sound support. All code is original and every single line is written by me. I'm still learning, but wanted to challeng…

    C++