Skip to content
View Elarionitis's full-sized avatar

Highlights

  • Pro

Block or report Elarionitis

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.

Content in all repositories owned by your account will be closed.
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
Elarionitis/README.md

Suhan Ramani

Software Engineer · AI/ML · Systems Architecture

Building intelligent applications and exploring the systems that power them.


LinkedIn Email GitHub


"Look at the sky. We are not alone. The whole universe is friendly to us and conspires only to give the best to those who dream and work."A.P.J. Abdul Kalam

👨‍💻 About Me

I am a Computer Science student at IIT Jodhpur driven by a deep curiosity for how things work under the hood. I enjoy navigating the entire stack—from developing AI/ML models and developer tools to engineering backend services, concurrent systems, and low-level networking.

I learn best by moving past abstractions. Whether tracing how an LLM utilizes context, how packets traverse a network, or how an OS manages memory, my engineering philosophy is simple: Build → Understand → Break → Improve.


🚀 Featured Engineering Work

Instead of confining my work to silos, I build projects that intersect different domains of computer science. Here are a few highlights:

AI & Machine Learning Systems

  • 🌍 Aeris: An AI-powered platform transforming air-quality data into actionable environmental insights. Features AQI forecasting, explainable pollution metrics, and location-aware prioritization.

    Python · FastAPI · React · Machine Learning

  • 🤟 SignEase: A real-time sign language recognition system utilizing a full computer vision inference pipeline (Webcam → MediaPipe Landmarks → Sequence Model → Prediction).

    TensorFlow · MediaPipe · FastAPI · Next.js

  • 🤖 repo-context-mcp: An AI developer tool exploring how AI coding workflows can better understand codebases through structured repository context and Model Context Protocol (MCP) integration.

    Python · MCP · GitHub API · Agentic Workflows

Systems & Network Engineering

  • 💬 Orbit: A multi-client TCP communication system built from scratch using low-level networking and concurrent programming primitives. Explores shared-state synchronization and socket-level message broadcasting.

    C++ · POSIX Sockets · Multithreading · CMake

  • 🖥️ Operating Systems Labs: Hands-on implementations of core OS concepts, translating theoretical concepts (Process Scheduling, Threads, Memory Management, File Systems) into working C/C++ code.

    C · C++ · System Calls · Concurrency

Product, Algorithms, & Finance

  • 🧠 SQORA: AI-powered interactive learning platform with generated content, mock exams, and mathematical visualizations.

    React · Three.js · Gemini · Manim

  • 💸 Spendly: Mobile expense management application for real-time group balance tracking and debt simplification.

    Flutter · Dart · Firebase

  • 📈 TradStrat: A robust backtesting framework for experimenting with and evaluating algorithmic trading strategies against historical data.

    Python · Pandas · NumPy

  • 🚚 Hamiltonian Route Visualizer: Interactive visualization bridging graph theory (Dirac's Theorem, Hamiltonian cycles) with real-world delivery routing heuristics.

    Python · Streamlit


🛠️ Technical Arsenal

Languages


Frameworks & Libraries


Tools & Infrastructure


🧠 Current Explorations

I am always reading, researching, or building something new. Currently, my mind is occupied by:

  • AI Systems: Context engineering, MCP, and optimizing agent workflows.
  • Distributed Systems: Consensus algorithms, replication, and fault tolerance without central authority.
  • Core Systems: OS internals, network protocols, and what actually happens beneath a standard API call.

📊 GitHub Analytics

GitHub Streak

Profile Views

Pinned Loading

  1. SignEase SignEase Public

    SignEase is a real-time sign language recognition web application that lets users record hand gestures through their webcam and receive AI-powered sign predictions using a Flask ML backend with Med…

    TypeScript

  2. Spendly Spendly Public

    Spendly is a Flutter-based expense management app that helps users track, split, and manage shared expenses efficiently with real-time data syncing and authentication.

    Dart 1

  3. TradStrat TradStrat Public

    TradStrat is a Python-based trading strategy backtesting framework built to load historical market data, simulate trading strategies, and evaluate performance through clear trading metrics.

    Python

  4. devlup-labs/sqora devlup-labs/sqora Public

    Sqora is an AI-powered learning platform with intelligent mentorship, RAG-based knowledge retrieval, and real-time collaboration features for students and developers.

    Python 1 3

  5. Code_plagiarism_checker Code_plagiarism_checker Public

    Forked from KrishKyada/DSA-Project

    Web-based plagiarism checker using a C++ comparison engine and Node.js/Express interface to detect similarity between source code or text snippets.

    CSS

  6. repo-context-mcp repo-context-mcp Public

    Lightweight MCP server that fetches GitHub repository context and converts it into structured AI-friendly summaries for coding assistants and LLM workflows.

    TypeScript