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.

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

2nd Year CSE @ IIT Jodhpur

Building things, breaking things, understanding things - in that order.

LinkedIn Email


About

I'm a second-year CS undergrad who genuinely enjoys the process of figuring out how things work - even when that means debugging at 2 AM. My interests span full-stack development, ML/AI, cloud infrastructure, DSA, and competitive programming. I'm an open-source contributor in progress and love turning rough ideas into software that's actually useful to people.

"If you lie to the compiler, it will get its revenge."


Projects

SQORA - AI-powered exam prep platform for JEE/NEET aspirants. Features a Gemini-powered tutor, auto-generated Manim math animations, mock exams, a contest arena, and local TTS - all wired together across a FastAPI backend, React frontend with Three.js, and a Manim worker service.

Spendly - Flutter fintech app for personal and group expense management. Real-time Firestore sync, smart debt-simplification algorithm, interactive spending analytics with FL Chart, and Google Sign-In. Built with Riverpod state management and feature-first architecture.

Dirac Delivery: Hamiltonian Route Visualizer - Interactive Streamlit app that models delivery networks as graphs and explores Hamiltonian cycles via Dirac's Theorem, brute-force search, and a nearest-neighbour heuristic. Built to connect graph theory with real-world routing problems.

Plagiarism Checker - Full-stack plagiarism detection tool with a C++ core for sliding-window text similarity analysis, bridged to a minimal web UI via a Node.js/Express server.

Bank Management System - Command-line banking application in C with account creation, deposits, withdrawals, transfers, transaction history, and an admin panel. Uses binary file persistence and password hashing.


Tech Stack

Languages

C C++ Python JavaScript Dart

AI / ML

TensorFlow OpenCV scikit-learn Jupyter NumPy Pandas

Web & Frameworks

React FastAPI Flutter HTML5 CSS3 Node.js

DevOps & Tools

Docker AWS Firebase Git Linux VS Code


Currently Exploring

  • ML/AI pipelines - computer vision and model training
  • LLM internals, RAG systems, and AI tooling
  • System design and scalable backend patterns
  • Contributing meaningfully to open source

GitHub Stats



Always up for interesting conversations, collaboration, or just geeking out about tech. suhanramani@gmail.com

Pinned Loading

  1. 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 2

  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

  3. 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

  4. 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

  5. Hamiltonian-Route-Visualizer Hamiltonian-Route-Visualizer Public

    Interactive Streamlit app that visualizes Hamiltonian cycles and delivery route planning using Dirac’s Theorem, brute-force search, and nearest-neighbour heuristics.

    Python

  6. LLVMShield LLVMShield Public

    Static analysis and security tooling built on LLVM for detecting unsafe patterns in C/C++ codebases.

    Python