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

SignEase - Full-stack sign language detection app built with Next.js, Flask, MediaPipe, and TensorFlow Lite. It records webcam gestures, extracts hand/body landmarks, runs a lightweight classifier, and returns real-time sign predictions through a deployed web interface.

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.

TradStrat - A Python trading strategy backtester for loading historical market data, simulating strategies, and evaluating performance with trading metrics.

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 TypeScript Dart

AI / ML

TensorFlow Lite MediaPipe OpenCV NumPy scikit-learn Jupyter

Web & Frameworks

Next.js React Flask FastAPI Flutter Node.js HTML5 CSS3

DevOps & Tools

Docker AWS Firebase Vercel Render Git Linux VS Code


Currently Exploring

  • ML/AI pipelines - computer vision
  • landmark extraction
  • lightweight model inference
  • 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. 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